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

madesimplemedia
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi madesimplemedia,

Did you follow the path to check if the QuickLinks controller.php file is on your server?
madesimplemedia replied on at Permalink Reply
madesimplemedia
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
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
In your concrete5 root, there should be:
application
concrete
packages
updates

Are you missing the packages folder?
madesimplemedia replied on at Permalink Reply
madesimplemedia
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.