Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore plugin breaks site – PHP Session error
Tagged: PHP Session, php session issue
- This topic has 6 replies, 3 voices, and was last updated 13 years, 3 months ago by amin007.
-
AuthorPosts
-
June 23, 2011 at 6:26 pm #3650happycatMember
Hello! I had trouple with bothe Simple PayPal Cart and eStroe – on differnet sites (thugh on the same server/hosting account)
On two sites, I removed Simple paypal Cart and the issue went away. On my site that depends on eStore, I downloaded the newest plugin, deleted the old one, and uploaded the new one. I thought it was cool, buty I customer told me nothing went into their cart…
I kept getting weird warning messages, and could not login. I moved all the plugins out of the main folder except eStore (via FTP), still got the same message. Removed eStore, message went away… anyway, I have been deleting and reinstalling plugins, trying to trouble shoot.
THis code is what I get when eStore is installed/ativated:
Warning: session_start() [function.session-start]: open(/home/users/web/b1844/moo.bulawayo88/cgi-bin/tmp/sess_73390cfaf6fedb2f8904a49cf3a2721a, O_RDWR) failed: Permission denied (13) in /hermes/web12a/b1654/moo.markovisionorg/stealicon/wp-content/plugins/wp-cart-for-digital-products/wp_eStore1.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /hermes/web12a/b1654/moo.markovisionorg/stealicon/wp-content/plugins/wp-cart-for-digital-products/wp_eStore1.php:2) in /hermes/web12a/b1654/moo.markovisionorg/stealicon/wp-content/plugins/wp-cart-for-digital-products/wp_eStore1.php on line 2
When I remove eStore, the code goes away. I have removed any possible conflicting plugins, and no luck.
June 23, 2011 at 6:55 pm #33658happycatMemberwhen I reinstall the plugin and run ThreatScan I get this message:
Files:
/hermes/web12a/b1654/moo.markovisionorg/stealicon/wp-content/plugins/wp-cart-for-digital-products/lib/gateway/Authorize.php
169: $amount = doubleval($this->ipnData);
Possible problems found!
and at the bottom of page, I again see this:
Warning: Unknown: open(/home/users/web/b1844/moo.bulawayo88/cgi-bin/tmp/sess_73390cfaf6fedb2f8904a49cf3a2721a, 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 (/home/users/web/b1844/moo.bulawayo88/cgi-bin/tmp) in Unknown on line 0
June 23, 2011 at 7:46 pm #33659happycatMemberok… i tried the plugin on anohter site, it is fine – of course. but I still have no idea what it is triggerieng here.
June 24, 2011 at 12:54 am #33660amin007ParticipantThe PHP session is not configured correctly on this site. You need to contact your hosting provider and tell them to fix the session issue so PHP session works on your site.
Tell your hosting provider that the following error is generated when a plugin tries to start the PHP session. They will know how to fix it.
Warning: session_start() [function.session-start]: open(path/to/session/file, O_RDWR) failed
This post will explain more on PHP session issue:
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
Other helpful posts for you to read:
– https://support.tipsandtricks-hq.com/forums/topic/php-errors-showing-up-on-my-blog-pages
– https://support.tipsandtricks-hq.com/forums/topic/errors-after-activating-plugin
June 24, 2011 at 3:44 am #33661happycatMemberThanks! My hosting provider fixed it.
All good, and back to biz!!!
August 1, 2011 at 4:51 am #33662robbiediggsMemberI’m at the same point, except my host –GoDaddy– cannot do anything on their end after attempts made with 3 phone calls. Is there any other way to fix this issue?
August 2, 2011 at 12:16 am #33663amin007ParticipantIt is your hosting provider’s duty to give you a working web server (this is what you are paying them for). Godaddy is a little bad when it comes to shared hosting and support. Contact them again and tell them that you are getting an error when an application starts the session and they should understand. Sometimes it helps if you contact the tech guy because they understand the issue better.
-
AuthorPosts
- You must be logged in to reply to this topic.