Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-13 18:26:17 |
I did and that didn't work.
I did and that didn't work.
hmm for me it works ok. And i didn't here any others that have problems with it. How do you update? Via autoupdater?
try this place /administrator/com_admin/sql/updates/mysql and execute the SQL files 3.4.0-2014-09-16.sql
and 3.4.0-2015-02-26.sql
to your database (replace #__ with your Database prefixes) these will fix the errors.
I did use Autoupdater. I don't understand how to do what you are suggesting. Sorry, very new to all of this. Can you explain in detailed steps? Thanks for your help.
. Can you explain in detailed steps?
-Open your Databasemanagment System (e.g. phpmyadmin)
-access your database
-open the SQL Tab
-paste:
ALTER TABLE `bqu1s_redirect_links` ADD header smallint(3) NOT NULL DEFAULT 301;
ALTER TABLE `bqu1s_redirect_links` MODIFY new_url varchar(255);
INSERT INTO `bqu1s_postinstall_messages` (`extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES
(700, 'COM_CPANEL_MSG_LANGUAGEACCESS340_TITLE', 'COM_CPANEL_MSG_LANGUAGEACCESS340_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/languageaccess340.php', 'admin_postinstall_languageaccess340_condition', '3.4.1', 1);
Also please use the forum http://forum.joomla.org for site specific support in the future. This here is for bugs in the CMS not for support requests. Thanks for understanding!
Will do and thanks for pointing me in the right direction! I pasted the code and executed – this error was returned:
SQL query:
ALTER TABLE bqu1s_redirect_links
ADD header smallint(3) NOT NULL DEFAULT 301;
MySQL said: Documentation
#1060 - Duplicate column name 'header'
Than remove the first line.
ALTER TABLE `bqu1s_redirect_links` MODIFY new_url varchar(255);
INSERT INTO `bqu1s_postinstall_messages` (`extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES
(700, 'COM_CPANEL_MSG_LANGUAGEACCESS340_TITLE', 'COM_CPANEL_MSG_LANGUAGEACCESS340_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/languageaccess340.php', 'admin_postinstall_languageaccess340_condition', '3.4.1', 1);
as stated above please use the forum http://forum.joomla.org for site specific support. Thanks for understanding!
Try the
Fix
Button.