server1: backup database and joomla files
mysqldump joomla -uroot -p > /tmp/joomla.sql
tar czvf joomla.tar.gz joomla
When I can connect to administrator in server1
with a wrong login/password, there is a warning in yellow
"Warning
Username and password do not match or you do not have an account yet."
I can connect to administrator with a good login/pass
The front-end is OK (database connection OK)
server2: restore database and joomla files to another server
mysql -u root -p joomla < /tmp/joomla.sql
tar xzvf joomla.tar.gz
I can't login to administrator with good login/password. it reloads administrator/index.php with the login form.
And with wrong login/password, there is no warning!!!
The front-end is OK (database connection OK)
the same result as server1 on server2.
Does joomla configuration depends on hostname?
mysql 5.6.25
php 5.4.16
joomla 3.4.1
Thanks for your help!
Category | ⇒ | Administration |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-04 09:52:25 |
Closed_By | ⇒ | brianteeman |
@dbegit Sorry, but you aren't reporting an issue: you're asking a support question, and this should be done in http://forum.joomla.org/
GitHub issues and the http://issues.joomla.org site are meant for reporting (new) issues of which you have a reasonable certainty...
Hint: Personally I'd use Akeeba Backup for that, and there are many very good reasons...