Quote:
Originally Posted by adonfun
ETA: never mind, don't think this is the issue:
chdir('webcity');
require_once('webcity/global.php');
should be something in the format of:
chdir('/home/webc/public_html/webcity');
require_once('/home/webc/public_html/webcity/global.php');
|
Thank you, adonfun. I will try with this when I will have some free time!
Quote:
I had this problem before. After moving the code to the very top of any codeblock should solve it.
|
What you mean with this? I haven't understand..