- Posts: 6744
- Thank you received: 716
Problem with hotstart 1.6
-
milos
Support Staff - Moderator
Less
More
13 years 3 months ago #10584
by milos
Replied by milos on topic Re: Problem with hotstart 1.6
I told you, you must consult your hosting provider. Check if you are running MySQL 5 and PHP 5.
Please Log in to join the conversation.
-
mlima87
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
13 years 3 months ago #10585
by mlima87
Replied by mlima87 on topic Re: Problem with hotstart 1.6
The server is ok, using PHP5 and MySQL 5.5.13-log x86_64 Linux.
I think some thing is wrong with you code.
I tried again and i had new error:
Ocorreram alguns erros, durante inclusão de dados no banco de dados: Tabela 'wa89g_weblinks' já existe SQL=--
-- -- Table structure for table `wa89g_weblinks` -- CREATE TABLE `wa89g_weblinks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `url` varchar(250) NOT NULL DEFAULT '', `description` text NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT '0', `state` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `archived` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '1', `access` int(11) NOT NULL DEFAULT '1', `params` text NOT NULL, `language` char(7) NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4
HOW ABOUT THAT!
I think some thing is wrong with you code.
I tried again and i had new error:
Ocorreram alguns erros, durante inclusão de dados no banco de dados: Tabela 'wa89g_weblinks' já existe SQL=--
-- -- Table structure for table `wa89g_weblinks` -- CREATE TABLE `wa89g_weblinks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `sid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `url` varchar(250) NOT NULL DEFAULT '', `description` text NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT '0', `state` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `archived` tinyint(1) NOT NULL DEFAULT '0', `approved` tinyint(1) NOT NULL DEFAULT '1', `access` int(11) NOT NULL DEFAULT '1', `params` text NOT NULL, `language` char(7) NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) NOT NULL DEFAULT '', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `metadata` text NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.', `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4
HOW ABOUT THAT!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
13 years 3 months ago #10586
by milos
Replied by milos on topic Re: Problem with hotstart 1.6
No, this is just a warning (because you have Display Errors ON which is NOT recommended for Joomla). Error that you have after that is related to your server's incompatibility OR maybe you did not upload all files.
By the way, you should use Joomla 1.7, because Joomla 1.6 is not supported by Joomla.org anymore.
By the way, you should use Joomla 1.7, because Joomla 1.6 is not supported by Joomla.org anymore.
Please Log in to join the conversation.
-
mlima87
Inactive member - Topic Author
- New Member
Less
More
- Posts: 14
- Thank you received: 0
13 years 3 months ago #10587
by mlima87
Replied by mlima87 on topic Re: Problem with hotstart 1.6
I allready change the database name. The error continues.
Please Log in to join the conversation.
Time to create page: 0.083 seconds