installation error
I followed the instructions however am getting the following error when trying to configure siteframe:
"
Fatal error: Cannot instantiate non-existent class: audit in /home/raleigh/public_html/siteframe.inc on line 447
"
line 447 seems to be the end of the file any ideas.....
Thanks,
David
line 447 is:
$AUDIT = new Audit;
and there are 539 lines in the file (most recent build). If your file ends there, then maybe the file got truncated whilst transferring it? Also make sure that the file includes/Audit.class.inc exists. Maybe the file name got changed or something.
turns out I was looking at the wrong file, siteframe.ini has 447 lines. Problem was due to wrong version of php, 4.4.7 instead of 5.
-D