• Resolved CFSAdmin

    (@cfsadmin)


    I have just done the update to the new version and I am now getting this error:

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘^’ found on line 666 in file /home/cfsnotts/public_html/wp-content/plugins/page-flip-image-gallery/functions.class.php

    Any ideas???

    Great product by the way 🙂

    http://wordpress.org/plugins/page-flip-image-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter CFSAdmin

    (@cfsadmin)

    Hello,

    Decided to have a little play with the code and added ^ in at the end (after the i and before the “) and all is well with the world 🙂

    function isUrl( $url )
    {
    return preg_match(“^http:\/\/[-0-9a-z\._]+.*$/i^”, trim( $url ));
    }

    Sorry to have bothered you, but just in case anyone else has the problem, this could be your answer 🙂

    Gareth 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Error after update’ is closed to new replies.