WebsiteBaker Community Forum

WebsiteBaker Support (2.13.x) => General Help & Support => Topic started by: Topiax on November 24, 2020, 04:08:10 PM

Title: "Add-ons" & "Access" failure after upgrade
Post by: Topiax on November 24, 2020, 04:08:10 PM
Hi,

Upgraded to 2.13.0.

Now cannot administrate the "Add-ons" & "Access" sections in the backend.

Error message:
Quote
There was an uncatched exception
Class 'bin\InvalidArgumentException' not found
in line (1080) of (/framework/class.wb.php):

Dev tools message using Chrome:
Quote
DevTools failed to load SourceMap: Could not load content for chrome-extension://pgjjikdiikihdfpoppgaidccahalehjh/webspeed.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCH EME

Web console output using FF:
Quote
The stylesheet https://www.panuma.fi/templates/DefaultTheme/css/w3.css was not loaded because its MIME type, "text/html", is not "text/css".

Title: Re: "Add-ons" & "Access" failure after upgrade
Post by: dbs on November 24, 2020, 04:15:38 PM
How do you upgrade?
I hope with unzip.php.
Title: Re: "Add-ons" & "Access" failure after upgrade
Post by: Topiax on November 24, 2020, 04:26:18 PM
How do you upgrade?
I hope with unzip.php.

No, unzipped on UNIX on the server side as usual.  8-)

But it seems that this was a cache delay rather than code problem. I renamed the "templates" directory to something trivial ("templatesEVP"), reloaded the backend, then renamed the "templates" directory back as it is

Code: [Select]
/templates/DefaultTheme/css/w3.css
Thereafter I reloaded the Backend again, and now it seems to work right nicely.

That procedure solved the problem. Thank you for your time an sorry for the inconvenience!

Topiax
Title: Re: "Add-ons" & "Access" failure after upgrade
Post by: dbs on November 24, 2020, 04:31:38 PM
Quote
No, unzipped on UNIX on the server side as usual. 
Right way (or with our unzip.php). Never file by file.  8)