try:
include '../config.php';
pritaeas
Posting Expert
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
This latest error looks as though you have an include error in the config module. Do you have an include for bootstrap.inc on line 12 of config.php?
chrishea
Nearly a Posting Virtuoso
1,428 posts since Sep 2008
Reputation Points: 210
Solved Threads: 230
Sounds like the old problem with folder navigation - relative vs.absolute, which may be further complicated by running on a local/test server. You have a file under the mysite/folder/ directory and this is including the main config file. Where is the include call for this new file coming from? The testpage itself or the config file.
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Are you running this on localhost only? Do you get the same problem on a remote site? I've often had problems with localhosts myself. If you put everything under htdocs without the mysite folder, you'll probably find that it works. Unfortunately, that may not be possible. For an alternative - set up virtual hosts under windows - search this forum Airshow and I discussed it in a thread some time ago. What this does is give you a localhost url like: http:// mysite.local/ index.php.
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Darn. Sorry scorp, I can't help with your urls because I'm on holiday at the moment and am using my Blackberry. Also I don't have any experience with Drupal, just some experience with problems with localhost and the './' reference. But good luck with the problem.
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080