Welcome, Guest. Please Login or Register.
October 02, 2024, 10:28:55 PM
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  |  Help Please Big Trouble « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Help Please Big Trouble  (Read 330 times)
dthomas
Noobie
*
Posts: 26


I'm a llama!

Help Please Big Trouble
« on: March 17, 2003, 01:43:14 AM »
Reply with quote

All the sudden for no reason my board will not load. It just came to a hault. No changes were made etc. I am running 1.5.1RC and php 4.30 and the latest mysql on a windows 2000 advanced server.

I did notice when I go to mysql I see this when I click clicl_logs

Can't open file: 'yabbse_log_clicks.MYD'. (errno: 145)

I also had some of the yabbse info like latest post etc. showing on main page but now no page with yabbse info will completly load.

http://www.onlinephotographers.com
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:Help Please Big Trouble
« Reply #1 on: March 17, 2003, 01:45:26 AM »
Reply with quote

Use phpMyAdmin and repair that table.
Logged

dthomas
Noobie
*
Posts: 26


I'm a llama!

Re:Help Please Big Trouble
« Reply #2 on: March 17, 2003, 01:53:15 AM »
Reply with quote

How do I repair a table?
Logged
dthomas
Noobie
*
Posts: 26


I'm a llama!

Re:Help Please Big Trouble
« Reply #3 on: March 17, 2003, 02:33:04 AM »
Reply with quote

Well now I have messed things up good I was trying to repair the table and deleted it without knowing it. Is is possable to create a new 'yabbse_log_clicks table within the sql database? If so could someone explain what I do to insert one.  :'(
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Help Please Big Trouble
« Reply #4 on: March 17, 2003, 03:45:09 AM »
Reply with quote

REPAIR TABLE `yabbse_log_clicks`
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
dthomas
Noobie
*
Posts: 26


I'm a llama!

Re:Help Please Big Trouble
« Reply #5 on: March 17, 2003, 03:49:32 AM »
Reply with quote

I don't have the option to repair it since I deleted it. Also I never had the option before it was deleted because it could not open it always said in use.

What I need is the structure to build another one if someone could help like how many fields the field names etc
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Help Please Big Trouble
« Reply #6 on: March 17, 2003, 03:53:27 AM »
Reply with quote

CREATE TABLE {$db_prefix}log_topics (
 ID_MEMBER mediumint(8) unsigned NOT NULL default '0',
 ID_TOPIC mediumint(8) unsigned NOT NULL default '0',
 logTime int(10) unsigned NOT NULL default '0',
 notificationSent tinyint(4) unsigned NOT NULL default '0',
 PRIMARY KEY (ID_TOPIC, ID_MEMBER)
) TYPE=MyISAM;

-[Unknown]
Logged
dthomas
Noobie
*
Posts: 26


I'm a llama!

Re:Help Please Big Trouble
« Reply #7 on: March 17, 2003, 03:57:39 AM »
Reply with quote

It's not the log_topics it is the log_clicks
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Help Please Big Trouble
« Reply #8 on: March 17, 2003, 04:08:21 AM »
Reply with quote

CREATE TABLE {$db_prefix}log_clicks (
 ip tinytext,
 logTime bigint(20) NOT NULL default '0',
 agent tinytext,
 toUrl tinytext,
 fromUrl tinytext,
 KEY logTime (logTime)
) TYPE=MyISAM;

it's a good idea to disable ClickLog, actually
it increases the forum preformance/speed, if u want to do that, u can comment out the function call in index.php and SSI.php, like:
//ClickLog();
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Help Please Big Trouble
« Reply #9 on: March 17, 2003, 04:14:22 AM »
Reply with quote

This modification would probably work better:

http://www.yabbse.org/community/index.php?board=158;action=display;threadid=20133

-[Unknown]
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Help Please Big Trouble « 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.241 seconds with 20 queries.