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
Does anyone have any ideas of where or how I can place a controller.php back into this folder?
Thanks a bunch.
Jordan
Is your package's name really "packages" or do you have a directory error? The structure should be /packages/package_name/controller.php
This is what I have in the packages folder. I don't see a controller.php file either. See attached.
Delete the extra packages directory, it appears to be empty anyhow.
What do I do about controller.php? Also no 'packages' in myPHPAdmin either.
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
Ok, I really appreciate your help.