subdence
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error in wp-db.phpHave you sorted out this problem?
I also started to receive this error out of the blue even I haven’t made any changes to my site for a long time.
Parse error: parse error, unexpected T_VARIABLE in /home/xxxxxx/public_html/wp-includes/wp-db.php on line 137
Forum: Fixing WordPress
In reply to: Can’t save a post if HTML is includedProblem resolved:
This was due because of my host had some mod_security settings that were blocking my posts. Things started to work after I added a following line to my .htaccess file:
SecFilterScanPOST OffI hope this information is helpful to others 🙂
Forum: Fixing WordPress
In reply to: Can’t save a post if HTML is includedSame thing is happening with the static pages (page-new.php). I can’t save a page that includes HTML. Can anyone point me a function where the post and page entries are parsed? I’ll try to debug this and locate the problem.
Forum: Fixing WordPress
In reply to: Can’t save a post if HTML is includedI noticed the same thing. I can save the following
post:
<p>test</p>but not this:
<p><b>test</b></p>Forum: Fixing WordPress
In reply to: Can’t save a post if HTML is includedSame here, the address bar shows the …/wp-admin/post.php address but the index.php page is loaded and post is not saved.
Any suggestions how to fix this?Forum: Fixing WordPress
In reply to: Can’t save a post if HTML is includedI don’t have frame-buster plugin installed. I have deactivated every plugin so any plugin shouldn’t cause this error.