NicholasGiovanniCocchiarella Posted September 21, 2011 Posted September 21, 2011 hi, i keep getting this, what do i do? Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 1382 is not allowed to access /tmp owned by uid 0 in /home/*(**/public_html/includes/functions/sessions.php on line 169 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/****/public_html/includes/functions/sessions.php:169) in /home/***/public_html/includes/functions/sessions.php on line 102
NicholasGiovanniCocchiarella Posted September 21, 2011 Author Posted September 21, 2011 now i have: Parse error: syntax error, unexpected $end in /home//public_html/includes/application_top.php on line 510
NicholasGiovanniCocchiarella Posted September 21, 2011 Author Posted September 21, 2011 OK, I have now fixed all these problems, I noticed there was no data in the "sessions" sql data... But now I'm back to the first problem.. OK fixed that with "}" now have Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 1382 is not allowed to access /tmp owned by uid 0 in /home//public_html/includes/functions/sessions.php on line 169 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home//public_html/includes/functions/sessions.php:169) in /home/public_html/includes/functions/sessions.php on line 102 Warning: require(includes/languages/.php) [function.require]: failed to open stream: No such file or directory in /home/public_html/includes/application_top.php on line 288 Warning: require(includes/languages/.php) [function.require]: failed to open stream: No such file or directory in /home//public_html/includes/application_top.php on line 288 Fatal error: require() [function.require]: Failed opening required 'includes/languages/.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home//public_html/includes/application_top.php on line 288
ajaxme Posted September 23, 2011 Posted September 23, 2011 Parse error: syntax error, unexpected $end in /home//public_html/includes/application_top.php on line 510 Curso de PHP
FIMBLE Posted September 23, 2011 Posted September 23, 2011 Your problem is due to the /tmp directory try changing it to tmp, (remove the /), and try again Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.