Question

After moving site to local server, getting the following error on frontend:

There has been an error processing your request

This is what I'm getting in reports:

/Applications/MAMP/htdocs/mysite.local/store/var/report/1260889028470 ; exit;
users-iMac-3:~ user$ /Applications/MAMP/htdocs/mysite.local/store/var/report/1260889028470 ; exit;
/Applications/MAMP/htdocs/mysite.local/store/var/report/1260889028470: line 21: syntax error near unexpected token `}'
/Applications/MAMP/htdocs/mysite.local/store/var/report/1260889028470: line 21: `#20 {main}";s:3:"url";s:30:"/store/tools-and-supplies.html";s:11:"script_name";s:16:"/store/index.php";}'

Any idea what the issue and/or resolution is? Thanks in advance.

UPDATE

I was able to resolve by removing an additional and alternatively named local.xml (OFFlocal.xml) file that I had in same dir. I had one for local server and one for live server. Just used same local.xml and commented unused db credentials accordingly.

Was it helpful?

Solution

UPDATE

I was able to resolve by removing an additional and alternatively named local.xml (OFFlocal.xml) file that I had in same dir. I had one for local server and one for live server. Just used same local.xml and commented unused db credentials accordingly.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top