Welcome, Guest. Please Login or Register.
November 20, 2024, 01:43:59 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  1.4.1 to 1.5.1 upgrade error « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: 1.4.1 to 1.5.1 upgrade error  (Read 1043 times)
chaozz
Noobie
*
Posts: 26


dodge this

Re:1.4.1 to 1.5.1 upgrade error
« Reply #15 on: April 08, 2003, 09:40:20 PM »
Reply with quote

it should not be hard to find out the total amount of posts for every member? right? how would i do this?
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.4.1 to 1.5.1 upgrade error
« Reply #16 on: April 08, 2003, 11:31:44 PM »
Reply with quote

SELECT COUNT(ID_MSG)
FROM messages
GROUP BY ID_MEMBER;

-[Unknown]
Logged
Gere
Jr. Member
**
Posts: 53


I'm a llama!

Re:1.4.1 to 1.5.1 upgrade error
« Reply #17 on: April 09, 2003, 07:51:45 AM »
Reply with quote

Quote from: Gere on April 08, 2003, 09:38:44 PM
I have a problem too, when upgrading the upgrade.php stops at upgrade.php?continue=2
it start loading normally but in the ends in The page cannot be displayed.

result: database error when entering boards

It loads always about 10 secs and then gives the page cannot be displayed, could this be caused by some kind of server timeout setting? Can I do the second part of the upgrade manually?
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.4.1 to 1.5.1 upgrade error
« Reply #18 on: April 09, 2003, 08:05:12 AM »
Reply with quote

Quote from: Gere on April 09, 2003, 07:51:45 AM
Quote from: Gere on April 08, 2003, 09:38:44 PM
I have a problem too, when upgrading the upgrade.php stops at upgrade.php?continue=2
it start loading normally but in the ends in The page cannot be displayed.

result: database error when entering boards

It loads always about 10 secs and then gives the page cannot be displayed, could this be caused by some kind of server timeout setting? Can I do the second part of the upgrade manually?

You can, but it'd be a pain.  You might try downloading the database, and then locally upgrading.

-[Unknown]
Logged
Gere
Jr. Member
**
Posts: 53


I'm a llama!

Re:1.4.1 to 1.5.1 upgrade error
« Reply #19 on: April 09, 2003, 08:23:01 AM »
Reply with quote

That would be pain too with my 100 mb database and my 56k modem  :-\
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.4.1 to 1.5.1 upgrade error
« Reply #20 on: April 09, 2003, 08:28:59 AM »
Reply with quote

Quote from: Gere on April 09, 2003, 08:23:01 AM
That would be pain too with my 100 mb database and my 56k modem  :-\

Well, you can try deleting all the errors from your error log.... that might help somewhat.

At least, that would make the conversion easier on your server.

-[Unknown]
Logged
chaozz
Noobie
*
Posts: 26


dodge this

Re:1.4.1 to 1.5.1 upgrade error
« Reply #21 on: April 09, 2003, 11:09:09 AM »
Reply with quote

one last minor request.

the query works perfect, but it doenst display to which user it belongs. the order is not the order of my member list. could any adjust the query so that is does this:

username, posts
« Last Edit: April 09, 2003, 11:18:12 AM by chaozz » Logged
Gere
Jr. Member
**
Posts: 53


I'm a llama!

Re:1.4.1 to 1.5.1 upgrade error
« Reply #22 on: April 09, 2003, 11:43:29 AM »
Reply with quote

Works fine now, installed apache and php on my computer and connected my mysql.
The problem seemed to be log_topics (10mb)
Logged
chaozz
Noobie
*
Posts: 26


dodge this

Re:1.4.1 to 1.5.1 upgrade error
« Reply #23 on: April 09, 2003, 12:04:19 PM »
Reply with quote

yess!!! i figured it out!

Quote
SELECT DISTINCTROW yabbse_members.memberName, Count( * )
FROM yabbse_members
LEFT JOIN yabbse_messages ON yabbse_members.ID_MEMBER = yabbse_messages.ID_MEMBER
GROUP BY yabbse_members.memberName LIMIT 0 , 30

good old access 2000.. ;)
Logged
Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  1.4.1 to 1.5.1 upgrade error « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.064 seconds with 20 queries.