Thread Starter
dbowen
(@dbowen)
PS. Have turned off all fancy HTML options such as BBCode, GMCode, QuickTags, HtmlTrans, BalanceTags and Smilies.
Thread Starter
dbowen
(@dbowen)
Thanks. Okay, time to fiddle with the versions I think. I assume something went askew with post.php
Anonymous
Perhaps it’s not post.php but some other bit of code, since substituting the latest build or the 1.0 versions didn’t help. Odd. It hasn’t occurred on other posts, and I’m guessing it had a problem with something in the embedded tags.
I’ll keep playing with it as I get time. In the mean time I got around it by manually copying the text into the table via PhpMyAdmin!
Daniel
Anonymous
I have forrowing error in 1.0.
in new install, if there is only one entry, no error but multiple entries, then this error.
SQL/DB Error:
[<span style=’color: #007;’>Out of memory. Restart daemon and try again (needed 65528 bytes)</span>]
SELECT DISTINCT * FROM b2_posts WHERE 1=1 AND post_date <= '2004-01-12 20:35:27' AND (post_status = "publish") ORDER BY post_date DESC LIMIT 20
Anonymous
the above trouble Posted in Jan 12, 2004 05:39:12 is solved by 1.0.1.thanks.
Thread Starter
dbowen
(@dbowen)
Cool.
Well I’m still having my issue – it showed up on another post. Seems to be length and/or HTML related, as when I put in an <img> tag, it corrupted it, but removing it again seemed okay. I did check the tag itself, and it seems okay.
Haven’t had time to do more fiddling, but at this stage I will probably wait for the 1.01 release and see if that resolves it.
Try a nightly build.
Craig.
Thread Starter
dbowen
(@dbowen)
Okay, well here I am now running 1.01 RC1. And yes, the problem’s still around. Basically if the post goes over a certain size (and evidently particularly if it has HTML tags) it gets corrupted as above, with some of the last part of the post being duplicated.
Could it be some weird bit of my web server’s PHP version perhaps? (See http://www.toxiccustard.com/diary/phpinfo.php )
Thread Starter
dbowen
(@dbowen)
Okay this appears to be an issue with my server. Chasing it up with administrators.
Thread Starter
dbowen
(@dbowen)
Okay dudes, I’ve nailed it. I’m guessing it’s an obscure PHP bug, but basically if you have a line like this in your .htaccess
AddType application/x-httpd-php .php .html
…then posting does funny things. With upgrading my diary to WordPress, I didn’t need that line anymore anyway, so it’s all happily working now.
Daniel