- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Magendev1 That's the issue. Contact to extension provider for error Or take help of your developer. However if extension not useful then disable it. (System >> Configuration >> Advanced )
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Pages display issue and cms block from back end
@Magendev1 Do one thing enable display errors from index.php if not Or enable error log. Uncomment below line from root index.php
ini_set('display_errors', 1);
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Pages display issue and cms block from back end
In my error log there is
ERR (3): Notice: Undefined index: MSP_Common in /var/www/vhosts/site.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 851
ERR (3): Warning: Invalid argument supplied for foreach() in /var/www/vhosts/site.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 870
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Pages display issue and cms block from back end
Sounds to me that you have problems with third part extensions. Apparently an extension tries to access configuration and fails retrieving its data.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Magendev1 That's the issue. Contact to extension provider for error Or take help of your developer. However if extension not useful then disable it. (System >> Configuration >> Advanced )
Magento Programmer | Was my answer helpful? You can accept it as a solution.