this time i was successful, thanks in large part to the development of the sql/mysql/upgrades file.
however one thing that was missing from it, that i added was the line:
INSERT into users_hits (uid) select uid from users;
which was the last touch to ensure that previous users were imported.
the rest was fairly straight forward, with various tinkering needed, but nothing too serious. outside of the obvious; which is ensuring proper configuration (especially of topics and sections), the main thing i'm going to focus on now is the use of sections and subsections. i'm hoping this will allow me to collapse a few slash sites into one.
Thanks (Score:2)
--
You can't grep a dead tree.
Re:Thanks (Score:2)
excellent (Score:2)
your comment regarding moving a few slashsites into one caught my attention - I'm hoping to do the *exact* same thing. I got into a discussion on irc with someone a few months back about it, and they were saying it'd be near impossible.
I don't believe impossible. I think it'd be very difficult
It would help me drop a few dom
lottadot [lottadot.com]
Re:excellent (Score:2)
We are pretty close to making upgrading from CVS a reality. Which I think is the long term way to go.
--
You can't grep a dead tree.
Re:excellent (Score:2)
uses subsections, however only along side search.pl. index.pl as yet does not have it. i think i'll prolly write a patch if i get around to it this week.
as far as importing sites, i did a lot of update set subsection wehre section equals stuff. got me to get into some neat mysql :)