Welcome, Guest. Please Login or Register.
April 20, 2024, 05:46:34 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  |  YaBB SE Info  |  News From the YaBB SE Team  |  1.5.1 RC1, SE Store, and SE User Survey! « previous next »
Pages: 1 ... 8 9 [10] 11 12 ... 20 Reply Ignore Print
Author Topic: 1.5.1 RC1, SE Store, and SE User Survey!  (Read 85628 times)
charpress
Noobie
*
Posts: 42


No, you're a llama!

Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #135 on: January 22, 2003, 01:37:45 AM »
Reply with quote

I did upload and re-run upgrade.php.

I'll try the query next.
Logged
charpress
Noobie
*
Posts: 42


No, you're a llama!

Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #136 on: January 22, 2003, 01:40:29 AM »
Reply with quote

Oops, what's wrong here:

ALTER TABLE {$db_prefix}log_online ADD PRIMARY KEY (identity(30))

MySQL said:


You have an error in your SQL syntax near '{$db_prefix}log_online ADD PRIMARY KEY (identity(30))' at line 1
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #137 on: January 22, 2003, 01:46:02 AM »
Reply with quote

Replace {$db_prefix} with yuor prefix.... ie. yabbse_.

-[Unknown]
Logged
Tenkoy
Jr. Member
**
Posts: 76


WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #138 on: January 22, 2003, 01:49:24 AM »
Reply with quote

Okay, I'm pretty sure you've heard this question before, and it probably isn't an issue with this, but I can never be certain. I looked through the archives and couldn't find an answer that helped.

I got this error when I tried to apply a yabbpak.

2: mkdir() failed (No such file or directory)
(/home/virtual/site29/fst/var/www/html/yabbse/Sources/Packer.php ln 108)

It's probably a configuration error with my forum, rather than an error with the system.
« Last Edit: January 22, 2003, 01:49:58 AM by Tenkoy » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #139 on: January 22, 2003, 01:54:02 AM »
Reply with quote

Quote from: Tenkoy on January 22, 2003, 01:49:24 AMOkay, I'm pretty sure you've heard this question before, and it probably isn't an issue with this, but I can never be certain. I looked through the archives and couldn't find an answer that helped.

I got this error when I tried to apply a yabbpak.

2: mkdir() failed (No such file or directory)
(/home/virtual/site29/fst/var/www/html/yabbse/Sources/Packer.php ln 108)

It's probably a configuration error with my forum, rather than an error with the system.

Sounds like either a configuration problem or a mod problem.... which mod is it?

-[Unknown]
Logged
charpress
Noobie
*
Posts: 42


No, you're a llama!

Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #140 on: January 22, 2003, 01:55:15 AM »
Reply with quote

Sorry, I look at things literally. My prefixes are yabbse_, so do you mean:

ALTER TABLE {$yabbse_}log_online ADD PRIMARY KEY (identity(30))
Logged
Tenkoy
Jr. Member
**
Posts: 76


WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #141 on: January 22, 2003, 01:55:44 AM »
Reply with quote

tdodnz's mods.

Disable Avatars
Disable Signatures
Auto Message

They're for 1.5, so I figured they'd work for this one too.

« Last Edit: January 22, 2003, 01:56:20 AM by Tenkoy » Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #142 on: January 22, 2003, 01:57:26 AM »
Reply with quote

Quote from: Tenkoy on January 22, 2003, 01:55:44 AMThey're for 1.5, so I figured they'd work for this one too.
A lot has chnaged since 1.5, I highly doubt any 1.5 mods will work.
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #143 on: January 22, 2003, 01:59:10 AM »
Reply with quote

charpress, are you trying to apply this in phpmyadmin? If so remove the {}
Logged

charpress
Noobie
*
Posts: 42


No, you're a llama!

Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #144 on: January 22, 2003, 01:59:24 AM »
Reply with quote

Figured out what you meant, but now:

ALTER TABLE yabbse_log_online ADD PRIMARY KEY (identity(30))

MySQL said:


Duplicate entry '216.83.233.20' for key 1
Logged
Tenkoy
Jr. Member
**
Posts: 76


WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #145 on: January 22, 2003, 01:59:26 AM »
Reply with quote

Alrighty, thanks, that helps a lot.
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #146 on: January 22, 2003, 02:01:09 AM »
Reply with quote

charpress, of course you need to clean out your log_online table. Can do it via the admin center and clear active log.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #147 on: January 22, 2003, 02:01:39 AM »
Reply with quote

Quote from: charpress on January 22, 2003, 01:59:24 AMFigured out what you meant, but now:

ALTER TABLE yabbse_log_online ADD PRIMARY KEY (identity(30))

MySQL said:


Duplicate entry '216.83.233.20' for key 1

DELETE FROM yabbse_log_online

Do that first.

-[Unknown]
Logged
charpress
Noobie
*
Posts: 42


No, you're a llama!

Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #148 on: January 22, 2003, 02:07:06 AM »
Reply with quote

Crap.

I was deleting multiple users and deleted one too many --so now no administrator.

I give up for today. Now I need to go read all the posts on what to do if the amin gets deleted.

I even missed being first to catch the magic llama.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:1.5.1 RC1, SE Store, and SE User Survey!
« Reply #149 on: January 22, 2003, 02:13:15 AM »
Reply with quote

INSERT INTO yabbse_members (memberName, realName, passwd, emailAddress, posts, personalText, avatar, dateRegistered, hideEmail, memberIP, im_email_notify, memberGroup)
VALUES ('admin', 'admin', 'adpexzg3FUZAk','[email protected]', 0, 'I\'m an admin!','blank.gif',UNIX_TIMESTAMP(), '0', '127.0.0.1', 1, 'Administrator')

Should work...

[edit: Added Administrator :-[]

-[Unknown]
« Last Edit: January 22, 2003, 02:15:57 AM by [Unknown] » Logged
Pages: 1 ... 8 9 [10] 11 12 ... 20 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  1.5.1 RC1, SE Store, and SE User Survey! « 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.033 seconds with 20 queries.