VViper
01-20-2007, 07:57 AM
Hi Ppl, i have added photopost to my forum and after the install it returns errors.
How do i find the path for the global.php contained on the forum
My server is Cpanel and the forum is in /forum and photopost is in /forum/album/
I think it has something to do with the server path but i dont know how to work it out.
I uploaded a file called forumhome.php which returns a path but inserting that into the config file of photopost sill makes errors.
Here is a Sample of Script line what fails and returns the error below.
chdir($vbpath);
require("./global.php");
unset($date);
Here is part of the error
Warning: chdir() [function.chdir]: No such file or directory
I beleive it is or will be a really simple fix as reading on the photpost forums it says just fix that path in the config but for the life of me i have tried all variations and it still doesnt work.
As i cannot post on their forum yet i thought a kind member may be able to steer me in the right direction.
thanks vv
How do i find the path for the global.php contained on the forum
My server is Cpanel and the forum is in /forum and photopost is in /forum/album/
I think it has something to do with the server path but i dont know how to work it out.
I uploaded a file called forumhome.php which returns a path but inserting that into the config file of photopost sill makes errors.
Here is a Sample of Script line what fails and returns the error below.
chdir($vbpath);
require("./global.php");
unset($date);
Here is part of the error
Warning: chdir() [function.chdir]: No such file or directory
I beleive it is or will be a really simple fix as reading on the photpost forums it says just fix that path in the config but for the life of me i have tried all variations and it still doesnt work.
As i cannot post on their forum yet i thought a kind member may be able to steer me in the right direction.
thanks vv