Error when editing pages
Permalink
Just put a new 5.7 site live which was working fine on my dev site, but now I've copied it over when I go into edit mode I get this error:
An unexpected error occurred.
Class '\Concrete\Package\QuickLinks\Block\QuickLinks\Controller' not found
I guess something didn't copy over? How can I fix please? :)
Dave
An unexpected error occurred.
Class '\Concrete\Package\QuickLinks\Block\QuickLinks\Controller' not found
I guess something didn't copy over? How can I fix please? :)
Dave
Hi
Thanks for replying. If I look in the concrete directory there is no package directory. There is in src but no quicklinks one?
Bit confused
Thanks
Thanks for replying. If I look in the concrete directory there is no package directory. There is in src but no quicklinks one?
Bit confused
Thanks
In your concrete5 root, there should be:
application
concrete
packages
updates
Are you missing the packages folder?
application
concrete
packages
updates
Are you missing the packages folder?
Thanks for your help, got it sorted. That directory is packages so I thought there would be another one somewhere called package (singular), but it was indeed referring to the packages directory and I then found the missing package in there.
Did you follow the path to check if the QuickLinks controller.php file is on your server?