how to deal with this message

Post your Click counter digestion problems here
Post Reply
kenzhu911
Posts: 2
Joined: Mon Mar 16, 2009 4:30 am

how to deal with this message

Post by kenzhu911 »

I got this message on my admin after I upload my ccount, what I can do?

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/var/tmp/) is not within the allowed path(s): (/home/boryah/:/tmp:/usr/local/lib/php/) in /usr/home/mysitename/domains/mysitenam.com/public_html/ccount/index.php on line 40

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /usr/home/mysitename/domains/mysitename.com/public_html/ccount/index.php on line 40
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Contact your host and ask them to fix PHP sessions (they aren't working because the session.save_path is set to "/var/tmp/" but due to open_basedir enabled PHP scripts can't read inside that directory).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply