PDA

View Full Version : Problem with viewing History Ver. 2.0.1


m.kujawa
28-04-05, 11:11 PM
Downloaded and updated to Version 2.0.1
I get the following when clicking History

Parse error: parse error in F:\kujawas.net\dotproject\modules\history\index.ph p on line 122

Is there a quick fix I can perform?

OS: Microsoft Server 2003
PHP Version: 4.3.11
Locale: EN

russ
04-05-05, 07:07 AM
I had the same problem, the fix is to open the F:\kujawas.net\dotproject\modules\history\index.ph p file with an editor and change line 122 and add the closing paren as such:

$q->addWhere('history_user = user_id');

Save the file and try the history option again, should open fine.

Bashar
23-05-05, 09:25 PM
Thanks :D that solved my problem