Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjdflute
    • CommentTimeMay 17th 2008
     
    Hi All
    I have been trying to install plogger but encounter the following problem when trying to create the first collection
    Fatal error: Call to undefined function: mysql_real_escape_string() in /home/web/xxxxxxxxx.co.uk/plogger/plog-functions.php on line 726
    I am completely lost and would appreciate any help
    Regards
    James
    •  
      CommentAuthorDeeJayOdie
    • CommentTimeMay 17th 2008
     
    jdflute,
    There is a good possibility you don't have the mysql library needed.
    "mysql_real_escape_string()" calls MySQL's library function mysql_real_escape_string, which prepends backslashes to the following characters: \x00, \n, \r, \, ', " and \x1a. This function must always (with few exceptions) be used to make data safe before sending a query to MySQL. Since you'r gallery isn't working, it seems to reason that you don't have the library. Check with your web host.

    I hope this helps.
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 17th 2008
     
    Posted By: DeeJayOdiejdflute,
    There is a good possibility you don't have the mysql library needed.
    It may also be your version of PHP. I belive PHPs mysql_real_escape_string works for PHP > 4.3.0

    However, it could be as DeeJayOdie says too. Best if you check with your webhost.