PDA

View Full Version : Joom!Fish


Termo
05-22-2006, 02:41 PM
Hi.
JA Submit is a great component. But it doesnt work with Joom!Fish on my Site. Is it my fault or is that not supported bei JA Submit?
Thank Your very much.
Termo

Hieu Nguyen
05-22-2006, 03:25 PM
Hi.
JA Submit is a great component. But it doesnt work with Joom!Fish on my Site. Is it my fault or is that not supported bei JA Submit?
Thank Your very much.
Termo
Dear Termo,

We haven't tested JA Submit on Joomla! with Joom!Fish installed. Do you mean it totally does NOT work, or just a language problem?

Termo
05-23-2006, 06:40 AM
In my case it doesn`t work with the language. JA Submit works, but it doesn't change the language. In my installation it is the only component, that has this problem. All the others change their languages. But the component itself is working.
Thanks.

hyderabad
07-10-2006, 07:17 AM
In my case it doesn`t work with the language. JA Submit works, but it doesn't change the language. In my installation it is the only component, that has this problem. All the others change their languages. But the component itself is working.
Thanks.
Hi,

I am also having the same problem as "termo". All my components work perfectly but JA Submit is not.

- When a user submits an item, the language is not changed. It displays weired characters

is there anyone watching this forum to reply to me and Termo please?

This is quite important to me to make JA submit work on my site as it is a really good component.

hope someone will get back.

thanks

Hieu Nguyen
07-11-2006, 04:38 AM
JA Submit currently uses its own language function, so i guess it isn't compatible with Joomfish. We will try to fix this issue on the next release of this component. Thanx for your patience and understanding!

stone
01-19-2007, 08:13 PM
Hi

Qucik fix for this

In ja_submit.php

change after

# Get the language

to this

if ( file_exists($mosConfig_absolute_path.'/components/com_ja_submit/language/'.$GLOBALS['mosConfig_lang'].".php") ) {
require($mosConfig_absolute_path.'/components/com_ja_submit/language/'.$GLOBALS['mosConfig_lang'].".php");
} else {
require($mosConfig_absolute_path.'/components/com_ja_submit/language/default.php');
}

twincascos
03-03-2007, 01:23 AM
This above hack works perfectly. Thanx...
I'm sure the JASubmit folks will make this change in their next release, if there is one.

medy
10-28-2007, 08:22 PM
Hi,

In my case ja_submit doesn't work with new 1.8 stable version of joom!fish. I get a mysql error inside jos_jf_content (joom!fish tables)

Right now i cant duplicate the error since a deleted the joom!fish in order to have ja_submit working. Any updates on ja_sumbit or should I contact the joom!fish team?

thank you

medy
10-28-2007, 09:26 PM
here is the mysql error

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND jf_content.published=1 AND jf_content.reference_id IN(65,67) AND jf_co' at line 4 SQL=SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value FROM jos_jf_content AS jf_content WHERE jf_content.language_id= AND jf_content.published=1 AND jf_content.reference_id IN(65,67) AND jf_content.reference_table='menu'