Donate Share

iWebCal

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Error on line 46 of popup-event-info.php

You are viewing a single message from this topic. View all messages.

  1. nobody

    2008-03-01 05:40:42 UTC
    I don't know PHP so I'm not sure if this is the correct solution, but the following worked for me:

    Change line 44 from:
    $data = unserialize(stripslashes($_GET["content"]));

    To:
    $data = unserialize($_GET["content"]);

    I'm assuming this is the correct fix since 'addslashes' is not used during the serialize phase.

< Previous | 1 | Next >

Add a Reply

You can use Markdown syntax in your reply.

Preview

Monitor this

Log in to monitor this topic. Not registered? Create an account to receive email updates when replies are posted to this topic. If you do not log in or register, your reply will be added anonymously.