Status: offline

mpursley

Forum User
Junior
Registered: 03/27/03
Posts: 18
confused
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@

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:
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