|
Hi David,
I removed the comment according to your instructions and I am still getting the same error.
I also downloaded and ran the installation again with the same results.
My website is hosted at 1and1 and the database used is MySQL 4.0.27
hmm, I have no idea what could be wrong.
Thank you.
|
NEW! 404 Redirect Ha ...
|
Posted 18 years, 3 months ago
by rdobes
|
|
Hello,
thank you for the component. It sounds like it's exactly what I am looking for.
Unfortunatelly I am having problems installing the component.
I am trying to install it on Joomla 1.0.11. RD AddPHP is installed and published.
I am using JoomSEF 1.3.1 and it is enabled.
When I run the installation I am getting "Installation Failed".
Below is the error message:
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 COMMENT='404 log'' at line 11 SQL=CREATE TABLE IF NOT EXISTS `joom_404_log` ( `id` int(11) NOT NULL auto_increment, `ip` varchar(100) default NULL, `time` varchar(100) default NULL, `referer_url` varchar(255) default NULL, `requested_url` varchar(255) default NULL, `redirected_url` varchar(255) default NULL, `searchterm` varchar(255) default NULL, `type` varchar(100) default NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='404 log';
SQL =
CREATE TABLE IF NOT EXISTS `joom_404_log` (
`id` int(11) NOT NULL auto_increment,
`ip` varchar(100) default NULL,
`time` varchar(100) default NULL,
`referer_url` varchar(255) default NULL,
`requested_url` varchar(255) default NULL,
`redirected_url` varchar(255) default NULL,
`searchterm` varchar(255) default NULL,
`type` varchar(100) default NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='404 log';
Any ideas why I am not able to instal it?
Thank you.
|
NEW! 404 Redirect Ha ...
|
Posted 18 years, 3 months ago
by rdobes
|
|
hello,
I have just installed a component that doesn't work well with JoomSEF so I selected "SKIP" option under "Component Configuration" in the config.
I thought if I select the skip option JoomSEF will not touch the URL but I found out it is still effecting the URL in some way.
Here si the problem. JoomSEF is set to make all URLs lowercase and it's making lowercase all URLs even those of the component that's supposed to be skiped which makes the component not to work properly.
Is there any fix for that or do I just have to learn to live with it?
thanks
Robert
P.S. By the way the component is - Glossary 2.0
|
Skip Component in Jo ...
|
Posted 18 years, 5 months ago
by rdobes
|