Warning: session_start () [function. session-start]: open_basedir restriction in effect. File Solution
Warning: include () [function. include]: open_basedir restriction in effect. file (/www/webpublic_html/admin/inc. php tutorial) is not within the allowed path (s): (/www/webpublic_html/searchhight:/tmp) in/www/webpublic_html/searchhight/index. php on line 2
Warning: include (/www/webpublic_html/admin/inc. php) [function. include]: failed to open stream: Operation not permitted in/www/webpublic_html/searchhight/index. php on line 2
Warning: include () [function. include]: Failed opening '/www/webpublic_html/admin/inc. php 'for declaration (include_path = '. :/www/wdlinux/php-5.2.17/lib/php ') in/www/webpublic_html/searchhight/index. php on line 2
Fatal error: Class 'db' not found in/www/webpublic_html/searchhight/index. php on line 3
Fatal error: session_start () [<a href = 'function. session-start'> function. session-start </a>]: Failed to initialize storage module: files (path:) in E: footloginlogin. php on line 4
This problem occurs after session_start () is enabled.
C: WINDOWSTEMP is added to open_basedir of php. ini.
, Modifying the. ini file is prone to errors. Because this configuration file does not only serve one program, the consequences of modifying the configuration file
It may have a big impact. Pass
Ini_set ('session. save_path ', dirname (_ FILE _).'/../dirname /');