|
We have JMS set up on our development server and it works fine. I've copied the entire directory and all subdirectories to our production server to run it, using the same directory structure. Currently, both prod and dev are pointing to the same database. It mostly works, but here are the problems that hopefully someone can help with:
1) The dev server has the "installation" directory, which has been patched by JMS. If I put that 'installation' directory on the prod server, Joomla won't let me into the admin back end, probably due to security reasons. So why does it work on dev, but not on prod? The unix permissions and ownership are the same.
2) Because I'm unable to use the 'installation' directory, the Check Patches says "not OK" on all the files that are supposed to be in the 'installation' directory. How do I get it to work with that 'installation' directory?
3) The file /administrator/includes/defines.php has a line in it that reads:
@include_once ( JPATH_ROOT .DS. 'includes'.DS.'defines_multisites.php' );
If I leave that line in there, then I can't get to the admin backend. If I comment that line out, then I can get to admin. Why does it work on dev, but not on prod? What's the difference?
4) I'm editing this post with this additional issue: on the Check Patches screen, it originally listed only "not OK" for the /installation/ directory and files. So I ran the "install" feature, now it says "Not OK" for almost all of the patches. What happened?
Thanks for any help you can offer.
|