Don;t do it - it breaks many things and serves no purpose
--To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/dsP9RLRmJ5sJ.
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
1. Create a new directory in your root directory (eg. “myadmin”)
2. Create an index.php file in your “myadmin” directory..
<?php
$admin_cookie_code=”999999999″;
setcookie(“JoomlaAdminSession”,$admin_cookie_code,0,”/”);
header(“Location: ../administrator/index.php”);
?>
3. Add this to the beginning of index.php in real administrator folder
#administrator/index.php (modify , **do not replace**)
if ($_COOKIE['JoomlaAdminSession'] != “999999999″)
{
header(“Location: ../index.php”);
}
4. just use J Extension - (Change Administrator)
http://extensions.joomla.org/extensions/access-a-security/site-security/login-protection/14666
2012/1/30 Matt Thomas <ma...@betweenbrain.com>:
--
С Уважением,
Романов Р. В.
+7 (917) 256-61-03
mailto:rrv....@gmail.com
This one is more efficient for protecting you back-end: JISecure
my site.
Ofer Cohen
ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
Have you tried�Extension Manager -> Database then click the fix button?
Best,
Matt ThomasFounder�betweenbrain�Lead Developer�Construct Template Development FrameworkPhone: 203.632.9322
Twitter: @betweenbrain
Github:�https://github.com/betweenbrain
On Mon, Jan 30, 2012 at 8:45 PM, Rod Farrell <rodfa...@xvdg.com> wrote:
Sorry, I forgot to change the subject line.
On 31/01/2012 11:44 AM, Rod Farrell wrote:
I'm trying to upgrade a site from 1.73 to 2.5 and keep getting this error:
- JInstaller: :Install: Error SQL DB function failed with error number 1060�
Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
- Files Update: SQL error file DB function failed with error number 1060�
Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
This happens using both the automatic and manual upgrade methods.� The site is now stuck half upgraded.� Does anyone have any ideas how I can get past this?
The site was previously upgraded from 1.5
Rod Farrell
Websites With Purpose
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
I did that - 63 db errors fixed. Everything looks OK except the quick icons are a vertical list and I suddenly have ownership issues on some files and folders which means I can't backup.
Rod FarrellABN 95769808144
Websites With Purpose
www.websiteswithpurpose.com.au
0414 909 759
~ Website Design ~ Website Development ~ SEO ~ Website Hosting ~ eCommerce ~
Confidentiality: This e-mail and its attachments are intended for the above name only and are confidential. If you are not the intended addressee, or the person responsible for delivering it to the intended addressee, you may not copy or deliver it to anyone else or use it in any unauthorised manner. To do so is prohibited and may be unlawful. If you receive this email by mistake, advise the sender immediately by using the reply facility in your email software.
On 31/01/2012 12:11 PM, Matt Thomas wrote:
Have you tried Extension Manager -> Database then click the fix button?
Best,
Matt ThomasFounder betweenbrain™Lead Developer Construct Template Development FrameworkPhone: 203.632.9322
Twitter: @betweenbrain
Github: https://github.com/betweenbrain
On Mon, Jan 30, 2012 at 8:45 PM, Rod Farrell <rodfa...@xvdg.com> wrote:
Sorry, I forgot to change the subject line.
On 31/01/2012 11:44 AM, Rod Farrell wrote:
I'm trying to upgrade a site from 1.73 to 2.5 and keep getting this error:
- JInstaller: :Install: Error SQL DB function failed with error number 1060
- Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
- Files Update: SQL error file DB function failed with error number 1060
- Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
This happens using both the automatic and manual upgrade methods. The site is now stuck half upgraded. Does anyone have any ideas how I can get past this?
The site was previously upgraded from 1.5
Rod Farrell
Websites With Purpose
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
The quick icons should be fixed with a browser cache clear. See�http://docs.joomla.org/Control_Panel_Breaks_When_Upgrading_to_2.5.0
Maybe you can try using Admin Tools from Akeeba Backup to fix the permissions.
Best,
Matt ThomasFounder�betweenbrain�Lead Developer�Construct Template Development FrameworkPhone: 203.632.9322
Twitter: @betweenbrain
Github:�https://github.com/betweenbrain
On Mon, Jan 30, 2012 at 9:17 PM, Rod Farrell <rodfa...@xvdg.com> wrote:
I did that - 63 db errors fixed.� Everything looks OK except the quick icons are a vertical list and I suddenly have ownership issues on some files and folders which means I can't backup.�
Rod FarrellABN 95769808144
Websites With Purpose
www.websiteswithpurpose.com.au
0414 909 759
~ Website Design ~ Website Development ~ SEO ~ Website Hosting ~ eCommerce ~
Confidentiality: This e-mail and its attachments are intended for the above name only and are confidential. If you are not the intended addressee, or the person responsible for delivering it to the intended addressee, you may not copy or deliver it to anyone else or use it in any unauthorised manner. To do so is prohibited and may be unlawful. If you receive this email by mistake, advise the sender immediately by using the reply facility in your email software.
On 31/01/2012 12:11 PM, Matt Thomas wrote:
Have you tried�Extension Manager -> Database then click the fix button?
Best,
Matt ThomasFounder�betweenbrain�Lead Developer�Construct Template Development FrameworkPhone: 203.632.9322
Twitter: @betweenbrain
Github:�https://github.com/betweenbrain
On Mon, Jan 30, 2012 at 8:45 PM, Rod Farrell <rodfa...@xvdg.com> wrote:
Sorry, I forgot to change the subject line.
On 31/01/2012 11:44 AM, Rod Farrell wrote:
I'm trying to upgrade a site from 1.73 to 2.5 and keep getting this error:
- JInstaller: :Install: Error SQL DB function failed with error number 1060�
Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
- Files Update: SQL error file DB function failed with error number 1060�
Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
This happens using both the automatic and manual upgrade methods.� The site is now stuck half upgraded.� Does anyone have any ideas how I can get past this?

