Elxis CMS Forum
Support => General => Topic started by: ROUBOS on July 14, 2010, 16:33:36
-
Hi,
after installing the IOS Bubbles component, I get an error:
URI: index.php?option=com_bubbles&Itemid=54
Message: Table 'fmlifegr_db.elx_bubbles' doesn't exist
from what I understand the table cannot be found. And when looking at the database tables in phpMyAdmin there is no such table in the database.
How can I fix this?
thanks
Note: the installations works, just when visiting the page on the site I get the error
-
Go to phpmyadmin, select your database from the left menu and click the "SQL" tab on the right.
Copy-paste the following command and click execute.
CREATE TABLE `elx_bubbles` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(255) default NULL,
`message` text,
`parent` int(11) NOT NULL default '0',
`uid` int(11) NOT NULL default '0',
`username` varchar(80) default NULL,
`author` varchar(120) default NULL,
`dateadded` datetime NOT NULL default '1979-12-19 00:00:00',
`attachment` varchar(250) default NULL,
`ipaddress` varchar(64) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Change Engine from MyISAM to InnoDB if you use that database engine.
-
Thank you so much. That fixed one part, once I write a new topic, I get a new page not found error, after the refresh it displays it.
What was causing it? It's like that error I get for the Shouter module.
Is there an issue with the database access?
Does this have anything to do with it? InnoDB cache hit ratio 0 Cache ratio should be at least 90%
-
For some reason the schema file did not executed during install. Elxis might showed you an error during install but you did nt paid attention to it. After that command everything is ok.
-
getting:
Error 404
We are sorry but the page you requested was not found.
/com_bubbles/1.html
What about this?
InnoDB cache hit ratio 0 Cache ratio should be at least 90%
URI: index3.php?option=com_database&task=monexec&do=stats
Message: Access denied; you need the SUPER privilege for this operation
show innodb status
-
It's ok. Nothing to worry about.
-
why do i get this message:
Error 404
We are sorry but the page you requested was not found.
/com_bubbles/1.html
-
The SEO PRO extension could not be copied during install to the includes/seopro/ directory.
Copy this file:
administrator/components/com_bubbles/seopro.com_bubbles.php
Here:
includes/seopro/com_bubbles.php
Note that you have to rename the copied file from seopro.com_bubbles.php to com_bubbles.php
-
so this might be the problem with Shouter as well? Do the same? What names?
thanks for the help
-
Shouter is a module, it does not have a SEO PRO extension.
-
thanks. That did it.
Shouter gives me this error:
Error 404
We are sorry but the page you requested was not found.
/index.php
I place this module on an autonomous page.
I would prefer to have shouter working as I already have the eForum component