Welcome, Guest. Please Login or Register.
November 30, 2024, 03:54:31 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Arrgh... errors « previous next »
Pages: 1 [2] 3 Reply Ignore Print
Author Topic: Arrgh... errors  (Read 523 times)
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #15 on: June 25, 2002, 02:42:36 AM »
Reply with quote

hmm, the prob is the board=1 all others work perfect

try

http://24.128.153.169/yabbse/index.php?board=3 or any other board!

you have to check the board "General Discussion" this is the problem!

Logged

mainComm Dev Team
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #16 on: June 25, 2002, 02:51:07 AM »
Reply with quote

I wouldn't mind deleting General Discussions in Admin and start again. Problem is, it wont let me.

trying to delete it from the board setup gets me this error.

2: MySQL: Unable to save result set
(c:\program files\apache group\apache\home\yabbse\Sources\ManageBoards.php ln 206)
and refuses to delete.
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #17 on: June 25, 2002, 02:52:45 AM »
Reply with quote

try to delete it in db directly! and then go to admin center and "repair boards and posts"!

medi
Logged

mainComm Dev Team
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #18 on: June 25, 2002, 02:55:39 AM »
Reply with quote

thanks for all the help, I have it working, although I had to delete GD. Do you have any idea what may have caused this?
Logged
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #19 on: June 25, 2002, 02:58:16 AM »
Reply with quote

Sorry, spoke a little too soon.
The message page works, but when i click REPAIR BOARDS AND TOPICS i get this

Listing of board errors
The following errors are fouling up your board (blank if none):
An Error Has Occurred!

2: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
(c:\program files\apache group\apache\home\yabbse\Sources\RepairBoards.php ln 71)
 
and on the message page, just below the recent post header it says

An Error Has Occurred!

2: mysql_num_rows(): supplied argument is not a valid MySQL result resource
(c:\program files\apache group\apache\home\yabbse\Sources\Recent.php ln 149)
 


 
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #20 on: June 25, 2002, 02:59:32 AM »
Reply with quote

i have to thank you , each bug reported will help us to make yabbse better!

the table was corrupt!

if you will a answer i need more infos like

what php version
what mysql version
what mods or hacks have you installed!

thx you
Logged

mainComm Dev Team
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #21 on: June 25, 2002, 03:02:58 AM »
Reply with quote

php version: 4.2.0
Mysql Version: Was 4.0.1 but I downgraded to 3.23.51 after the error. Seemed to increase the speed.

Still has the errors listed above but at least people can post at this point.
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #22 on: June 25, 2002, 03:03:12 AM »
Reply with quote

QuoteSorry, spoke a little too soon.
The message page works, but when i click REPAIR BOARDS AND TOPICS i get this

Listing of board errors
The following errors are fouling up your board (blank if none):
An Error Has Occurred!

2: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
(c:\program files\apache group\apache\home\yabbse\Sources\RepairBoards.php ln 71)

and on the message page, just below the recent post header it says

An Error Has Occurred!

2: mysql_num_rows(): supplied argument is not a valid MySQL result resource
(c:\program files\apache group\apache\home\yabbse\Sources\Recent.php ln 149)

not really a bug! you have deleted the categorie but have you also deleted all messages related with this board 1?

mediman
Logged

mainComm Dev Team
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #23 on: June 25, 2002, 03:03:44 AM »
Reply with quote

Forgot to. I am missing the most obvious things here.
Logged
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #24 on: June 25, 2002, 03:05:24 AM »
Reply with quote

I don't see a table to tell what board a post was on in phpmyadmin, and General Discussions had a lot of posts. Is there a quick way to tell?
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #25 on: June 25, 2002, 03:10:27 AM »
Reply with quote

you can make a script! you have first to check what topic numbers are involved and then you have to delete all messages with this topic_id!

let me explain! go to table "yabbse_topics", there you will find all topics related to board =1 ( delete in this table all topics with id_board = 1!

then go to table "yabbse_messages" and delete all messages with the topic id you found out before!

medi

if you feel not to paranoid, you can give me db access and i try to repair your board!

« Last Edit: June 25, 2002, 03:17:45 AM by mediman » Logged

mainComm Dev Team
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #26 on: June 25, 2002, 03:17:40 AM »
Reply with quote

Problem here is i don't know anything about PHP, MySQL or scripting.
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #27 on: June 25, 2002, 03:22:18 AM »
Reply with quote

if you can wait, then i write you that script!
if you need a fast help, then i need db access!

mediman
Logged

mainComm Dev Team
CD999
Noobie
*
Posts: 27


I'm NOT a llama

Re:Arrgh... errors
« Reply #28 on: June 25, 2002, 03:24:29 AM »
Reply with quote

Alright.
Logged
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Arrgh... errors
« Reply #29 on: June 25, 2002, 03:31:39 AM »
Reply with quote

so i have tried to fix your prob! can you test it!

tell me if you need the script to delete the old messages!

mediman
« Last Edit: June 25, 2002, 03:34:02 AM by mediman » Logged

mainComm Dev Team
Pages: 1 [2] 3 Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Arrgh... errors « 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.038 seconds with 20 queries.