close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Store stopped working

Thread began 3/07/2018 9:04 am by elewis93815 | Last modified 3/08/2018 8:50 am by elewis93815 | 1717 views | 3 replies

Ray BorduinWebAssist

It looks like the error is thrown every time session_start() is called. Each error file and line has that code on it.

That is not a line of code that has any setup needed. It simply starts a session, so it can't be an issue with that line of code itself.

The second two errors are caused by the first one, so the first error is the relevant one.

Warning: session_start() [function.session-start]: open(/home/content/35/2405535/tmp/sess_r586o0grmneag6sj24hn1nh484, O_RDWR) failed: No such file or directory (2) in /home/content/35/2405535/html/saraimica/WA_eCart/WA_eCart_Definition_PHP.php on line 465

So you can see the error is in the line of code: session_start()

There is definitely nothing wrong with that file itself.

The error says that there is no such file or directory, and the file or directory it is looking for is:
/home/content/35/2405535/tmp/sess_r586o0grmneag6sj24hn1nh484

Now, when a session is started it is supposed to create a file unique to that session in the folder specified in the session_save_path setting from the php.ini file. Usually that is a temporary file in some sub-directory on your server. You can see that the missing file is in a directory named /tmp/

The file it creates doesn't have an extension and is named with a unique key matching the session id for the logged in use and starts with sess_.

That also perfectly matches the missing file referenced in the error. That tells me that the session file was not created properly and could not be found.

Now, am I 100% sure? No. But I'm making a very educated guess and I'd be willing to bet on it.


Did this help? Tips are appreciated...

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...