I am creating a TEST page (with Test.php code in the first page) in my sub domain (faqs.policywala.com).
Link to my TEST page is - faqs.policywala.com/TEST.PHP
Getting error -
PHP Code:
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/policywa/public_html/faqs/TEST.PHP on line 31
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/policywa/public_html/faqs/TEST.PHP on line 31
Path to my forum - /home/policywa/public_html/forum
Please help what am I doing wrong?