Pablos Posted July 4, 2018 Posted July 4, 2018 When I log into the backend as any role other than superuser, I get the following Console error "SCRIPT5009: 'ProcessWire' is undefined. File: ProcessPageList.min.js, Line 1, Column: 32". I'm using ProcessWire version 3.0.98 with the default theme and PHP 7.1.17. The server is a Windows Server 2012 R2 STandard virtual machine running on a VMware Virtual Platform. I also have a development version of the site running on a subdomain on my regular webhosting environment and it performs perfectly there. Thanks for any suggestions!
Pablos Posted July 5, 2018 Author Posted July 5, 2018 OK sorted now - I'd added the following to /site/config.php on the development server $config->defaultAdminTheme = 'Default'; Not sure why that would cause a problem, but I removed it and everything works fine now. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now