简体   繁体   中英

Hosting with network solutions data and cgi-bin folder missing

Strange problem .. I am getting the following error on my site

Fatal error: Unknown: Failed opening required '/data/9/1/106/108/1758271/user/1900303/cgi-bin/.php/sessions/sess_80f9a008cf3e9dee12465fb7dd902c48' (include_path='.:/usr/services/vux/lib/php') in Unknown on line 0

and I am unable to find the data or cgi-bin folder.. Will appreciate any help in this regard.

Looks like a session saving problem...

If you're waiting on the support for your hosting company to reply you could use the following PHP function to set the session save path for you.

http://www.php.net/manual/en/function.session-save-path.php

Or, you can set it in a .htaccess file:

php_value session.save_path "<path here>"

Or, you can set it in PHP with the ini_set function.

As for the cgi-bin, can't you make those folders via FTP, or does your hosting provider not let you see above the document root?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM