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."
Re: Parse error message - repeat under managed account ... FPSE 2K2 and I went round and round. ... > I have a subdomain: forums.netfraud.us which, during my battle with FPSE, ... > pointers to some reference for basic understanding and step through ...configs.... (microsoft.public.dotnet.framework.aspnet.security)
Parse error message ... FPSE 2K2 and I went round and round. ... I have a subdomain: forums.netfraud.us which, during my battle with FPSE, ... pointers to some reference for basic understanding and step through configs ... All references I have found are complicated configs.... (microsoft.public.inetserver.iis.security)
Parse error message ... FPSE 2K2 and I went round and round. ... I have a subdomain: forums.netfraud.us which, during my battle with FPSE, ... pointers to some reference for basic understanding and step through configs ... All references I have found are complicated configs.... (microsoft.public.dotnet.framework.aspnet.security)
Re: root path problem ... offered work because I'm using a subdomain.... My phpbb is at root level,... instead give a fixed URL reference for it, ... Sounds like $phpbb_root_path is a variable from a pre-built forum... (comp.lang.php)
Re: root path problem ... 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,... (comp.lang.php)