|
Hi all,
Sorry I'm new to this forum, and I don't know even if this is the right place to post a bug, please if is off topic put it in the right place.
When I try to create a new folder I get the following error on owl release 1.0, downloaded from this site.
INSERT INTO folders (name,parent,security,description,groupid,creatorid, password, smodified, linkedto, rss_feed) values ('Projects', '1', '54', '', '1', '3', '', '2010-03-21 17:51:52' , '0', '')
: 1366 (Incorrect integer value: '' for column 'rss_feed' at row 1)
Session halted.
I'm not a php programmer, but I can hold my own in Sql... the above error happens because rss_feed is an integer column that allows null, but the last value is '' which is not null, but an empity string and this raise the error, either or pass a null value or modify the column in a string....
Or mayne I'm missing something when configuring Mysql.....
There is even another similar bug when creating users and leaving the default value....
For now I came back to owl-0.96 and it works fine.....
I've installed owl 0-96 both on windows with apache, and on Linux with apache, and installed pwl 1.00 only on windows with apache...
bye and sorry if I mistaken the topic.
|