Backed up site mismatch? - blank front end :( - Joomla! Forum - community, help and support
hi guys
i'd similar issue can't figure how fixed , appears may similar javascript issue time round.
basically site got hacked & hosts required me delete entirely , rebuild backup. i've done unfortunately last full site b/u i'd done last month when site @ 2.5.18 rather 2.5.22 when deleted.
so prepared initial issues ran things in end didn't display - applied patch update 2.5.22 , sorted end out perfectly.
unfortunately same can't said front hasn't yet deemed willing reveal site. getting blank page. i've tried reuploading key files figured might have been changed & overwritten patch, & checked templates. i've tried on default beez template no avail.
firefox's web dev gives following:
error loading source:
could not load source javascript:document.title=document.getelementbyid('ietab2').title;.
[exception... "component returned failure code: 0x80040111 (ns_error_not_available) [nsichannel.asyncopen]" nsresult: "0x80040111 (ns_error_not_available)" location: "js frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/main.js -> resource://gre/modules/devtools/server/actors/script.js :: fetch :: line 5218" data: no]line: 5218, column: 0
i've no idea of means appreciate if else & can point me whatever need try fix it? not 100% sure it's related problem lost how find out is.
any hugely appreciated.
website http://www.bloomfieldmethodist.org.uk
i'd similar issue can't figure how fixed , appears may similar javascript issue time round.
basically site got hacked & hosts required me delete entirely , rebuild backup. i've done unfortunately last full site b/u i'd done last month when site @ 2.5.18 rather 2.5.22 when deleted.
so prepared initial issues ran things in end didn't display - applied patch update 2.5.22 , sorted end out perfectly.
unfortunately same can't said front hasn't yet deemed willing reveal site. getting blank page. i've tried reuploading key files figured might have been changed & overwritten patch, & checked templates. i've tried on default beez template no avail.
firefox's web dev gives following:
error loading source:
could not load source javascript:document.title=document.getelementbyid('ietab2').title;.
[exception... "component returned failure code: 0x80040111 (ns_error_not_available) [nsichannel.asyncopen]" nsresult: "0x80040111 (ns_error_not_available)" location: "js frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/main.js -> resource://gre/modules/devtools/server/actors/script.js :: fetch :: line 5218" data: no]line: 5218, column: 0
i've no idea of means appreciate if else & can point me whatever need try fix it? not 100% sure it's related problem lost how find out is.
any hugely appreciated.
website http://www.bloomfieldmethodist.org.uk
a 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:
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