Hi,
running install script on netjuke 1.0rc2 on windows Xp platform (mysql 5.0.20/PHP Version 5.1.2) gives an error "problem ...create table netjuke_plist error"
8 other tables are created....
Hi there, as I've just sorted this out then I will disperse my knowlesge (maybe submit a patch later)
Anyway the issue is that with recent php versions, the sql syntax for datetime cannot any longer be 'default now()', If you replace every instance of this with 0 it will install. Though not an ideal solution but it will just work.
I'll look into a replacement for it sometime soon and submit a full patch, but probably not for a while.
You'll find the files in installer/lib/sql/install/mysql/account.sql.php
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Hi there, as I've just sorted this out then I will disperse my knowlesge (maybe submit a patch later)
Anyway the issue is that with recent php versions, the sql syntax for datetime cannot any longer be 'default now()', If you replace every instance of this with 0 it will install. Though not an ideal solution but it will just work.
I'll look into a replacement for it sometime soon and submit a full patch, but probably not for a while.
You'll find the files in installer/lib/sql/install/mysql/account.sql.php