Jump to content

Recommended Posts

Posted

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

978590d594.png

It seems that it cannot get ProcessPageView module.

 

How could I fix that? Thank you in advance!

  • Like 1
  • 3 weeks later...
  • 5 months later...
Posted

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.

  • 10 months later...
Posted

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

 

 

Posted

It seems that some js is missing...don't know where to go....please help have i set a token or salt new....??

console-log.thumb.PNG.2f125103a819f1b0a23f388027ce39ab.PNG

  • 1 year later...
Posted

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!!

Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...