Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 12:36 am EST
Geeklog Forums
1146: Table 'geeklog.gl_submitspeedlimit' doesn't exist
Hey All,
I have noticed that my site (running on 1.3.7sr1) spits out this error if a non-"story admin" tries to submit a story (or link)...
1146: Table 'geeklog.gl_submitspeedlimit' doesn't exist
Any ideas?
Thanks,
M@
I have noticed that my site (running on 1.3.7sr1) spits out this error if a non-"story admin" tries to submit a story (or link)...
1146: Table 'geeklog.gl_submitspeedlimit' doesn't exist
Any ideas?
Thanks,
M@
7
7
Quote
Status: offline
destr0yr
Forum User
Full Member
Registered: 07/06/02
Posts: 324
Please correct me if I'm wrong, however, Dirk will probably smack you if you are in fact running sr1. Upgrade to 1.3.8 or 1.3.7sr4.
If you have phpMyAdmin, try dumping this into a SQL window:
CREATE TABLE gl_submitspeedlimit (
id int(10) unsigned NOT NULL auto_increment,
ipaddress varchar(15) NOT NULL default '',
date int(10) unsigned default NULL,
PRIMARY KEY (id)
) TYPE=MyISAM
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
If you have phpMyAdmin, try dumping this into a SQL window:
Text Formatted Code
CREATE TABLE gl_submitspeedlimit (
id int(10) unsigned NOT NULL auto_increment,
ipaddress varchar(15) NOT NULL default '',
date int(10) unsigned default NULL,
PRIMARY KEY (id)
) TYPE=MyISAM
-- destr0yr
"I love deadlines. I like the whooshing sound they make as they fly by." -- Douglas Adams
6
7
Quote
All times are EST. The time is now 12:36 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content