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.

Can't activate languages

Postby patbe60 on Mon Nov 08, 2010 7:58 pm

Hello

I tried to install all possible versions of Joomfish newer than 2.1 (first release) this means: 2.1.2, 2.1.3, 2.2
But I always get the following error when selecting the language menu in JF component:

Unknown column 'l.ordering' in 'order clause' SQL=SELECT l.* FROM jos_languages AS l ORDER BY l.ordering

May be you can help me. If not, please give me a link to redownload the first release of version 2.1.

I have also checked my database. Joomfish is installing only two tables:

jos_jf_content
jos_jf_tableinfo

My system: Joomla 1.5.22, php 5.3.2

Patrik
patbe60
Newbee
 
Posts: 21
Joined: Sun Mar 23, 2008 4:49 pm

Re: Can't activate languages

Postby patbe60 on Mon Nov 08, 2010 8:13 pm

Ok, I have found the error:

You always wrote __languages instead of __jf_languages

Now it works.
patbe60
Newbee
 
Posts: 21
Joined: Sun Mar 23, 2008 4:49 pm

Re: Can't activate languages

Postby patbe60 on Mon Nov 08, 2010 8:18 pm

But now I have a problem in the frontend: Forthough the default language is active I get this error message:

Joom!Fish config error: Default language is inactive!

Please check configuration, try to use first active language
Attachments
Bildschirmfoto 2010-11-08 um 19.41.47.png
Bildschirmfoto 2010-11-08 um 19.41.47.png (69.61 KiB) Viewed 4336 times
patbe60
Newbee
 
Posts: 21
Joined: Sun Mar 23, 2008 4:49 pm

Re: Can't activate languages

Postby wgary on Fri Nov 26, 2010 11:27 pm

I have the same error and I am not able to activate any language.
If I open the tab "langauges" I will get error: Unknown column 'l.ordering' in 'order clause' SQL=SELECT l.* FROM jos_languages AS l ORDER BY l.ordering
If I will activate the languages and save I will get "Error saving languages".

Could you please explain how to fix this issue?
in frontend I will get also error 500!

br
Wolfgang
wgary
Newbee
 
Posts: 3
Joined: Tue Sep 07, 2010 10:24 am

Re: Can't activate languages

Postby patbe60 on Wed Dec 01, 2010 1:33 am

I will not renew my Club Membership. I'm very very disapointed about not supporting paying members. It's very easy to get money from users and after not to support them!!!!

It makes me very angry.

Shame on you!

Patrik Bernhard
patbe60
Newbee
 
Posts: 21
Joined: Sun Mar 23, 2008 4:49 pm

Re: Can't activate languages

Postby pixnflix on Wed Dec 01, 2010 10:44 am

I am having the same issue. Hope this will be fixed soon!
pixnflix
Newbee
 
Posts: 27
Joined: Fri May 14, 2010 10:42 am

Re: Can't activate languages

Postby jbosschers on Tue Mar 01, 2011 5:42 pm

Hey people,

I had the same problem and found a solution that worked for me !!! (no thanks to the support crew...)

HERE IT IS
After installing JoomFish 2.1.5, you'll find these 2 tables in your DB:
1. jos_languages
2. jos_languages_bak

switch these tables around, rename table 1 to table 2 and rename table 2 to table 1.
This will give you an error on the jos_jf_languages view (which has been now converted to a table).

From this moment your site should be working fine again... (front- and backend).
but there's still an error in your DB, so you or your ISP won't be able to make a backup, you fix this by executing the following query on your DB. (please remember to replace the DBusername with your own)

THE QUERY

Code: Select all
DROP TABLE IF EXISTS `bup_jf_languages`;

DROP VIEW IF EXISTS `bup_jf_languages`;

CREATE ALGORITHM=UNDEFINED DEFINER=`DBusername`@`%` SQL SECURITY DEFINER VIEW `jos_jf_languages` AS select `l`.`lang_id` AS `lang_id`,`l`.`lang_code` AS `lang_code`,`l`.`title` AS `title`,`l`.`title_native` AS `title_native`,`l`.`sef` AS `sef`,`l`.`description` AS `description`,`l`.`published` AS `published`,`l`.`image` AS `image`,`lext`.`image_ext` AS `image_ext`,`lext`.`fallback_code` AS `fallback_code`,`lext`.`params` AS `params`,`lext`.`ordering` AS `ordering` from (`jos_languages_bak` `l` left join `jos_jf_languages_ext` `lext` on((`l`.`lang_id` = `lext`.`lang_id`))) order by `lext`.`ordering`;


NOTICE THE "jos_languages_bak" table name in the FROM statement

This worked for me, hope it does the same for you guys!!!

Greetz, Lipholn
jbosschers
Newbee
 
Posts: 1
Joined: Wed Feb 24, 2010 6:39 pm

Re: Can't activate languages

Postby trip on Tue Mar 08, 2011 2:09 pm

Hi
what is the purpose of this table _jf_languages and why is this missing in the install ?

Matthew
trip
Newbee
 
Posts: 2
Joined: Mon Jun 09, 2008 9:01 pm
Location: Cape Town, South Africa

Re: Can't activate languages

Postby sderrico on Sat Apr 30, 2011 4:28 pm

THANK YOU JBOSSCHERS!

Reversing the name of the table works.

Have a great day!
Sébastien
sderrico
Newbee
 
Posts: 7
Joined: Fri Apr 22, 2011 1:50 pm
Location: Montreal / Canada

Re: Can't activate languages

Postby anelinde on Fri May 20, 2011 11:41 am

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
anelinde
Newbee
 
Posts: 3
Joined: Fri Mar 18, 2011 4:35 pm

Next

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

Who is online

Users browsing this forum: No registered users and 1 guest