Welcome, Guest
Please Login or Register.    Lost Password?

Reporting Bug
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Reporting Bug
#3946
Reporting Bug 5 Months, 2 Weeks ago Karma: 0
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.
Alex Borghi
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3947
Re:Reporting Bug 5 Months, 2 Weeks ago Karma: 28
Hi,

The Forums are a good place to discuss potential bugs.

To submit one you can use:

sourceforge.net/tracker/?group_id=9444&atid=109444

I believe I have now fixed the issue, you can get the fix from CVS on Sourceforge.

Checking in dbmodify.php;
/cvsroot/owl/owl-1.00/dbmodify.php,v <-- dbmodify.php
new revision: 1.4; previous revision: 1.3
done


B0zz
Owl DEV Team
Moderator
Posts: 2220
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
Go to topPage: 1

Ad Block