Website showing blank page because of update - Joomla! Forum - community, help and support
hello all,
i having serious problem recent update. updating form 2.5.7 2.5.8, entire website shutdown.
can me on urgent matter?
thank you
rich
i having serious problem recent update. updating form 2.5.7 2.5.8, entire website shutdown.
can me on urgent matter?
thank you
rich
please upgrade latest joomla version within same series first before trying solve errors older version. possible bugs might have been solved in meantime, , it's waste of time trying solve issues caused because of non-updated software...
the latest version in 2.5 series joomla 2.5.24
furthermore 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:
the latest version in 2.5 series joomla 2.5.24
furthermore 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