updated from 2.5.27 to 3.3.6 and website completely disappea - Joomla! Forum - community, help and support
updated 2.5.27 3.3.6 , website disappeared.
nothing displayed.
help restore site. http://www.sakhalin-pu5.ru
nothing displayed.
help restore site. http://www.sakhalin-pu5.ru
does server meet requirements joomla 3.x?
http://www.joomla.org/technical-requirements.html
e.g. minimum php version 5.3.10 +
your website shows blank page, , complete blank page indication of php error while php error reporting switched off.
to see real error, you've switch on using 1 of these methods:
in back-end go to: system > global configuration > [server] tab >
change "error reporting" "system default" "maximum"
or can add following code .htaccess override server settings , show php errors:
http://www.joomla.org/technical-requirements.html
e.g. minimum php version 5.3.10 +
your website shows blank page, , complete blank page indication of php error while php error reporting switched off.
to see real error, you've switch on using 1 of these methods:
in back-end go to: system > global configuration > [server] tab >
change "error reporting" "system default" "maximum"
or can add following code .htaccess override server settings , show php errors:
code: select all
php_flag display_errors on
php_value error_reporting -1
Comments
Post a Comment