jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Finarfin

Pages: [1] 2
1
General Questions / Apache error
« on: October 18, 2013, 10:55:28 am »
I have an error on apache and would like to know if jdiction is related. Do you have by chance this error on your error.log?

[notice] Parent: child process exited with status 3221225477 -- Restarting.

With casual crashing at differents times?

2
General Questions / Article without alias on one language
« on: July 28, 2013, 08:30:42 pm »
Ok, let me know if you can replicate this:


Menu entry, entry A (es-ES) points to article A (es-ES). If you click on the english flag, you´ll get a 404 (correct)
Article B (es-ES) accesed directly, for example trough a category blog. If you click on the english flag, you´ll get the article untranslated in the english side, not a 404 (incorrect)

Is intended this way? is a minor annoyance really, but I prefer to ask ;)

3
General Questions / Minor bug, inserting alias
« on: July 14, 2013, 08:24:47 pm »
There have to be a mechanism that check for existing alias or the router could go crazy later.

4
Could you try to replicate this?


Initial status:
Original article, all languages, written in english
Translated in deutch


Go to article on deutch, on frontend
Save
The original is now in deutch.

5
Quote
As for the "parent" issue:

Use of undefined constant parent - assumed 'parent'
You are seeing this because you have the following code:

if (method_exists(parent, '__construct')) parent::__construct();
Which should actually be:

if (method_exists(get_parent_class($this), '__construct')) parent::__construct();

From here http://stackoverflow.com/questions/4794483/zend-framework-phpunit-path-issues

6
General Questions / Performance
« on: June 28, 2013, 02:38:58 pm »
With the debug activated, what times are you getting? I´m having performance problems, but Im not sure if is cause the custom changes I have made myself.

7
General Questions / Possible bug, wrong column on menu type manager
« on: June 20, 2013, 07:59:01 pm »
Could you check it? Right now the last three columns have something like this

Link modules \ ID \ Translation
(Flag) \ Associated menu \ 1

Its an example

8
General Questions / w3c validation
« on: June 11, 2013, 02:50:31 pm »
Error:

<a href='http://localhost/index.php/fr/news?view=article&id=836' target='_self' class='lang fr-FR'>

Possible solution:

Mod_lenguage/helper.php, line 211:

return array($link, $menuitem->title);

becomes

return array(htmlspecialchars($link), $menuitem->title);

9
General Questions / Possible bug with JCE
« on: May 29, 2013, 12:55:30 pm »
Don´t know if is a JCE issue or a Jdiction.

Steps:
Translate article
Toggle to show source code (JCE option, not joomla button)
Write
Apply

It doesn´t save


Translate article
Toggle to show source code (JCE option, not joomla button)
Write
Toggle to show wysiwig
Apply

Now it does

10
Install & Configure jDiction / Searching with finder
« on: March 26, 2013, 08:15:09 pm »
ok, easy question:

how do you configure jdiction to allow searchs in english in the english side and in german in the german side?

I saw a plugin for finder, that I suppose it is refering to the advanced searchs from joomla, but it seems I lack something.

Could you guide me? :)

11
Install & Configure jDiction / Search error
« on: February 21, 2013, 08:17:44 pm »
index.php/es/component/search/?searchword=hello&searchphrase=all&Itemid=141

500 - JDatabaseMySQLi::query: 1064 - 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 language in ('es-ES', '*')' at line 3 SQL=SELECT path, id, home, title,jdev_menu.id AS JD_MAGIC_KEY_1 FROM jdev_menu WHERE id= AND language in ('es-ES', '*')


How can I solve it, avoid it?

12
General Questions / Suggestion: Posibility to hide the not translated items
« on: February 08, 2013, 01:08:38 pm »
What the title says :P

Edit: I say posibility cause I see it more like a option.: Show not translated (yes/no)

13
Install & Configure jDiction / Unpublish translation error
« on: February 03, 2013, 06:27:05 pm »
http://localhost/joomla/administrator/index.php?option=com_jdiction&view=translations

500 - Error.
JDatabaseMySQLi::query: 1054 - Unknown column 'published' in 'field list' SQL=UPDATE jdev_jd_store SET published = 0 WHERE idJdStore = 2


Call stack
#   Function   Location
1   JAdministrator->dispatch()   C:\xampp\htdocs\joomla\administrator\index.php:46
2   JComponentHelper::renderComponent()   C:\xampp\htdocs\joomla\administrator\includes\application.php:153
3   JComponentHelper::executeComponent()   C:\xampp\htdocs\joomla\libraries\joomla\application\component\helper.php:351
4   require_once()   C:\xampp\htdocs\joomla\libraries\joomla\application\component\helper.php:383
5   JController->execute()   C:\xampp\htdocs\joomla\administrator\components\com_jdiction\jdiction.php:34
6   JControllerAdmin->publish()   C:\xampp\htdocs\joomla\libraries\joomla\application\component\controller.php:761
7   JModelAdmin->publish()   C:\xampp\htdocs\joomla\libraries\joomla\application\component\controlleradmin.php:190
8   JTable->publish()   C:\xampp\htdocs\joomla\libraries\joomla\application\component\modeladmin.php:865
9   JdDatabase->execute()   C:\xampp\htdocs\joomla\libraries\joomla\database\table.php:1341
10   JdDatabaseAdapter->execute()   C:\xampp\htdocs\joomla\libraries\jdiction\database\jddatabase.php:430
11   JDatabaseMySQLi->execute()   C:\xampp\htdocs\joomla\libraries\jdiction\database\database\mysqli.php:97
12   JError::raiseError()   C:\xampp\htdocs\joomla\libraries\joomla\database\database\mysqli.php:396
13   JError::raise()   C:\xampp\htdocs\joomla\libraries\joomla\error\error.php:251

14
General Questions / Suggestion: Translate pictures
« on: January 14, 2013, 03:01:32 pm »
How do you see that, in the menu options you could select a specific picture depending of the language selected? :)

15
General Questions / Virtual domains
« on: January 14, 2013, 01:26:53 pm »
Just for the record :P

If you are using both jdiction and virtual domains, it could be that some content don´t translate correctly. Try changing the plugin execution order :)

Pages: [1] 2