Hi everyone,
I have just bought a new account with you guys and I am very pleased with everything ! Much better than my other hosting company (and cheaper too !) so keep up the good work
I have just installed movable type which is working fine. I was trying to add a php plugin called photo gallery (http://www.stopdesign.com/log/2005/08/24/photo-templates.html) to it. But getting php errors when I try to use it. The page is http://72.18.130.37/~sxiyener/pblog/
its a problem with the include file. The code to call the file is
include ($_SERVER['DOCUMENT_ROOT']."/~sxiyener/pblog/meta/functions/all.php");
which goes to "/usr/local/apache/htdocs/~sxiyener/pblog/meta/functions/all.php"
What is the correct location my files are stored in...
"/www/pblog/meta/functions/all.php"
I tried an absolute reference but this gives me the error..
"Fatal error: Call to undefined function: dochead()"
But the file all.php has is some includes including "include ("doctype.php");"
which has the dochead fucntion in there and thats fine. Maybe this problem is easier than I think ?!
Thanks in adnvance for any help you may have,
Kind Regards,
David.