Whenever I open localhost/testm
, where testm
is the folder that contains all the magento files, the following error is displayed:
There has been an error processing your request
Exception printing is disabled by default for security reasons.Error log record number: 1202944296
Whenever I am refreshing the page the error number keeps on changing.
2
Answers
Try this,
Rename file
local.xml.sample
tolocal.xml
file location : magentoRootDirectory/errors/
Please check your server max_execution_time using phpinfo(); and increase it if its value is too less. I hope this will solve your problem
Thanks