• I’ve just updated WordPress SEO to Version 1.3.4.2

    When I edit a page I get this error.

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/greewoo/public_html/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: Cannot modify header information – headers already sent by (output started at /home/greewoo/public_html/wp-content/plugins/wordpress-seo/admin/class-metabox.php:1435) in /home/greewoo/public_html/wp-includes/pluggable.php on line 876

    https://www.ads-software.com/extend/plugins/wordpress-seo/

Viewing 15 replies - 1 through 15 (of 28 total)
  • Yup. Same here!

    When posting or updating a post I get this error. Also, when looking at the plugin controls, the Advanced tab is all messed up (same error).

    So I guess that means disabling this plugin for now and then patiently waiting for Joost to save the day. He’s done it before.

    PS Worth mentioning is that updates/changes do go live, it’s just the confirmation screen (actually the entire WP dashboard) that displays this message.
    Looking at the error, I’d say it’s not that serious. But I wouldn’t touch the code myself, who knows what I can break…

    I don’t know anything about the code of this plugin.
    I found this (2 weeks old ) :
    https://www.ads-software.com/support/topic/error-message-unknown-modifier

    I modified the file admin/class-metabox.php, line 1435 according to Joost de Valk post:

    old line : if ( preg_match( ‘/alt=(“|\’)(.*?)\1|’, $img, $alt ) )
    new line : if ( preg_match( ‘/alt=(“|\’)(.*?)\1/’, $img, $alt ) )

    it seems to work for me

    I’m Having that problem too today (just updated my site after New Year)

    The post did appear on my website however it had stripped out the Tags and Excerpt I’d created. have had to go back in three times and put them back.

    Here’s the error:

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/** URL **/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: Cannot modify header information – headers already sent by (output started at /home/** URL ***/wp-content/plugins/wordpress-seo/admin/class-metabox.php:1435) in /home/*** URL ***/wp-includes/pluggable.php on line 876

    Bernus’ work around worked for me.

    Thanks.

    Exactly the same problem for me too. Not on all pages though, just one so far. I get the following lines of code:

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/silvffjw/public_html/wordpress/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    same problem here. I just updated WordPress Seo and when i Went to post editing screen I saw these errors saying.

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/iocreed/public_html/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/iocreed/public_html/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/iocreed/public_html/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/iocreed/public_html/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    please some official reply

    I tried Bernus’ solution and it worked for me. From a previous thread I have seen that this was supposed to be fixed in the last version but it appears that (almost) the same error has crept back in for the very latest vers 1.3.4.2

    Go to plugins/wordpress-seo/admin/class-metabox.php.
    On line 1435 add a forward-slash as below:

    old line : if ( preg_match( ‘/alt=(“|\’)(.*?)\1|’, $img, $alt ) )
    new line : if ( preg_match( ‘/alt=(“|\’)(.*?)\1/‘, $img, $alt ) )

    I am having same problem as well.
    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /{path}/codesamplez.com/wp-content/plugins/wordpress-seo/admin/class-metabox.php on line 1435

    Warning: Cannot modify header information – headers already sent by (output started at /{path}/codesamplez.com/wp-content/plugins/wordpress-seo/admin/class-metabox.php:1435) in /home/content/89/5525689/html/codesamplez.com/wp-includes/pluggable.php on line 876

    I also experience this problem. Please help us with a new update..

    I have tried the solution given by bernus and it has also worked for me.

    Same problem here… =\

    Same problem here! Bernus solution fixed it!

    Same Problem here after the update,,Fix it soon

    Fixed with Bernus’s solution.

    Thanks!

    Fixed with Bernus’ solution.
    Thx!

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘Error when updating content after upgrading to version 1.3.4.2’ is closed to new replies.