TomasDev Posted January 6, 2017 Posted January 6, 2017 Hello guys, I'm building now my second web-page with ProcessWire and at this moment I get stuck with one error which appears in the homepage. This is fatal error and the content of my page is inaccessible. The error started appear when I transfer my page from local (Ubuntu) server to the web-hosting. Error Fatal error: Uncaught Error: Call to a member function execute() on null in /home/my_domain/domains/sub.my_domain.com/public_html/index.php:55 Stack trace: #0 {main} thrown in /home/my_domain/domains/sub.my_domain.com/public_html/index.php on line 55 I looked at the index.php file It seems that it cannot get ProcessPageView module. How could I fix that? Thank you in advance! 1
TomasDev Posted January 7, 2017 Author Posted January 7, 2017 Hello, I fixed my problem. The solution was easier than its research Just needed to truncate cache table in MySQL. 7
DaveP Posted January 26, 2017 Posted January 26, 2017 Just to confirm that @TomasDev's answer does, indeed, work. Thanks, Tomas! 1
szabesz Posted July 1, 2017 Posted July 1, 2017 I've run into the very same issue today when copying a site from one server to another. Deleting all records of the cache table solved the issue.
mr-fan Posted May 3, 2018 Posted May 3, 2018 I've the same problem on a customer installation - but delete caches table didn't help... -> get the same message and a strange admin backend ->can login as superadmin ->don't see pages and don't see any modules there - but database is connected and modules are in db and files are there, too.... where can i reload modules? i've deleted /assets/cache/... too so no filecompiler error PW 3.0.98 - copied files and db after webspace switch - regards mr-fan
mr-fan Posted May 3, 2018 Posted May 3, 2018 It seems that some js is missing...don't know where to go....please help have i set a token or salt new....??
mr-fan Posted May 3, 2018 Posted May 3, 2018 frontend is working but not js in backend seems to work...?
caffeineben Posted October 28, 2019 Posted October 28, 2019 Had the same error when moving the site from one server to a new one. Checked and for some reason the ProcessPageView.module was skipped in the upload so solved by uploading that file. Glad this was here!!
NoremPload Posted November 1, 2019 Posted November 1, 2019 On 10/28/2019 at 3:34 PM, caffeineben said: Had the same error when moving the site from one server to a new one. Checked and for some reason the ProcessPageView.module was skipped in the upload so solved by uploading that file. Glad this was here!! Thank you! Had the same Error. A lot of dirs and files failed to upload. Uploading eveything again, truncate cache table and delete files in cache dir solved the problem.
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