在尝试更新WordPress中的列表时,我不断收到以下错误:
[warn] mod_fcgid: stderr: WordPress database error You have an error in your SQL
syntax; check the manual that corresponds to your MySQL server version for the
right syntax to use near '' at line 1 for query
SELECT listing_child_name
FROM wp_fsrep_listings
WHERE listing_id = made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/curberry/page.php'), the_content, apply_filters('the_content'), call_user_func_array, fsrep_content, include('/plugins/fs-real-estate-plugin/themes/default/listing_details.php'), fsrep_pro_listing_child用户可以创建列表,但不能返回并更新列表。上面的错误显示了错误。
错误后面紧跟着:
mod_fcgid: stderr: PHP Warning:
array_slice() expects parameter 1 to be array, null given
in /home/curberry/public_html/wp-content/plugins/fs-real-estate-plugin/common_functions.php on line 1185发布于 2014-04-04 12:43:36
我想这会对你有帮助
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/
顺便说一句,我发现你错误地使用了real estage插件。别不用它,兄弟。
请查看http://packetstormsecurity.com/files/118310/WordPress-FS-Real-Estate-SQL-Injection.html
https://stackoverflow.com/questions/22852706
复制相似问题