Closed GoogleCodeExporter closed 9 years ago
same error here. I also meet the requirements.
Original comment by jerrod.d...@gmail.com
on 5 Apr 2011 at 1:28
This is weird. It seems to be an issue with MySQL 4.1. Also, there's some
weirdness with the backtrace there. The arguments are for the function for the
previous line.
Anyway, can you try replacing the line 72 of phpcdatabase.class.php
<code>."LEFT JOIN `$cats_table` USING (`catid`)\n"</code>
with
<code>."LEFT JOIN `$cats_table` ON $cats_table.catid =
$sql_events.catid\n"</code>
Original comment by sproctor@gmail.com
on 7 Apr 2011 at 7:58
Well, I wish I could tell you how that worked - my webhost just updated MySQL
to 5.0.92-community and it is working like a charm!
Original comment by thebarl...@gmail.com
on 8 Apr 2011 at 12:05
Closing this issue unless someone can reproduce it still.
Original comment by sproctor@gmail.com
on 3 May 2011 at 11:18
Original issue reported on code.google.com by
thebarl...@gmail.com
on 4 Apr 2011 at 2:15