Not saving content if applied styles to the text content
Permalink
Hello I'm a newbie here. I'm encountering problem wherein if the content has styles it doesn't save, for example:
it works but when styled
it produces an error
The console log show a 500 Error
Anyone encountered this? Thank you.
<p>test</p>
it works but when styled
<p style="text-align: center;">test</p>
it produces an error
"An unexpected error occurred. Unable to find the specified page."
The console log show a 500 Error
POST https://site.com/index.php/ccm/system/dialogs/block/edit/submit?ccm_token=nnnnn&cID=1&arHandle=test&bID=41 500
Anyone encountered this? Thank you.
Can you look in your server PHP logs and find the actual error? It MIGHT be in the Dashboard -> Reports -> Logs too, but not always.
Good day. We checked that too. But we found out the MODSecurity of the hosting is preventing the POST. This is solved. Thank you.