reanming the folder will brke the whole cms trust me i have tried a lot of time
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
Welcome!
Best,
Matt
Sent from my phone that uses an open source operating system.
Thanks Matt,
That fixed the icons. I'll look into the permissions later.
Rod Farrell
On 31/01/2012 12:20 PM, Matt Thomas wrote:
The quick icons should be fixed with a browser cache clear. See http://docs.joomla.org/Control_Panel_Breaks_When_Upgrading_to_2.5.0
Maybe you can try using Admin Tools from Akeeba Backup to fix the permissions.
Best,
Matt ThomasFounder betweenbrain™Lead Developer Construct Template Development FrameworkPhone: 203.632.9322
Twitter: @betweenbrain
Github: https://github.com/betweenbrain
On Mon, Jan 30, 2012 at 9:17 PM, Rod Farrell <rodfa...@xvdg.com> wrote:
I did that - 63 db errors fixed. Everything looks OK except the quick icons are a vertical list and I suddenly have ownership issues on some files and folders which means I can't backup.
Rod FarrellABN 95769808144
Websites With Purpose
www.websiteswithpurpose.com.au
0414 909 759
~ Website Design ~ Website Development ~ SEO ~ Website Hosting ~ eCommerce ~
Confidentiality: This e-mail and its attachments are intended for the above name only and are confidential. If you are not the intended addressee, or the person responsible for delivering it to the intended addressee, you may not copy or deliver it to anyone else or use it in any unauthorised manner. To do so is prohibited and may be unlawful. If you receive this email by mistake, advise the sender immediately by using the reply facility in your email software.
On 31/01/2012 12:11 PM, Matt Thomas wrote:
Have you tried Extension Manager -> Database then click the fix button?
Best,
Matt ThomasFounder betweenbrain™Lead Developer Construct Template Development FrameworkPhone: 203.632.9322
Twitter: @betweenbrain
Github: https://github.com/betweenbrain
On Mon, Jan 30, 2012 at 8:45 PM, Rod Farrell <rodfa...@xvdg.com> wrote:
Sorry, I forgot to change the subject line.
On 31/01/2012 11:44 AM, Rod Farrell wrote:
I'm trying to upgrade a site from 1.73 to 2.5 and keep getting this error:
- JInstaller: :Install: Error SQL DB function failed with error number 1060
- Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
- Files Update: SQL error file DB function failed with error number 1060
- Duplicate column name 'ordering' SQL=ALTER TABLE `j17_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
SQL =ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
This happens using both the automatic and manual upgrade methods. The site is now stuck half upgraded. Does anyone have any ideas how I can get past this?