include errors on advanced report
Posted: 10 Jun 2007, 09:32
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");
include(dirname(__FILE__)."/classes/Scriptaculous.php");
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");
include(dirname(__FILE__)."/classes/Scriptaculous.php");