I’m getting somewhere. Having exported from phpmyadmin, deleted one database and then imported, things seem to be moving.
I now have a problem in that I have no css loading within the manager, so can’t really do much, plus I’m getting the following when trying to view the website itself: ERROR: Too many forward attempts!
The request could not be completed due to too many unsuccessful forward attempts.
I’ve tried viewing individual image files with the manager theme and get the same "too many forward attempts" error.
Hola a todos.
Tengo el mismo problema. En el archivo dbapi.mysql.class.inc.php en la linea 89
Line 89 source: if (!$this->conn = ($persist ? mysql_pconnect($host, $uid, $pwd) : mysql_connect($host, $uid, $pwd, true))) {
estoy trabajando con modx para desarrollar una intranet,todo iba bien, creo que se debe a que el usuario y el password no existen, cualquier ayuda, gracias de antemano.
Quote from: faciodesign at Nov 24, 2009, 11:54 AM
I’m getting somewhere. Having exported from phpmyadmin, deleted one database and then imported, things seem to be moving.
I now have a problem in that I have no css loading within the manager, so can’t really do much, plus I’m getting the following when trying to view the website itself: ERROR: Too many forward attempts!
The request could not be completed due to too many unsuccessful forward attempts.
I’ve tried viewing individual image files with the manager theme and get the same "too many forward attempts" error.
The "too many forward attempts" error usually means that the "page not found" page can’t be found (it’s usually your home page if you haven’t changed it), when a page can’t be found, it forwards to that page, which can’t be found and triggers a forward to the same page -- ad infinitum.
If you have friendly URLs on, I’d turn them off for now and rename the .htaccess file in the MODx root to ht.access until you get things sorted.