• Resolved jojo0410

    (@jojo0410)


    I upgraded to 3.9 and also my theme upgraded and now I can comment on posts within my site but it generates half a screen of errors. Not sure if this is a WordPress, mysql or Wordfence error as the message seems to involve all 3. Strangely despite the error messages the comment still appears.

    Warning: mysql_real_escape_string(): Access denied for user ‘jebriggs’@’localhost’ (using password: NO) in /home/jebriggs/public_html/daydreambooks/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php on line 132 Warning: mysql_real_escape_string(): A link to the server could not be established in /home/jebriggs/public_html/daydreambooks/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php on line 132

    This error message is repeated several times down the screen also mentions line 134 and 135.

    information – headers already sent by (output started at /home/jebriggs/public_html/daydreambooks/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php:133) in /home/jebriggs/public_html/daydreambooks/wp-content/plugins/jetpack/modules/subscriptions.php on line 539 Warning: Cannot modify header information – headers already sent by (output started at /home/jebriggs/public_html/daydreambooks/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php:133) in /home/jebriggs/public_html/daydreambooks/wp-content/plugins/jetpack/modules/subscriptions.php on line 544 Warning: Cannot modify header information – headers already sent by (output started at /home/jebriggs/public_html/daydreambooks/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php:133) in /home/jebriggs/public_html/daydreambooks/wp-includes/pluggable.php on line 1121

    https://www.daydreambooks.co.uk

Viewing 15 replies - 1 through 15 (of 29 total)
  • Hello same problem here…

    wp-db.php on line 715 – mysql_set_charset(): Error executing query

    pluggable.php on line 1121 – Cannot modify header information

    Any sugestions to make it work?

    Same here after update to 3.9

    many errors like – www/wp-includes/pluggable.php on line 1121 – during activating plugins

    LA

    (@wordpress-uorg)

    Same problem here:
    I upgraded to WordPress 3.9, and now my site gives the following errors:

    Site: [WordPress trademark infringement domain redacted]

    Warning: strpos() expects parameter 1 to be string, array given in /home/content/22/11240422/html/wordpress-u-org/wp-includes/shortcodes.php on line 193

    How do I fix this?

    Thanks in advance!

    Same here … error msg … wp-includes/pluggable.php on line 1121

    It seems like in wp-config.php after the update it disappears the ending php tag decloration “?>”.
    This worked for me…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The ?> at the end of your wp-config.php is not required.

    I would turn off WordFence and then run a repair on the Database directly.

    I have specified that worked for me… Just after added the “?>” worked, so, I was only trying to help!

    Thread Starter jojo0410

    (@jojo0410)

    I disabled Wordfence and tested to see if the problem remained and it didnt. I turned Wordfence back on as I do find it useful and adjusted some of the setting options that seem to deal with post comment and that seems to have got rid of the error.

    After 3.9 i founded these errors:

    [18-Apr-2014 08:00:20 Europe/London] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /home/opforyou/public_html/job/wp-content/plugins/wp-rss-multi-importer/inc/import_posts.php on line 708
    [18-Apr-2014 08:00:20 Europe/London] PHP Warning: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO) in /home/opforyou/public_html/job/wp-content/plugins/wp-rss-multi-importer/inc/import_posts.php on line 719

    module rss-multimport.

    My configuration is easy. Only plugin Rss-Multimport, StopSpammer, Wp-optimize and Chapta.

    I have update at 3.8.3 and i don’t have these errors.

    Hi There!

    1- Download wp-config.php from your server.
    2- Open Notepad++ (really you don’t have it?) open wp-config.php
    At last of wp-config.php eraser the code ;> if it writing there.
    3- Go to menu Enconding and select ‘Enconde in UTF-8 without BOM’.
    4- Uploading wp-config.php to your server.

    That’s it.

    Download Notepad++
    https://notepad-plus-plus.org/download/v6.5.5.html

    Information about Byte Order Mark (BOM)
    https://en.wikipedia.org/wiki/Byte_order_mark

    I have the same problem.
    but I find it.
    add these code in first line at functions.php
    <?php ob_start(); ?>

    I had the same issue. I was getting the error only by sorting by Categories on the Product Page. I downgrade to 3.8.3 and the error is gone.

    Could try onetwogo solution, but is working fine the 3.8 ??

    Joseph G

    (@evolutionaryit)

    Same issue here. Any idea if there will be a fix for this bug?

    closing the php tag in wp-config.php did the trick for me! thanks reionut

    The closing ?> was omitted by design. Its absence is not a bug.

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘WordPress comment php error since upgrade to 3.9’ is closed to new replies.