3
I swear I double checked that before I uploaded it. But anyway go into sql/mysql.sql and look for classifieds_replies and look for this line:
date int(10) NOT NULL default '',
change it to:
date int(10) NOT NULL default '0',
That should do it.
I found 2 files that had a permission problem
admin/index.php and include/functions.php
reset the permissions for those files if needed.
It is fixed in the current download.
Thanks,
John