ASM2 Error -- very odd...

Discussion in 'Amazon' started by cwncool, Feb 17, 2007.

  1. #1
    I'm getting an error with the ASM2 script. I edited the config.php page, uploaded the files, and CHMODed config.php to 777. When I access the site though, I get an error. This is what it is:

    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of xml_parse_into_struct(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/.chasm/cwncool/paintballairsoftstore.com/script/aws4class.php on line 255

    EDIT: I fixed this error by adding "AddHandler application/x-httpd-php .php .htm" to my .htaccess file, but now, when I browse to a category, where it's supposed to show products, it says "No data found". Can you please help me with this?
     
    cwncool, Feb 17, 2007 IP
  2. pixads

    pixads Well-Known Member

    Messages:
    2,015
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    145
    #2
    You can remove the warning message if you edit all the function calls in the aws4class.php
    Where ever it says (&$<variable>) remove the &
    and remove the handler.

    P.S. ASM2 has a few bugs that made me give up using it
     
    pixads, Feb 25, 2007 IP