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.

Messages - nitro29

Pages: [1]
1
General Questions / Bug(?) after updating from 0.9.9.11 to 1.0.0
« on: January 24, 2014, 10:51:45 am »
Hi Harald,

I have trouble accessing jDiction's Check page after upgrading from 0.9.9.11 to 1.0.0. I get the following error message:

 1054 Unknown column 'clientid' in 'where clause' SQL=SELECT id FROM u4t7d_menu WHERE language != '*' AND clientid = 0

So it seems to be unable to find a coloumn in my database. Is this a problem at my end?

All other functions (including the translations in general) appear to be working fine.

best,
/Soren

2
General Questions / Re: JoomSEF compatibility?
« on: January 06, 2014, 02:54:40 pm »
Happy new year.

Is there any news regarding the parser upgrade? :)

3
General Questions / Re: JoomSEF compatibility?
« on: November 12, 2013, 05:29:50 pm »
Wow, great! I really appreciate that.

Thank you.

/Soren

4
General Questions / Re: JoomSEF compatibility?
« on: November 11, 2013, 10:24:21 am »
Hi Harald,

They are going to close my support case on JoomSEF. Is there any more info you need from them if you want to change your parser in a future update?

Best,

Soren

5
General Questions / Re: JoomSEF compatibility?
« on: November 07, 2013, 04:41:24 pm »
Hi,

Finally I got an answer from JoomSEF. It reads:

_____________

The SQL query used in JoomSEF shouldn't cause any problems. It works correctly with clean Joomla and with both JoomFish and FaLang.

I'm sorry, but I don't know what the error message "5 - cannot calculate position of lft within BY `lft` DESC" means - I think the author of the query parser should check what exactly it means and fix it.

This should be the whole query:
SELECT `id`, `title`, `alias`, `description`, language, `metakey`, `metadesc`, `metadata`, `parent_id` FROM `#__categories` WHERE `lft` = '' AND id!=1 ORDER BY `lft` DESC

Where $idx->lft and $idx->rgt are values obtained by:
SELECT `lft`, `rgt` FROM `#__categories` WHERE `id` = ''

Where $id is the ID of the content category.

I don't see any problem with it.

__________


Can you make anything of this?

6
General Questions / Re: Smart search indexing
« on: November 07, 2013, 12:37:51 pm »
Yes, both Smart Search - Content and Content - Smart Search were enabled. Sorry.

I see that disabling these solves the problem. And new content will still be indexed even though Smart Search manager warns that it won't, right?

7
General Questions / Smart search indexing
« on: November 07, 2013, 12:07:06 pm »
Hi Harald,

I am trying to set up Smart Search on a site, but I get a problem that I suspect might relate to jDiction.

I have three languages installed on the system (da-DK, en-GB, de-DE) with content translations managed by jDiction (one article, lang=ALL and then jDic). Smart Search - jDiction Content Plugin is enabled. I have indexed Smart Search.

In Smart Search Manager I have content like this for each entry:

"Article name" index.php?option=com_content&view=article&id=80&lang=da-DK
"Article name" index.php?option=com_content&view=article&id=80&lang=en-GB
"Article name" index.php?option=com_content&view=article&id=80&lang=de-DE
"Article name" index.php?option=com_content&view=article&id=80& 

When I perform a search on the site this results in duplicate results - but only when I search with da-DK as the active language on my site. For en-GB and de-DE I get only one result for each article / piece of content.

Could it be that Joomla shows lang=all and lang=da-DK results for my default language?

Could this have something to do with how jDiction sends content to Smart Search for indexing?


THANK YOU!!

/Soren



8
General Questions / Re: JoomSEF compatibility?
« on: October 21, 2013, 11:03:28 am »
Hi Harald,

I have tried numerous ways to contact JoomSEF support, but with no response so far.

If you feel like it, you are most welcome to try and contact him, as you suggested above.

Thank you.

9
Install & Configure jDiction / User group needed to use jDiction
« on: October 08, 2013, 04:50:23 pm »
Hi,

Is it correct that users need to be Administrator or Super User to use jDiction? When Manager users (or below) try to make/edit a translation I get:

Error
you are not authorised to use this resource

Is there any workaround for this? I would prefer that not all publishers/managers on my site have adminitrator rights.

Thank you in advance.

/Soren

10
General Questions / Re: JoomSEF compatibility?
« on: October 07, 2013, 01:30:16 pm »
Ok, thank you. I have support, but not VIP. I think - unfortunately - they have ridiculous answer times.. I will try my luck :)

Thank you so far!!

11
General Questions / Re: JoomSEF compatibility?
« on: October 07, 2013, 12:32:37 pm »
I get following debug message for the position error:

