Skip to Content Skip to Menu

(NO BUG) uddeim SQL error: Unknown column

  • gicug
  • gicug
  • OFFLINE
  • Posts: 6
  • Thanks: 0
  • Karma: 0
16 years 4 months ago #61976 by gicug
Hello,

Thanks for your reply.
Yes i did as you said and pasted in this box this code with the code i found it in as is below:

SELECT * FROM `jos1_uddeim` WHERE 1ALTER TABLE `jos_uddeim` ADD `publicname` TEXT ;
ALTER TABLE `jos_uddeim` ADD `publicemail` TEXT ;
ALTER TABLE `jos_uddeim_emn` ADD `public` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim_emn` ADD `lastsent` INT( 11 ) DEFAULT '0' NOT NULL ;
CREATE TABLE IF NOT EXISTS `jos_uddeim_userlists` (
`id` int(11) NOT NULL auto_increment,
`userid` int(11) NOT NULL default '0',
`name` varchar(40) NOT NULL default '',
`description` text NOT NULL,
`userids` text NOT NULL,
PRIMARY KEY (`id`),
KEY `userid` (`userid`)
) TYPE=MyISAM;


But i got this ERROR below:

Error
SQL query:

SELECT *
FROM `jos1_uddeim`
WHERE 1
ALTER TABLE `jos_uddeim` ADD `publicname` TEXT;



MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `jos_uddeim` ADD `publicname` TEXT' at line 2


Your help will be highly appreciated.

Thanks for your support.

Ronnie

Please Log in or Create an account to join the conversation.

  • Canuck
  • Canuck
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
16 years 1 month ago #71748 by Canuck
After several hours of reading these forums, and the readme, I am still at a loss of what to do. Tried all kinds of weird alterations getting equally weird results.

I was wondering, if I could just un-install the current version, drop the jos_uddeim table, and install a fresh copy of the newest version?

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum