kabflash
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
I have been trying to install components on my new Joomla installation and keep getting the following error...
After about 5-10 tries on each one I got most of my components to go through, but on this last one I've tried at least 20 times and it just keeps erroring... I see numerous threads about this with no answer and if I search I see hundreds of them also not answered....
Please help me?? My site is kinda pointless without these extensions...
---------- Post added at 01:54 PM ---------- Previous post was at 12:14 PM ----------
Update to problem. I managed to get the component installed by doing it manually. Now my next problem is it won't work because I think the port I'm trying to query is blocked.
Is it possible to get port 28970 unblocked for my site? This is for a game server status module. Just displays whether my game server is online, who's playing, the map etc..
Right now I'm hosting the feed for it locally(so its temporarily working), but this cannot be a permanent solution for me.
FORGOT to mention I only need it opened for UDP.
- JInstaller::install: SQL Error. DB function failed with error number 2013
Lost connection to MySQL server during query SQL=CREATE TABLE `jos_lgsl` ( `id` INT (11) NOT NULL auto_increment, `type` VARCHAR (50) NOT NULL DEFAULT '', `ip` VARCHAR (255) NOT NULL DEFAULT '', `c_port` VARCHAR (5) NOT NULL DEFAULT '0', `q_port` VARCHAR (5) NOT NULL DEFAULT '0', `s_port` VARCHAR (5) NOT NULL DEFAULT '0', `zone` VARCHAR (255) NOT NULL DEFAULT '0', `disabled` TINYINT (1) NOT NULL DEFAULT '0', `comment` VARCHAR (255) NOT NULL DEFAULT '', `status` TINYINT (1) NOT NULL DEFAULT '0', `cache` TEXT NOT NULL, `cache_time` TEXT NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;
SQL = CREATE TABLE `jos_lgsl` (
`id` INT (11) NOT NULL auto_increment,
`type` VARCHAR (50) NOT NULL DEFAULT '',
`ip` VARCHAR (255) NOT NULL DEFAULT '',
`c_port` VARCHAR (5) NOT NULL DEFAULT '0',
`q_port` VARCHAR (5) NOT NULL DEFAULT '0',
`s_port` VARCHAR (5) NOT NULL DEFAULT '0',
`zone` VARCHAR (255) NOT NULL DEFAULT '0',
`disabled` TINYINT (1) NOT NULL DEFAULT '0',
`comment` VARCHAR (255) NOT NULL DEFAULT '',
`status` TINYINT (1) NOT NULL DEFAULT '0',
`cache` TEXT NOT NULL,
`cache_time` TEXT NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;- Component Install: SQL error or missing or unreadable SQL file. DB function failed with error number 2013
Lost connection to MySQL server during query SQL=CREATE TABLE `jos_lgsl` ( `id` INT (11) NOT NULL auto_increment, `type` VARCHAR (50) NOT NULL DEFAULT '', `ip` VARCHAR (255) NOT NULL DEFAULT '', `c_port` VARCHAR (5) NOT NULL DEFAULT '0', `q_port` VARCHAR (5) NOT NULL DEFAULT '0', `s_port` VARCHAR (5) NOT NULL DEFAULT '0', `zone` VARCHAR (255) NOT NULL DEFAULT '0', `disabled` TINYINT (1) NOT NULL DEFAULT '0', `comment` VARCHAR (255) NOT NULL DEFAULT '', `status` TINYINT (1) NOT NULL DEFAULT '0', `cache` TEXT NOT NULL, `cache_time` TEXT NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;
SQL = CREATE TABLE `jos_lgsl` (
`id` INT (11) NOT NULL auto_increment,
`type` VARCHAR (50) NOT NULL DEFAULT '',
`ip` VARCHAR (255) NOT NULL DEFAULT '',
`c_port` VARCHAR (5) NOT NULL DEFAULT '0',
`q_port` VARCHAR (5) NOT NULL DEFAULT '0',
`s_port` VARCHAR (5) NOT NULL DEFAULT '0',
`zone` VARCHAR (255) NOT NULL DEFAULT '0',
`disabled` TINYINT (1) NOT NULL DEFAULT '0',
`comment` VARCHAR (255) NOT NULL DEFAULT '',
`status` TINYINT (1) NOT NULL DEFAULT '0',
`cache` TEXT NOT NULL,
`cache_time` TEXT NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;- Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
After about 5-10 tries on each one I got most of my components to go through, but on this last one I've tried at least 20 times and it just keeps erroring... I see numerous threads about this with no answer and if I search I see hundreds of them also not answered....
Please help me?? My site is kinda pointless without these extensions...
---------- Post added at 01:54 PM ---------- Previous post was at 12:14 PM ----------
Update to problem. I managed to get the component installed by doing it manually. Now my next problem is it won't work because I think the port I'm trying to query is blocked.
Is it possible to get port 28970 unblocked for my site? This is for a game server status module. Just displays whether my game server is online, who's playing, the map etc..
Right now I'm hosting the feed for it locally(so its temporarily working), but this cannot be a permanent solution for me.
FORGOT to mention I only need it opened for UDP.
Last edited: