|
Posted by nutz on 03/02/07 13:40
Hi, can anyone quickly solve this little problem please?
I need to reference my $phpbb_root_path but none of the examples
offered work because I'm using a subdomain. My phpbb is at root level,
e.g. mydomain.com/ and the page I want to execute a call from is at
newpages.mydomain.com/
Rather than try to work through the ../../ hierarchies I thought I'd
instead give a fixed URL reference for it, but that doesn't seem to
work either -
<?php
$phpbb_root_path = 'http://www.mydomain.com';
gives me the error "$phpbb_root_path is wrong and does not point to
your forum."
Navigation:
[Reply to this message]
|