Stories
Slash Boxes
Comments
OSTG
Thinkgeek
Slashdot
NewsForge
Linux.com
ITMJ
IT Product Guide
SourceForge
freshmeat
Newsletters
Slashcode
Slash Open Source Project
Navigation
About
FAQ
Journals
Messages
Topics
Editors
Older Stuff
Past Polls
Submit Story
Create Account/Log in
Stuff
Brian (aka Krow)
Pudge
ACS
Tangent
Use Perl
This discussion has been archived. No new comments can be posted.
Back to slash1toslash2.2 hell
More
|
Login
The Fine Print:
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Without JavaScript enabled, you might want to use
the classic discussion system
instead. If you
login
, you can remember this preference.
Back to slash1toslash2.2 hell
1
Comment
More
|
Login
/
Full
Abbreviated
Hidden
More
|
Login
Please Log In to Continue
Log In
Nickname
Password
Public Terminal
[
Create a new account
]
Loading... please wait.
bug?
(
Score:1
)
by
step.ee (2154)
on Monday October 21 2002, @03:14AM (
#5382
)
Homepage
Journal
i was able to get the 1300+ error messages down to about 70 after i edited the slash1toslash2.2 script.
look for:
$comments{$data->{sid}}->{$data->{cid}} = $new_cid
if $data->{date} ge $display;
and remove "if $data->{date} ge $display;" line so it looks like this:
$comments{$data->{sid}}->{$data->{cid}} = $new_cid;
look for this this in slash1toslash2.2 script.
line 1182 or around there.
(thanx to jamie)
but now we are about 70 articles short. this is better than 1300
;)
also look at this bug:
line 357 is
[slashcode.com]
Get More Comments
bug? (Score:1)
look for:
$comments{$data->{sid}}->{$data->{cid}} = $new_cid
if $data->{date} ge $display;
and remove "if $data->{date} ge $display;" line so it looks like this:
$comments{$data->{sid}}->{$data->{cid}} = $new_cid;
look for this this in slash1toslash2.2 script.
line 1182 or around there.
(thanx to jamie)
but now we are about 70 articles short. this is better than 1300
also look at this bug:
line 357 is [slashcode.com]