Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Affiliates Pro v3 php error

  1. #11
    Join Date
    Feb 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    or is there anyway i let you access to my server side, take a look ??

    i will create a temp id and username>>???

  2. #12
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by alsonkimichi View Post
    sorry for that, cos im not too sure about the php scripts, would you mind to explain what the serialize. what should i do ??

    thanks
    Sorry- I meant unserialize, not serialize. I'm not a master at PHP, but ask Nile or someone else- they're good.

  3. #13
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Actually... I dont think unserialize can turn a string that long into an array... Not a file that long. The string holds to much data.
    Jeremy | jfein.net

  4. #14
    Join Date
    Jul 2008
    Posts
    138
    Thanks
    13
    Thanked 1 Time in 1 Post

    Default

    Poor developing? If the developer knows the length of the tree file I wonder why they would use it? I had a problem one time with a script only to find out later that the function being used in the script wasn't enabled on the server.

    They could put the following in a file to check...

    func_test.php
    PHP Code:
    <?php
    if(function_exists('unserialize')) {
    echo 
    "unserialize function is enabled";
    }
    else {
    echo 
    "unserialize is NOT enabled";
    }
    ?>
    Upload to your server and visit that file in the browser to see the result.

    unserialize might be a very common function(which I'm not familiar with), but Nile might be able to give you more info on it.

  5. #15
    Join Date
    Feb 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok , i try it out and let you all know the status

    thanks

  6. #16
    Join Date
    Feb 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    for this script where should i put into the install.php or have to create a new one??

  7. #17
    Join Date
    Jul 2008
    Posts
    138
    Thanks
    13
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by alsonkimichi View Post
    for this script where should i put into the install.php or have to create a new one??
    You can just create a new file with that code in it and name it whatever you want like test.php After you upload the file go to that page in your browser to see the result.

  8. #18
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Was this resolved I have the same problem but another file installing this software.

    The support of the software just say they will do the install but I'm not in the routine of allowing outsiders on my servers so if I don't sort this myself I'll have move on and use another Afiliate software package.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •