close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

ecart issue

Thread began 12/19/2012 12:21 pm by jon426081 | Last modified 12/19/2012 2:14 pm by Jason Byrnes | 2052 views | 9 replies |

jon426081

ecart issue

I have gone through every possible solution for the session paths that I can find but I can't find how to fix it. Please help if you know how to solve it.

products_Results.php?S_productType=Bracelets&Search.x=46&Search.y=17&Search=Search


Thanks
Kevin/Jon

Sign in to reply to this post

Jason ByrnesWebAssist

contact your host to have them correct the problem in the php.ini file.

This is an issue you will need the host to correct.

Sign in to reply to this post

jon426081

PHP question

Jason thanks for your reply, my host is godaddy.com they are saying its a scripting issue and refuse to help. I read all the otehr solutions and I am not able to do anything at all to fix it.
Thanks for your reply.

Sign in to reply to this post

Jason ByrnesWebAssist

It's not a scripting issue, you could create a blank php page with only this one line on it:

<?php session_start(); ?>

and it would generate the same error message.

the problem is that the folder referenced by the session.save_path setting in the php.ini folder does not exist. since it does not exist, it cannot start the session.

Since the session cannot be started, simple scripting practices like setting a session on one page:

php:
<?php 

session_start
();
$_SESSION['foo'] = "bar";
?>




then writing the session value on a another page:

php:
<?php

session_start
();
echo(
"Foo = ".isset($_SESSION['foo'])?$_SESSION['foo']:"Not Set"); 
?>



will fail.

I would hope that a hosting company would recognize that when simple code to set sessions cannot be executed, it is not a scripting issue, but a problem on the servers that they need to help you resolve.

the above script example are valid script that will work if the sessions can be saved.

Sign in to reply to this post

jon426081

Originally Said By: Jason Byrnes
  It's not a scripting issue, you could create a blank php page with only this one line on it:

<?php session_start(); ?>

and it would generate the same error message.

the problem is that the folder referenced by the session.save_path setting in the php.ini folder does not exist. since it does not exist, it cannot start the session.

Since the session cannot be started, simple scripting practices like setting a session on one page:

php:
<?php 

session_start
();
$_SESSION['foo'] = "bar";
?>



then writing the session value on a another page:
php:
<?php

session_start
();
echo(
"Foo = ".isset($_SESSION['foo'])?$_SESSION['foo']:"Not Set"); 
?>


will fail.

I would hope that a hosting company would recognize that when simple code to set sessions cannot be executed, it is not a scripting issue, but a problem on the servers that they need to help you resolve.

the above script example are valid script that will work if the sessions can be saved.  



Thanks I will call them back now

Sign in to reply to this post

Jason ByrnesWebAssist

when talking to them, make sure they notice that the first error, and dont concetrate on the other 2.

the first error:

  Warning: session_start() [function.session-start]: open(/var/chroot/home/content/56/3901056/tmp/sess_b8qgvfcg9p2vlodovnl8clv1u5, O_RDWR) failed: No such file or directory (2) in /home/content/56/3901056/html/WA_eCart/WA_eCart_Definition_PHP.php on line 465  



is the important one.

the other 2 errors:

  Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/56/3901056/html/WA_eCart/WA_eCart_Definition_PHP.php:465) in /home/content/56/3901056/html/WA_eCart/WA_eCart_Definition_PHP.php on line 465

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/56/3901056/html/WA_eCart/WA_eCart_Definition_PHP.php:465) in /home/content/56/3901056/html/WA_eCart/WA_eCart_Definition_PHP.php on line 465  



are caused by the first one.

Sign in to reply to this post

jon426081

Jason thank you for you help, I called Godaddy and they fixed it, the issue was that Godaddy did not create a directory after the grid migration was done. As you said in ALL your other posts, which I read to Godaddy support 3 times during the last 3 weeks. They refused to compensate us for anything which is ridiculous considering it was their error.

Thank you for your wisdom once again!

Sign in to reply to this post

Jason ByrnesWebAssist

glad you got it corrected, to be honest i am no fan of GoDaddy for just that reason.

Sign in to reply to this post

jon426081

Originally Said By: Jason Byrnes
  contact your host to have them correct the problem in the php.ini file.

This is an issue you will need the host to correct.  



Jason thanks for your reply, my host is godaddy.com they are saying its a scripting issue and refuse to help. I read all the otehr solutions and I am not able to do anything at all to fix it.
Thanks for your reply.

Sign in to reply to this post

Jason ByrnesWebAssist

you posted this a second time while i was responding:
showpost.php?p=142726&postcount=4


read my reply there.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...