• I have installed wp e-Commerce. There is a problem though.

    This is a brand new install of wordpress 2.7. I was hoping to use this as a digital product store. When I activate the eCommerce plug in I get a bunch of errors that show up on the page above the wordpress header and below the wordpress footer. The messages that show up on the page are:

    ABOVE HEADER

    Warning: session_start(): open(/tmp/php-ses/sess_bef5e61f5791f64662efea5d933ecfcc, O_RDWR) failed: Permission denied (13) in /nfs/cust/6/8/0/crowde/creativestore/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php on line 165

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /nfs/cust/6/8/0/crowde/creativestore/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php:165) in /nfs/cust/6/8/0/crowde/creativestore/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php on line 165

    Warning: Cannot modify header information – headers already sent by (output started at /nfs/cust/6/8/0/crowde/creativestore/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php:165) in /nfs/cust/6/8/0/crowde/creativestore/wp-includes/functions.php on line 698

    Warning: Cannot modify header information – headers already sent by (output started at /nfs/cust/6/8/0/crowde/creativestore/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php:165) in /nfs/cust/6/8/0/crowde/creativestore/wp-includes/functions.php on line 699

    BELOW FOOTER

    Warning: Unknown(): open(/tmp/php-ses/sess_bef5e61f5791f64662efea5d933ecfcc, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php-ses) in Unknown on line 0

    These are not error messages that come up in a separate window. They actually show up as part of the page, both on the dashboard and on the blog itself. I currently have eCommerce deactivated. I would like to know if I am going to be able to use this plug-in, or if I am going to have to use eShop or ZenCart instead.

    Thanks,

    Kerry Crow

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter crowdesign

    (@crowdesign)

    I also installed and activated eShop and had the same problem with it. When I activated the Askimet plug-in that came with 2.7 there were no activation problems.

    Any idea why the shopping cart plug-ins are not working?

    Kerry

    Try the help forum on the authors’ home website for the plugin:
    http://www.instinct.co.nz/forums/

    This is probably a problem with the configuration of PHP sessions by your hosting provider. I suggest you contact them to get it fixed.

    The only time I see people reporting this error with eShop is when there is a hosting issue with regard to PHP Sessions as Macropiper has said.

    Thread Starter crowdesign

    (@crowdesign)

    Thanks,

    I will try to contact my host service and see if they can trouble shoot the issue.

    Hello, I have done successfully!
    add this code: <?php session_save_path(‘”your home directory path”/cgi-bin/tmp’);?>
    to header of all files of your web site folder that use variable $_SESSION.
    Note: 1- replace “your home directory path” with your real path of your server that stored session before add to all files.
    2- to find how many files have $_SESSION, you have to find all by using this key word “$_SESSION”

    Good luck

    hello cheaveasna,

    thx a lot. Your solutions are really helpful. I’ve got the same problem and it’s solved ! Thx to you.

    i have this problem:
    “Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in C:\wamp\www\wordpress\wp-content\plugins\wp-e-commerce\widgets\category_widget.28.php on line 92”

    Does anybody know what is the problem????

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: WP e-Commerce] e-commerce activation problem’ is closed to new replies.