Page 1 of 1

Blank page after restoring of database

Posted: 15 Feb 2012, 23:48
by Faro
I have got a problem with blank page when entering to gallery on front page and to component in back end.
Everything was all right and working fine until database change. Following steps were performed:

1. Dump of dev database
2. Restore backup of database to fresh one
3. configuration.php update -> set-up correct access data for db

Do you have any idea what can cause this issue ?

PS: No error message in log, debug system enable, php error log is empty. Joomla Version 1.7.3

Thank you !

Re: Blank page after restoring of database

Posted: 16 Feb 2012, 00:58
by Jan
Hi, mostly there needs to be some error message - if not sql (debug mode) then php (php error reporting on) :idea: without error message it is really hard to say what was wrong there :-(

Jan

Re: Blank page after restoring of database

Posted: 16 Feb 2012, 14:21
by Faro
Hi Jan,

thank you for your answer.
To have php reporting is great but mostly there is using error suppressing in the code.
Because of this reason it's almost impossible to investigate where the error is :/
I'm using newest Phoca gallery version.

Maybe the db name and path to db is defined somewhere in the phoca but it's like looking for needle in a haystack.

Thanks for your support.