Fatal Error When Refreshing Database Schema
Permalink
Ok, I have a serious issue happening with 5.5.1. When I go to refresh the databases in the dashboard in 5.5.1, it gives the following error:
Any ideas as to the cause?
Fatal error: Call to a member function getPackageHandle() on a non-object in /home/gcloca5/public_html/c5/concrete/models/block_types.php on line 464
Any ideas as to the cause?
"The handle should be exactly the same as the package folder (in this case hello_world). The controller class name should contain the uppercased version of your package handle, with no spaces, and “Package” appended at the end. So in this case the hello_world package handle becomes HelloWorldPackage."
From: http://www.concrete5.org/documentation/developers/system/packages/...
I have had this issue when using numbers in my block names, so try to steer away from that too.