Error in joomla and wamp after formated pc -
i tried search, couldn't find anything.
here problem, i've formated pc, reinstalled wamp , want put site work on localhost i'm having error database communication.
i don't know if i'm forgetting (clearly i'm forgetting something), uploaded database joomla using before formated pc , copy files on www folder in wamp.
what hell i'm doing wrong? need reinstall joomla?
i pretty sure you're previous wamp server running php 5.3 , you're running php 5.4
in you're php.ini file, change following line:
error_reporting = e_all
to this:
error_reporting = e_all & ~e_notice & ~e_strict
this won't display error, will log them
Comments
Post a Comment