Installation error

15 years 3 months ago #81583 by fidoboy
Installation error was created by fidoboy
I've just downloaded the latest build and when trying to updagrade from CB 1.2 RC4 beta2 i get this error:

[color=]Table #__comprofiler_sessions does not exist[/color]

how can i solve it??

regards,

Please Log in to join the conversation.

15 years 3 months ago #81645 by beat
Replied by beat on topic Re:Installation error
check that table exists, otherwise try reinstalling RC4, otherwise last version you had, all by normal installer.

or try fix cb db if you went that far.

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

15 years 3 months ago #81699 by fidoboy
Replied by fidoboy on topic Re:Installation error
I've verified that the table jos_comprofiler_sessions does not exists... i've also reinstalled latest RC4 again.... but problem persists. Using the tools does not fix the problem... :(

regards,

Please Log in to join the conversation.

15 years 3 months ago #81746 by fidoboy
Replied by fidoboy on topic Re:Installation error
I get this error message during the installation process:

CBSQLupgrader::createTableof Table #__comprofiler_sessions failed with SQL error: Table 'jos_comprofiler_sessions' already exists SQL=CREATE TABLE `jos_comprofiler_sessions` ( `username` varchar(50) NOT NULL DEFAULT '', `userid` int(11) unsigned NOT NULL DEFAULT 0, `ui` tinyint(4) NOT NULL DEFAULT 0, `incoming_ip` varchar(39) NOT NULL DEFAULT '', `client_ip` varchar(39) NOT NULL DEFAULT '', `session_id` varchar(33) NOT NULL DEFAULT '', `session_data` mediumtext NOT NULL, `expiry_time` int(14) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`session_id`), KEY `expiry_time` (`expiry_time`), KEY `userid` (`userid`) ) ENGINE=MyISAM
CREATE TABLE `#__comprofiler_sessions` ( `username` varchar(50) NOT NULL DEFAULT '', `userid` int(11) unsigned NOT NULL DEFAULT 0, `ui` tinyint(4) NOT NULL DEFAULT 0, `incoming_ip` varchar(39) NOT NULL DEFAULT '', `client_ip` varchar(39) NOT NULL DEFAULT '', `session_id` varchar(33) NOT NULL DEFAULT '', `session_data` mediumtext NOT NULL, `expiry_time` int(14) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`session_id`), KEY `expiry_time` (`expiry_time`), KEY `userid` (`userid`) ) ENGINE=MyISAM


I've tried uninstalling and installing all again but the result is always the same... :( I've also verified that the table jos_comprofiler_session does not exists in my database...

However, there is a reference to this table in database.cbcore.xml line 1306. I'm not sure about the fix, should i remove this section?


kind regards,

Post edited by: fidoboy, at: 2008/12/09 11:42

Please Log in to join the conversation.

15 years 3 months ago #81761 by sats4eva
Replied by sats4eva on topic Re:Installation error
I had this error. BUt i was able to fix it. The problem is you are trying to install this as a module I believe from your computer. You need to unzip the comprofiler.zip file and transfer the folder to your server via FTP and install it from the server. Should fix your issue. Its probably a timeout error

Post edited by: sats4eva, at: 2008/12/09 14:19

Please Log in to join the conversation.

15 years 3 months ago #81762 by fidoboy
Replied by fidoboy on topic Re:Installation error
I'm installing the component from the server, so it should be fast. If it's a timeout problem i can't understand why this message is saying that the table alredy exists, because this table doesn't exists on my database.

regards,

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.288 seconds