Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: Table issues

Table issues 12 years ago #29503

We have a multisite with JoomSEF 3.9.5 installed. When trying to create custom urls receive this error:
Error Saving URL: Table '518095_mhcint.lcf_sefaliases' doesn't exist SQL=DELETE FROM 'lcf_sefaliases "WHERE 'url = 2762

First, how to resolve?

Second, we've have had other table errors in the past, needing to add additional lines, when installing patches why don't the tables update?

Re: Table issues 12 years ago #29516

  • dajo
  • OFFLINE
  • Posts: 5069
Hi,

You can create the table with following SQL:
CREATE TABLE IF NOT EXISTS `#__sefaliases` (
`id` int(11) NOT NULL auto_increment,
`alias` varchar(255) NOT NULL DEFAULT '',
`vars` text NOT NULL,
`url` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `alias` (`alias`)
);


There seems to be some problem with your upgrade process. How did you upgrade JoomSEF? You need to use the Upgrade page in JoomSEF component, not the Joomla's extension manager.
ARTIO Support Team
  • Page:
  • 1
User Login Empty