Good Day,
I am running PHPNUKE 7.9 I am trying to install subject. This is the error I keep getting upon hitting update from the modules admin section:
Table 'c817454_nuke1.nuke_lgsl' doesn't exist
These are the instructions:
Edit the lgsl_install_phpnuke.sql and change the table prefix to match your nuke install.
Use PhpMyAdmin ( or some other tool ) to import the lgsl_install_sa.sql
Upload the modules/LGSL folder into your nuke installation.
Upload the blocks/block-LGSL_* files into your nuke installation.
This is the the lgsl_install_phpnuke file I uploaded in my public/html folder.
CREATE TABLE `nuke_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` TINYINT (1) 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;
What would be the table prefix to match my nuke install not sure exactly what there looking for? An example would be great!!
Thanks