Hello,
I tried to move configuration.php file EXACTLY as mentioned here:
http://forum.joomla.org/index.php/topic ... #msg604266but the following error occurred:
1. the site did not loads at all, loads completely blank page.
2. When i tried to load administration backend this error occured:
Fatal error: Call to undefined function: joomconfig() in /home/xxx/public_html/configuration.php on line 2
I have checked the format and all the code is exactly the same as mentioned, but did not work!
the original code:
require( dirname( __FILE__ ) . '/../joomla.conf' );
?>
i have created joomlaconfig directory at site root, changed the configuration.php to joomla.conf,
and i changed the code this way:
require( joomlaconfig( __FILE__ ) . '/../joomla.conf' );
?>
Please help me to resolve this issue.