Front end brings errors after a "manual backup and restore" - Joomla! Forum - community, help and support
hi all!
i created joomla 3.2 site in localhost successfully,and site loading fine. then, laptop started malfunctioning. because of resulted, did backup of localhost sites. did 1 using akeeba backup, , went phpmyadmin , exported entire "localhost" database , backed files site.
after correcting issues laptop, went phpmyadmin , imported "localhost" database backup had done previously, , got database site.
then copied site files old installation new "localhost" server hoping that, combining these files , database, site work.
but, doesn't work, realize backend (administrator's) working fine , can want in it. frontend never shows up. getting blank page whenever tried load page.
from other people's experiences, logged in administrator's end , enabled "site debug", whenever open frontend errors:
can please me out of this?
i tried restore site using akeeba's utility got site behaved same.
i appreciate help.
i created joomla 3.2 site in localhost successfully,and site loading fine. then, laptop started malfunctioning. because of resulted, did backup of localhost sites. did 1 using akeeba backup, , went phpmyadmin , exported entire "localhost" database , backed files site.
after correcting issues laptop, went phpmyadmin , imported "localhost" database backup had done previously, , got database site.
then copied site files old installation new "localhost" server hoping that, combining these files , database, site work.
but, doesn't work, realize backend (administrator's) working fine , can want in it. frontend never shows up. getting blank page whenever tried load page.
from other people's experiences, logged in administrator's end , enabled "site debug", whenever open frontend errors:
code: select all
strict standards: accessing static property plgsystemjsntplframework::$app non static in c:\apache24\htdocs\sitename\libraries\cms\plugin\plugin.php on line 102
notice: undefined property: plgsystemjsntplframework::$app in c:\apache24\htdocs\sitename\libraries\cms\plugin\plugin.php on line 102
strict standards: accessing static property plgsystemjsntplframework::$app non static in c:\apache24\htdocs\sitename\libraries\cms\plugin\plugin.php on line 104
fatal error: call protected method japplicationsite::route() context 'plgsystemjsntplframework' in c:\apache24\htdocs\sitename\plugins\system\jsntplframework\jsntplframework.php on line 112can please me out of this?
i tried restore site using akeeba's utility got site behaved same.
i appreciate help.
it's looking files on local c: drive , not new location.
check configuration.php file on root of site @ new location. particularly line:
public $live_site = '';
be sure have complete live site url in quotes.
hope helps.
check configuration.php file on root of site @ new location. particularly line:
public $live_site = '';
be sure have complete live site url in quotes.
hope helps.
Comments
Post a Comment