Search found 1 match

by adam.jimenez
10 Jun 2007, 09:32
Forum: Help
Topic: include errors on advanced report
Replies: 1
Views: 3131

include errors on advanced report

Latest version: 1.1.0a3

found an issue and a fix.

I was getting include errors on the advanced report page.

errors caused by include paths in projax.php

my fix was to change them to:

include(dirname(__FILE__)."/classes/JavaScript.php");
include(dirname(__FILE__)."/classes/Prototype.php ...