cannot calculate position of lft within BY `lft` DESC

Call stack   
#      Function      Location   
1      JSite->dispatch()      /www/index.php:52   
2      JComponentHelper::renderComponent()      /www/includes/application.php:220   
3      JComponentHelper::executeComponent()      /www/libraries/legacy/component/helper.php:335   
4      require_once()      /www/libraries/legacy/component/helper.php:355   
5      JControllerLegacy->execute()      /www/components/com_content/content.php:16   
6      ContentController->display()      /www/libraries/legacy/controller/legacy.php:722   
7      JControllerLegacy->display()      /www/components/com_content/controller.php:79   
8      ContentViewCategory->display()      /www/libraries/legacy/controller/legacy.php:685   
9      ContentViewCategory->_prepareDocument()      /www/components/com_content/views/category/view.html.php:207   
10      JRoute::_()      /www/components/com_content/views/category/view.html.php:315   
11      JRouterSite->build()      /www/libraries/joomla/application/route.php:62   
12      JRouter->build()      /www/libraries/cms/router/site.php:97   
13      JRouterSite->_processBuildRules()      /www/libraries/joomla/application/router.php:203   
14      JRouter->_processBuildRules()      /www/libraries/cms/router/site.php:549   
15      call_user_func_array()      /www/libraries/joomla/application/router.php:436   
16      JRouterJoomsef->build()          
17      JoomSEF->build()      /www/components/com_sef/sef.router.php:269   
18      SefExt_com_content->create()      /www/components/com_sef/joomsef.php:525   
19      SefExt->getCategoryInfo()      /www/components/com_sef/sef_ext/com_content.php:442   
20      JdDatabase->loadObjectList()      /www/components/com_sef/sef.ext.php:446   
21      JdDatabase->loadTranslation()      /www/libraries/jdiction/database/jddatabase.php:256   
22      JDatabaseDriver->loadRowList()      /www/libraries/jdiction/database/jddatabase.php:367   
23      JdDatabase->execute()      /www/libraries/joomla/database/driver.php:1391   
24      JdDatabase->addJoinKeys()      /www/libraries/jdiction/database/jddatabase.php:421   
25      MySqlParser->parse()      /www/libraries/jdiction/database/jddatabase.php:500   
26      PositionCalculator->setPositionsWithinSQL()      /www/libraries/jdiction/database/parser/mysql-parser.php:80   
27      PositionCalculator->lookForBaseExpression()      /www/libraries/jdiction/database/parser/classes/position-calculator.php:71   
28      PositionCalculator->lookForBaseExpression()      /www/libraries/jdiction/database/parser/classes/position-calculator.php:204   
29      PositionCalculator->lookForBaseExpression()      /www/libraries/jdiction/database/parser/classes/position-calculator.php:204


So - as I understand it - this expression:
$this->lookForBaseExpression($sql, $charPos, $parsed[$key], $key, $backtracking);
is giving the error

Do you know what that means? :)


12
General Questions / Re: JoomSEF compatibility?
« on: October 07, 2013, 11:25:54 am »
Thank you for your fast reply!

Ok. Shouldn't be a problem with the languages. I have some languages installed that I ended up not using for content, so that is probably why.

I get following error on my frontpage when changing to one of the other installed content languages:
5 - Fehler: 5 "cannot calculate position of lft within BY `lft` DESC"

You can check on my dev url: joomla.vus.as/da

Any ideas?

13
General Questions / Re: JoomSEF compatibility?
« on: October 07, 2013, 10:59:20 am »
Hi Harald,

I am testing it now. Seems to work so far on front-end, however I have following jDiction check:

Version    
    Library Version: 0.9.9.10

Plugin    
    JDiction Plugin is enabled
    Languagefilter is not enabled
    Multiple Plugins have the same loading position (0)

Database    
    jDiction Database Driver is selected

Language    
    Translations are not equal to frontend translations.

Module    
    Module is enabled


JoomSEF requires System - Language Filter is unpublished. It is using its own language filter System Language - ARTIO JoomSEF. I guess jDiction doesn't register this as working in check.

I don't know how to fix: Translations are not equal to frontend translations. Any advice?

I have manually installed jdiction_mysqli.php to libraries/joomla/database/driver, since I had some kind of permission problem when using installer. Are there other files I should check are there?

Thx,

/Soren

JoomSEF v. 4.4.4
Joomla v. 3.1.5 Stable

14
General Questions / JoomSEF compatibility?
« on: October 06, 2013, 08:41:52 pm »
Hi,

Does anyone know if jDiction works along with JoomSEF?

Thank you!

/Soren

Pages: [1]