Could not find Package Controller

Permalink
Warning - failed to load package with pkgHandle 'packages'. Could not find package controller file: '/home/bagwellc/public_html/packages/packages/controller.php'

Does anyone have any ideas of where or how I can place a controller.php back into this folder?

Thanks a bunch.
Jordan

crowljor
 
hutman replied on at Permalink Reply
hutman
Is your package's name really "packages" or do you have a directory error? The structure should be /packages/package_name/controller.php
crowljor replied on at Permalink Reply 1 Attachment
crowljor
This is what I have in the packages folder. I don't see a controller.php file either. See attached.
hutman replied on at Permalink Reply
hutman
Delete the extra packages directory, it appears to be empty anyhow.
crowljor replied on at Permalink Reply
crowljor
What do I do about controller.php? Also no 'packages' in myPHPAdmin either.
hutman replied on at Permalink Reply
hutman
If you remove the directory it won't be looking for the controller.php anymore. It's only looking for it because it thinks that directory should be a package
crowljor replied on at Permalink Reply
crowljor
Ok, I really appreciate your help.