PDA

View Full Version : Install on PowWow


attroll
07-03-2004, 05:18 PM
I have a friend who is trying to install this on his site that is hosted by PowWow. But when he types in chdir('/home/hisname/public_html/forum'); it does not work. We did a PHP info on his site the the DOCUMENT_ROOT shows "/www/h/i/hikinghq.net/htdocs".

Has anyone else delt with POwWow or know what lione to put in here?

Zachery
07-03-2004, 05:31 PM
that would be his path

/www/h/i/hikinghq.net/htdocs

NOT '/home/hisname/public_html/forum'

Our Sponsors
 

SGT Rock
07-03-2004, 06:04 PM
Should this be it: chdir('./www/h/i/hikinghq.net/htdocs/forum');

When I use this it doesn't work. I tried the info.php, but there is now block: _SERVER["PATH_TRANSLATED"]

The closest thing I get is: _SERVER["DOCUMENT_ROOT"] /www/h/i/hikinghq.net/htdocs

SGT Rock
07-03-2004, 06:24 PM
This is all I get:

Warning: main(./forum/admin/config.php): failed to open stream: No such file or directory in /www/s/sgtrock/htdocs/global.php on line 164

Warning: main(): Failed opening './forum/admin/config.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/s/sgtrock/htdocs/global.php on line 164

Warning: main(./forum/admin/db_.php): failed to open stream: No such file or directory in /www/s/sgtrock/htdocs/global.php on line 171

Warning: main(): Failed opening './forum/admin/db_.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/s/sgtrock/htdocs/global.php on line 171

Fatal error: Cannot instantiate non-existent class: db_sql_vb in /www/s/sgtrock/htdocs/global.php on line 172

Our Sponsors
 

Zachery
07-03-2004, 06:26 PM
If you can open a support ticket in your members area ill take a look and see if i can fix it

SGT Rock
07-03-2004, 07:24 PM
looks like it is working (sort of) but the fixes should probably just be me and my bad html code

Brian
07-03-2004, 07:49 PM
Were you trying to modify the admin or install file? That's what it looks like based on the error...

SGT Rock
07-03-2004, 08:12 PM
No, I dind't mess with either of them. It works now, what did you do?