cancel
Showing results for 
Search instead for 
Did you mean: 

magento 1.8 pages not saving content?

magento 1.8 pages not saving content?

<li>There are options for electing your choice of audience and location.</li>

i am not able to save above line in magento admin backend pages

 

what might be the reason tried all debug but unable to resolve

Initially no error appears on the log but it occurs in exception log 

 

exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Blog_Block_Post_List_Recent' in /app/Mage.php:594

 

Code at 594 

public static function throwException($message, $messageStorage = null)
{
if ($messageStorage && ($storage = self::getSingleton($messageStorage))) {
$storage->addError($message);
}
throw new Mage_Core_Exception($message);
}
 

 

Whole Page Content Is below try to copy paste ?

<div class="page-head">
<h3>About Magento Demo Store</h3>
</div>
<div class="col3-set">
<div class="col-1">
<p style="line-height: 1.2em;"><small>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.</small></p>
<p style="color: #888; font: 1.2em/1.4em georgia, serif;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.</p>
</div>
<div class="col-2">
<p><strong style="color: #de036f;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.</strong></p>
<p>Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec, justo.</p>
<p>Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi. Vestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est. Nulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat. Pellentesque eget velit. Nunc tincidunt.</p>
</div>
<div class="col-3">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper</p>
<p><strong style="color: #de036f;">Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.</strong></p>
<p>Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.</p>
<li>There are options for selecting your choice of audience and location</li>
<p>To all of you, from all of us at Magento Demo Store - Thank you and Happy eCommerce!</p>
<p style="line-height: 1.2em;"><strong style="font: italic 2em Georgia, serif;">John Doe</strong><br /><small>Some important guy</small></p>
</div>
</div>

http://magento.stackexchange.com/questions/107481/magento-not-saving-cms-page

2 REPLIES 2

Re: magento 1.8 pages not saving content?

Hi @saurabh_

 

If you are facing the problem of saving the CMS page with word Select then there may be following issue.

 

1) Try to save a cms page with following content 

  insert into 

 or

 select from

 

If in both of above mentioned cases you get error and it works with other content then there are chances that you hosting provide has sanitize the cms page section.

 

Please reply if you are facing different issue.

---
Problem Solved Click Accept as Solution!:Magento Community India Forum

Re: magento 1.8 pages not saving content?

Hi @Mukesh Tiwari 

While searching around in  forum 

I am able to solve the issue by disabling the mod_security it didn't seems right but it is working now.

 

Thank @thememan

 

https://community.magento.com/t5/Technical-Issues/500-Internal-server-error-in-Payment-Methods-tab/m...