Hello,
I am having similar issues after migrating to a Cloud Server.
Sessions are being saved in the Joomla db and to my browser, but I still cannot access the backend. Also, on the front end I cannot access the site with the CB login module, only with the default Joomla login module. This seems strange to me since the back-end does not work.
I have these lines in my application.php file when patched:
Code: |
//_jms2win_begin v1.2.54 _jms2win_fix_j1_5_22_
// remove the code introduced in Joomla 1.5.16 and higher to accept Single Sign-In
//_jms2win_end
/*_jms2win_undo
$session = &JFactory::getSession();
// we fork the session to prevent session fixation issues
$session->fork();
$this->_createSession($session->getId());
_jms2win_undo */
|
If I uninstall the JMS patches, all log-ins work just fine.
One thing might be hampering this, I have yet to move DNS to the new site.
About how I copied:
I used terminal scp and rsync to move my files directly from one server to the other, including all system users, home dirs, mail, etc. I copied all relevant httpd.config, mysql, and php.ini settings.
The server is a RH 5 install.
Code: |
Linux IEDmain 2.6.18-194.32.1.el5xen #1 SMP Mon Dec 20 11:01:33 EST 2010 x86_64
Database Version: 5.1.55-ius
Database Collation: utf8_general_ci
PHP Version: 5.2.17
Web Server: Apache
Web Server to PHP interface: apache2handler
Joomla! Version: Joomla! 1.5.22 Stable [ senu takaa ama woi ] 04-November-2010 18:00 GMT
|
Please assist!