路过 [博客] [个人文集] 警告次数: 1
加入时间: 2007/06/27 文章: 1578
经验值: 16928
|
|
|
作者:路过 在 众议院 发贴, 来自 http://www.hjclub.org
我看了一下出错信息页面的源码,好像找到了原因。
原因是因为SQL的这个部分?:
post_content中的有关图像的记述中含有单引号 '
这与SQL的文字列的单引号 '相互冲突了?
具体说,INSERT INTO中的post_content的内容中包括图像。对图像的描述是使用了完整的HTML,其中的
onmouseover="changeImageDimensions(this, 'over')"
这部分有单引号。
瞎猜的。不知对不对。
-------- post_content中的有关图像的记述:
<br><a href="uploadfiles/200710201194353386.jpg" target="_blank"><img onload="setImageDimensions(this)" onmouseover="changeImageDimensions(this, 'over')" onmouseout="changeImageDimensions(this, 'out')" src="uploadfiles/200710201194353386.jpg" border="0" title="click to view fullsize image"/></a><br>
-------------- 出错信息页面的源码:
INSERT INTO wp_posts
(post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, post_modified, post_modified_gmt, post_parent, menu_order,pinged,post_content_filtered)
VALUES
('203', '2007-10-20 23:11:53', '2007-10-20 15:11:53', 'with a cover copy:
The leaders meet,
the cities grow,
the peasants are left behind.
这张照片网络版上没有:
Books for all, chairs for some
<br><a href="uploadfiles/200710201194353386.jpg" target="_blank"><img onload="setImageDimensions(this)" onmouseover="changeImageDimensions(this, 'over')" onmouseout="changeImageDimensions(this, 'out')" src="uploadfiles/200710201194353386.jpg" border="0" title="click to view fullsize image"/></a><br>
The Economist October 13th-19th 2007
<a href="http://www.economist.com/printedition/index.cfm?d=20071013" target="_blank" class="postlink">http://www.economist.com/printedition/index.cfm?d=20071013</a>
The cover story:
<a href="http://www.economist.com/opinion/displaystory.cfm?story_id=9947069" target="_blank" class="postlink">http://www.economist.com/opinion/displaystory.cfm?story_id=9947069</a>', '最近The Economist封面文章:China, beware', '', 'publish', 'open', 'open', '', '', 'http://www.hjclub.com/bbs/viewtopic.php?t=2660104', '2007-10-20 23:11:53', '2007-10-20 15:11:53', '0', '0','','')
作者:路过 在 众议院 发贴, 来自 http://www.hjclub.org |
|
|