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!