Can't activate languages

This forum provides support and discussion about the 2.1 release of Joom!Fish only. Please be aware that JoomFish 2.1 is no longer the latest, public release of JoomFish. Consider upgrading to 2.2 if you find any particular issue.
Forum rules
Please visit the Documentation section first. Especially take a look at the Installation issues and the FAQ document.

Before posting, don't forget to search the forums.

If you still have issues, start a topic and include as much information as possible:

First of all, check if you are running the latest available version of Joomla! (1.5.23) and Joom!Fish (2.1.7). Posts for issues, where both systems are not updated, will be ignored.

We need the following at least (you can find this in your Joomla! backend under help > system info):

* PHP version (e.g. 5.2.5). Note: The support for PHP4 is discontinued.
* Joomla! version
* Joom!Fish version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Webserver to PHP interface (e.g. apache2handler, cgi-fcgi)
* Database version
* memory_limit from your phpinfo

Please enable error reporting and include any error messages in your posting.

Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.

Re: Can't activate languages

Postby bestel on Mon Sep 19, 2011 6:29 am

anelinde wrote:I have the same problem :
Unknown column 'l.ordering' in 'order clause' SQL=SELECT l.* FROM jos_languages AS l ORDER BY l.ordering
when i go to the admin-page for language activation. And I get this error when trying to activate:
An error occured while saving your languages.
Also, the whole site is not working when Joomfish is installed (only the frontpage).
How can I solve this? Altering the tables i the DB as suggested in this forum doesn't work.
Linde


Hi, Linde! Solution your bug is here:
http://www.bestweb.com.ua/en/blog/91-ho ... der-clause

The solution is to delete and create a table jos_languages. Open your phpMyAdmin and delete this table. Then run this SQL-query to your base:

CREATE TABLE IF NOT EXISTS `jos_languages` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`active` tinyint(1) NOT NULL default '0',
`iso` varchar(20) default NULL,
`code` varchar(20) NOT NULL default '',
`shortcode` varchar(20) default NULL,
`image` varchar(100) default NULL,
`fallback_code` varchar(20) NOT NULL default '',
`params` text NOT NULL,
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

INSERT INTO `jos_languages` (`id`, `name`, `active`, `iso`, `code`, `shortcode`, `image`, `fallback_code`, `params`, `ordering`) VALUES
(1, 'English (United Kingdom)', 1, 'en_GB.utf8, en_GB.UT', 'en-GB', 'en', '', '', '', 1);

Enter into Joom!Fish language configuration again and save. Everything works :)
User avatar
bestel
Newbee
 
Posts: 17
Joined: Fri Jan 14, 2011 5:56 pm

Re: Can't activate languages

Postby Kamillka on Mon Mar 19, 2012 5:54 pm

to bestel, thank you very much for your solution! it works!!!! At least I am able to activate languages.
Kamillka
Newbee
 
Posts: 1
Joined: Mon Mar 19, 2012 5:48 pm

Re: Can't activate languages

Postby bestel on Wed Apr 04, 2012 6:07 pm

Kamillka wrote:to bestel, thank you very much for your solution! it works!!!! At least I am able to activate languages.

Not at all! :)
User avatar
bestel
Newbee
 
Posts: 17
Joined: Fri Jan 14, 2011 5:56 pm

Re: Can't activate languages

Postby choumike on Sat Apr 07, 2012 1:56 am

Hi bestel,

I'm new using joomla... and I had deleted the table "jos_languages" as you said but now when I want to create a new table "jos_languages" I saw that I need to specify some details, Please see attachment....
I'm new and don't know well phpMyAdmin.
Any help will be appreciate.
Michael
Attachments
jos_languages.jpg
jos_languages.jpg (182.89 KiB) Viewed 2732 times
choumike
Newbee
 
Posts: 2
Joined: Thu Apr 05, 2012 10:42 pm

Re: Can't activate languages

Postby bestel on Fri Apr 13, 2012 7:25 pm

Hallo, Mike! See attach:

1. Choose your DB
2. Change SQL tab
3. Paste the code
4. Run this SQL-query
5. Then have a nice day :)
Attachments
phpmyadmin.jpg
phpMyadmin
phpmyadmin.jpg (265.48 KiB) Viewed 2697 times
User avatar
bestel
Newbee
 
Posts: 17
Joined: Fri Jan 14, 2011 5:56 pm

Re: Can't activate languages

Postby choumike on Sat Apr 14, 2012 2:17 pm

Hi Bestel,

I runthe SQL but I get an error....pleasesee attach

Thank you in advance for your help.
Attachments
error.jpg
error.jpg (123.76 KiB) Viewed 2684 times
choumike
Newbee
 
Posts: 2
Joined: Thu Apr 05, 2012 10:42 pm

Re: Can't activate languages

Postby Josh0000 on Thu Jul 26, 2012 8:34 am

Do you think that is better than the traditional system
Josh0000
Newbee
 
Posts: 1
Joined: Thu Jul 26, 2012 8:28 am

Previous

Return to Joom!Fish 2.1.x Core Extension [deprecated]

Who is online

Users browsing this forum: No registered users and 2 guests