Closed GoogleCodeExporter closed 8 years ago
Please try the following fix...
Change line 3532 from...
if(strpos($this->phpIncludesPath, $_SERVER['DOCUMENT_ROOT']))
to...
if(strpos($this->phpIncludesPath, $_SERVER['DOCUMENT_ROOT']) === 0)
- Andrew
Original comment by ajporterfield@gmail.com
on 16 Apr 2011 at 6:32
The solution worked, although now I'm trying to use the new 2.0 version.
So the issue can be closed now.
Original comment by rfc1...@gmail.com
on 10 May 2011 at 9:03
Original comment by ajporterfield@gmail.com
on 14 May 2011 at 3:19
Original issue reported on code.google.com by
rfc1...@gmail.com
on 15 Apr 2011 at 11:07