Welcome, Guest
Please Login or Register.    Lost Password?

.94 to 1.0
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: .94 to 1.0
#3731
.94 to 1.0 6 Months, 2 Weeks ago Karma: 0
Hello all,

Firstly - Thank you for creating and maintaining such a fine example of open source software. Your efforts are appreciated, and help us out greatly. But, to get to the reason for my being here today..

We are currently running Owl 0.94 on a SLES 10 server. I'd like to migrate that to a SLES 11 server and upgrade to 1.0. So far, I've ran into several issues.

I saw in a post a week ago about how there might be some tables and columns missing from the database when using the mysql-from-0.90.sql. I was curious if I could get a fix for that? Or at least some details? :)

Thus far, even migrating the same exact DB with all key, table, and field values to the new server, and attempting to run owl .94 on there has issues. Doing that, I get an issue where after the first login, we get this:
Code:

: Invalid SQL: INSERT into owl_log (userid, filename, action, parent, details, logdate, ip, agent, type) values ('1', '0', '1', '0', 'Username: admin', '2010-02-25 10:06:55', 'XXX.XXX.XXX.XXX', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2)  Gecko/20100115 Firefox/3.6', 'LOGIN')
: 1062 (Duplicate entry '0' for key 1)
Session halted.



If I remove the entry in the owl_log table with id 0, then you are allowed to login, again. However, logging out or another login, you are right back in the same position.

So, basically, I have the two scenarios. Moving from one server to another, both using MySQL, issues with going from .94 to .94.. OR, and the preferable path, is to take .94 to 1.0.

Any help is appreciated.
Chris
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3733
Re:.94 to 1.0 6 Months, 2 Weeks ago Karma: 28
Hi,

Sounds like auto increment attribute of the id column of owl_syslog is not set. So when inserting a value in the syslog table it fails the second and every subsequent time.

Check the definition of that table in phpMyadmin.

BTW: We do offer support and install / upgrade services of you are interested

B0zz
Owl DEV Team
Moderator
Posts: 2225
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.
 
#3744
Re:.94 to 1.0 6 Months, 2 Weeks ago Karma: 0
Autoinc was indeed the issue there. Now I have an issue where the browser continues to refresh over and over, and as it does, folders have today's date-incrementing number-today's date-incrementing number+1-today's date-etc-etc appended at the end of their name.

Working on this issue, will let you know if I find a solution, or if you've seen this, any further feedback is of course welcome.
Chris
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/02/25 11:50 By Sphynx.
The administrator has disabled public write access.
 
#3746
Re:.94 to 1.0 6 Months, 2 Weeks ago Karma: 28
Usually caused by loo at HD feature, and most times related to security on the physical files.

B0zz
Owl DEV Team
Moderator
Posts: 2225
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.
 
#3753
Re:.94 to 1.0 6 Months, 2 Weeks ago Karma: 0
Thanks B0zz!

I simply disabled the LookAtHD feature and that cleared the last of the issues. Certainly, there were permission issues as I had made the directory structure non-writable for the apache user. After correcting all of the permissions, we're good to go.

Thanks for the help, again!
Chris
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3755
Re:.94 to 1.0 6 Months, 2 Weeks ago Karma: 28
Pleasure and Glad all is working.

B0zz
Owl DEV Team
Moderator
Posts: 2225
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