articlesocial Posted January 28, 2008 Share Posted January 28, 2008 My website, www.articlesocial.com, is having a database issue. It is missing a table, and I do no know how to insert it. I know where to paste the text file in myphpadmin, but I do not know how to write it. There is a more detailed error message at the site, and below. Link to comment https://forums.phpfreaks.com/topic/88121-solved-database-error/ Share on other sites More sharing options...
irvieto Posted January 28, 2008 Share Posted January 28, 2008 Just a guess. create table sd_plugins ( pluginid int(10) unsigned not null primary key auto increment, displayname varchar(200) not null, authorname varchar(200) not null, pluginpath varchar(200) not null, ) Link to comment https://forums.phpfreaks.com/topic/88121-solved-database-error/#findComment-450955 Share on other sites More sharing options...
articlesocial Posted February 4, 2008 Author Share Posted February 4, 2008 didnt work, but thanks for the try. i think i will just try a different script. i really appreciate your help though. Link to comment https://forums.phpfreaks.com/topic/88121-solved-database-error/#findComment-457200 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.