| Author |
Message |
Susann Moderator

Joined: Dec 19, 2004 Posts: 2282 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Mon May 14, 2007 9:21 am |
|
I´m trying to convert my 6.5 to RavenNuke. The most is already done.
I´m a happy RavenNuke user !
The best thing is that I can forget all about the security holes in every module of 6.5 including the modules.php
However 6.5 is very different .
The nuke_ users table use for Anonymus -1 RavenNuke use 1.
Will there be a problem general or maybe for some old modules with - 1 ??? I believe I should let it just -1 for Anonymus. Maybe I´m wrong.
Yes, I use a diff tool but somewhere don´t know how to change this.
Thats the message:
ALTER TABLE nuke_users
MODIFY bio tinytext NULL DEFAULT NULL COMMENT '' COLLATE latin1_swedish_ci,
MODIFY ublock tinytext NULL DEFAULT NULL COMMENT '' COLLATE latin1_swedish_ci,
ALTER user_lang SET DEFAULT 'english';
#
# Fieldformats of
# nuke_users.bio changed from tinytext NULL DEFAULT NULL COMMENT '�����������!��?' COLLATE latin1_swedish_ci to tinytext NULL DEFAULT NULL COMMENT '' COLLATE latin1_swedish_ci.
# nuke_users.ublock changed from tinytext NULL DEFAULT NULL COMMENT '�����������!��?' COLLATE latin1_swedish_ci to tinytext NULL DEFAULT NULL COMMENT '' COLLATE latin1_swedish_ci.
# Possibly data modifications needed!
#
What modifications are needed ? I don´t alter the set default language because on this site it was always german. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15227 Location: Kansas
|
Posted:
Mon May 14, 2007 4:25 pm |
|
You need to change it to 1. The -1 was removed in the early 7. series or even possibly 6.9, I don't remember. |
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 2282 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Mon May 14, 2007 5:33 pm |
|
Okay, done ! That solved also the error message "Sorry, but this username has already been taken" when I clicked on the hide links within the forums. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7481 Location: Arizona
|
Posted:
Mon May 14, 2007 7:01 pm |
|
I don't know how he does it...
 |
|
|
|
 |
|
|
|
|