Quote from: TuomoL on September 27, 2002, 09:35:32 AMHi,
I'm new with YaBB SE. I tried to convert the copy of my existing YaBB 1 Gold, and everything seemed to work fine. > ADDED: I got only one error message during the installation, and that was about reserved names. < The problem is with the topics which are now kind of lost.
On the database there is the right number of topics, but it's missing data -> ID_MEMBER_STARTED ID_MEMBER_UPDATED ID_FIRST_MSG ID_LAST_MSG are all 0.
All the old messages are converted right in to the database...
And fixing the topics and areas give me the error:
Topic 1 has a bad first message 0
Topic 1 has a bad last message 0
Topic 2 has a bad first message 0
Topic 2 has a bad last message 0
Topic 3 has a bad first message 0
Topic 3 has a bad last message 0
...
...
...
Topic 2053 has a bad first message 0
Topic 2053 has a bad last message 0
Fatal error: Maximum execution time of 30 seconds exceeded in /www/domains/fin-tuning.phnet.fi/public_html/ftbb/Sources/RepairBoards.php on line 124
So I don't quite understand where the problem is...
Can anyone help me?
The Yabb SE I installed is the ver 1.3.0.
I just joined the group and converted a YaBB board - large, had the same problem.
PATCH:
in module RepairBoards.php
find
//Make sure the user is an admin
is_admin();
//Added to allow larger forums to be repaired without timing out - JHS
set_time_limit(0);That is the same trick that the converter.php uses.