Joomla Ajax Domain Whois Search

.comUSD $12.99 .netUSD $12.99 .orgUSD $12.99
7035 Members
683483 Domains Served
Welcome, Guest
Please Login or Register.    Lost Password?

installation error
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: installation error
#134
Re:installation error 4 Years, 2 Months ago Karma: 0
Thanks for the quick reply.

version 4.0.27

SQL Error DB function failed with error number 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=238' at line 15 SQL=CREATE TABLE IF NOT EXISTS `jos_aw_ext` ( `id` int(11) NOT NULL auto_increment, `extension` varchar(10) NOT NULL, `price` varchar(10) NOT NULL, `server` varchar(50) NOT NULL, `notfound` varchar(30) NOT NULL, `incomponent` tinyint(1) NOT NULL default '0', `checkedc` tinyint(1) NOT NULL default '0', `orderingc` int(11) NOT NULL default '0', `inmodule` tinyint(1) NOT NULL default '0', `checked` tinyint(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=238;
SQL =

CREATE TABLE IF NOT EXISTS `jos_aw_ext` (
`id` int(11) NOT NULL auto_increment,
`extension` varchar(10) NOT NULL,
`price` varchar(10) NOT NULL,
`server` varchar(50) NOT NULL,
`notfound` varchar(30) NOT NULL,
`incomponent` tinyint(1) NOT NULL default '0',
`checkedc` tinyint(1) NOT NULL default '0',
`orderingc` int(11) NOT NULL default '0',
`inmodule` tinyint(1) NOT NULL default '0',
`checked` tinyint(1) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=238;
rich
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
The administrator has disabled public write access.
 
#135
Re:installation error 4 Years, 2 Months ago Karma: 2
Hi friend,

Please edit the ajaxwhois.xml file which you can find in the component zip archive to remove
Code:

DEFAULT CHARSET=latin1
Now again zip it and install the component.

Please download the component again before it.

Admin<br><br>Post edited by: admin, at: 2007/11/23 17:25
admin
Moderator
Posts: 324
graph
User Offline Click here to see the profile of this user
Gender: Male softuff.org
The administrator has disabled public write access.
 
Go to topPage: 123