• Hi, im new to wordpress. I ve tried to install WP e-commerce 3.7.7 on my wordpress 3.0.1 but i got this:

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of do_action(). 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 in /var/www/vhosts/hrebenka.org/httpdocs/wp-content/plugins/wp-e-commerce/wpsc-includes/cart.class.php on line 881

    all errors can been seen at https://wordpress.pastebin.ca/2003689

    I ve checked some forums, some had a same problem, but none of them havent resolved that.

    Anyone knows how can make it work?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is very odd behavior, please report this to the wp-e-commerce support forum :
    https://getshopped.org/forums/
    and a representative will get back to you,,
    as for the warning, I have never seen it before but did a little googling, and cart.class.php line 881:

    do_action ("wpsc_cart_updated", &$this);

    if you change it to:

    do_action ("wpsc_cart_updated", $this);

    that will get rid of the warning message above…

    best
    jeff

    Thread Starter mrazek

    (@mrazek)

    Hi, I did that as well. No answer yet.

    Ill have a search for your username in the forums.

    best
    jeff

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP e-commerce 3.7.7 install problem’ is closed to new replies.