Lookup Domain

.comUSD $8.95 .netUSD $8.95 .orgUSD $8.95

Login

1820 Members
0 Members Online
0 Guests Online
3733 Downloads
121403 Domains Served
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
installation error (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: installation error
#75
vndesire (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
installation error 8 Months, 1 Week ago Karma: 0  
i tried to install and i got this error:

Code:

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 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=238' at li SQL=CREATE TABLE IF NOT EXISTS `jos_aw_ext` ( `id` int(11) NOT NULL auto_increment, `extension` varchar(10) NOT NULL, `server` varchar(50) NOT NULL, `notfound` varchar(30) NOT NULL, `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, `server` varchar(50) NOT NULL, `notfound` varchar(30) NOT NULL, `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 ;
<br><br>Post edited by: admin, at: 2007/10/30 09:12
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#77
admin (Admin)
Admin
Posts: 143
graph
User Online Now Click here to see the profile of this user
Re:installation error 8 Months, 1 Week ago Karma: 3  
Please let me know the following:

  • which version of AjaxWhois you tried to install?
  • make sure that you are using Joomla ver 1.0.12+.


Admin
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#78
vndesire (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:installation error 8 Months, 1 Week ago Karma: 0  
im using joomla 1.0.13 and i was trying to install com_ajaxwhois v0.2.31 beta<br><br>Post edited by: vndesire, at: 2007/10/30 09:19
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#84
milos (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:installation error 8 Months, 1 Week ago Karma: 1  
Hi,

@vndesire: if you have already installed the first version of ajax_whois component go to &quot;ajaxwhois.xml&quot; file and delete the rows with the sql query. It`s located in line 12.

Then you can fix that install problem. If you donīt have installed any version aof ajax whois bevore you have to wait for a fix from the admin.<br><br>Post edited by: milos, at: 2007/10/30 14:51
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#86
admin (Admin)
Admin
Posts: 143
graph
User Online Now Click here to see the profile of this user
Re:installation error 8 Months, 1 Week ago Karma: 3  
Run this query manually:
Code:

CREATE TABLE IF NOT EXISTS `jos_aw_ext` ( `id` int(11) NOT NULL auto_increment, `extension` varchar(10) NOT NULL, `server` varchar(50) NOT NULL, `notfound` varchar(30) NOT NULL, `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;
Now try to install the component.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#87
milos (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:installation error 8 Months, 1 Week ago Karma: 1  
Install runs now how it should. Good work. Fast fix!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Warning: fopen(/home/softuff/public_html/components/com_sef/cache/shCacheContent.php) [function.fopen]: failed to open stream: Permission denied in /home/softuff/public_html/components/com_sef/shCache.php on line 74