I had a similar problem. In config.php i changed this line
define('PHPDIG_ADM_AUTH','1'); //Activates/deactivates the authentification functions
to
define('PHPDIG_ADM_AUTH','0'); //Activates/deactivates the authentification functions
that worked with me.
Better set it back after you're done !
Good luck,
Frode
|