A friendly note from your hoster :D

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :top:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: A friendly note from your hoster :D

by Qiris » Fri Sep 30, 2005 8:43 pm

btw wind, when are we going to get some variaty?

by Windguaerd » Thu Sep 29, 2005 3:35 am

Will let the programmers/coders know, thanks Xitami =D

A friendly note from your hoster :D

by Xitami » Wed Sep 28, 2005 2:59 pm

Hi guys, I noticed y'all had some coder reinforcements which is good, but I spotted this error just now:

Code: Select all

Warning: main() [function.main]: open_basedir restriction in effect. File(/header.php) is not within the allowed path(s): (/tmp:/home/xirictrl/hosted/www/aouniverse/ao-universe.com) in /home/xirictrl/hosted/www/aouniverse/ao-universe.com/www/editorials/editorial09.php on line 3

Warning: main(/header.php) [function.main]: failed to open stream: Operation not permitted in /home/xirictrl/hosted/www/aouniverse/ao-universe.com/www/editorials/editorial09.php on line 3

Warning: main() [function.include]: Failed opening '/header.php' for inclusion (include_path='.:/usr/lib/php:/home/xirictrl/hosted/www/aouniverse/ao-universe.com:/home/xirictrl/hosted/www/aouniverse') in /home/xirictrl/hosted/www/aouniverse/ao-universe.com/www/editorials/editorial09.php on line 3
The PHP on the shared server (the one ao-universe is on) is pretty tied down with restrictions, so when you include headers, always use either a relative path (../header.php) or go for a complete path.

{edit for clarification}

If you need certain restrictions lifted (or amended, etc. such as memory limits or execution time), let me know and I'll see whether that's possible to do :)

Top