- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023
10:12 AM
05-09-2023
10:12 AM
please help me my site down
my site is www.lilandkim.com at magento 1
am renamed the file local.xml by mistake
app>etc>local.xml
when i correct the mistake my site down
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2023
04:13 AM
05-10-2023
04:13 AM
Re: please help me my site down
Hello @mahmag89gm0c88
Ask hosting team to restore the website for you, that can be the simple solution.
Was my answer helpful? You can accept it as a solution.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023
05:40 AM
07-28-2023
05:40 AM
Re: please help me my site down
Your site is working perfect now.
If others have same issue then follow step by step to resolve it.
First, You have restored the original name of the local.xml file back to its original state. It should be named local.xml without any changes.
Then clear the cache.
Go to your Magento root directory and run the following
rm -rf var/cache/* rm -rf var/session/*
Check that the file and directory permissions are set correctly.
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chmod +x ./mage
Above are few steps that you can follow if still problem persist report in here.