Pblm after migration to joomla 1.7.3 12 Years, 11 Months ago
|
Karma: 0
|
Hi,
Since I migrated my site to joomla 1.7.3, I cannot edit the sql settings anymore, I got 'Joomla database' as DB type instead of 'External database' and the sql query field is empty. The data seem to be in the module table and everything is working fine in the front end.
I installed the last 1.5.32 version of the module but it doesn't solve my problem.
|
|
|
|
|
Re:Pblm after migration to joomla 1.7.3 12 Years, 11 Months ago
|
Karma: 760
|
Hello,
Could you provide temporary access to your J! backend by email so we can investigate an issue?
Regards,
ARI Soft
|
|
|
|
|
Re:Pblm after migration to joomla 1.7.3 12 Years, 11 Months ago
|
Karma: 0
|
It's an intranet so it's not possible to give you access but here is the table content for the module :
Code: |
{"includeMooTools":"1","includeJQuery":"1","noConflict":"1","jQueryUITheme":"aristo","loadingPane":"1","loadingText":"Loading data...","moduleclass_sfx":"","table_caption":"","table_advancedStyling":"1","table_showHeader":"1","table_showFooter":"0","table_width":"100%","table_padding":"0","table_spacing":"0","table_border":"0","table_borderCollapse":"separate","table_cssClass":"","table_rowClasses":"","columns":"null","styles":"","tableType":"widget_datatable","source":"source_sql","ariext_bahaviour":"advanced","ariext_activegroup":"tableType;source","widget_datatable_pagingMode":"simple","widget_datatable_bJQueryUI":"1","widget_datatable_bPaginate":"1","widget_datatable_sPaginationType":"two_button","widget_datatable_bLengthChange":"1","widget_datatable_bStateSave":"0","widget_datatable_iCookieDuration":"7200","widget_datatable_bFilter":"1","widget_datatable_bSort":"0","widget_datatable_sorters":"null","widget_datatable_bInfo":"1","widget_datatable_bProcessing":"1","widget_datatable_bAutoWidth":"1","widget_datatable_iDisplayLength":"5","widget_datatable_sDom":"lfrtip","widget_datatable_asStripClasses":"odd,even","widget_datatable_oLanguage_sProcessing":"Processing...","widget_datatable_oLanguage_sLengthMenu":"Show _MENU_ entries","widget_datatable_oLanguage_sZeroRecords":"No matching records found","widget_datatable_oLanguage_sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","widget_datatable_oLanguage_sInfoEmtpy":"Showing 0 to 0 of 0 entries","widget_datatable_oLanguage_sInfoFiltered":"(filtered from _MAX_ total entries)","widget_datatable_oLanguage_sSearch":"Search:","widget_datatable_customPagination":"5,10,20,100","widget_datatable_advCustomPagination":"null","source_sql_debug":"0","source_sql_revertData":"0","source_sql_connection":"external","source_sql_query":"select identifiant_compta as cmd,libelle_compta as Client,domaine || '\/' || activite as DomAct,\r\narticle,total_facture as total,deja_facture as facture,total_facture-deja_facture as carnet\r\n\r\nfrom TDB_PLANIFICATION\r\n\r\nwhere facturable_janvier+facturable_fevrier+facturable_mars+facturable_avril+\r\nfacturable_mai+facturable_juin+facturable_juillet+\r\nfacturable_aout+facturable_septembre+facturable_octobre+\r\nfacturable_novembre+facturable_decembre+NVL(posterieure,0)=0\r\n\r\nand total_facture-deja_facture > total_facture*0.6\r\n\r\nand ((instr({$UserGroups},'##' || trim(domaine) || '@')>0 and '##' || trim(domaine)<>'##') or instr({$UserGroups},'##ALL')>0) \r\n\r\norder by total_facture-deja_facture DESC\r\n\r\n","source_sql_dbtype":"odbc","source_sql_dbhost":"cristal","source_sql_dbuser":"","source_sql_dbpass":"","source_sql_dbname":" ","source_sql_persistance":"0","source_sql_charset":""}
|
|
|
|
Last Edit: 2011/12/15 09:18 By admin.
|
|
Re:Pblm after migration to joomla 1.7.3 12 Years, 11 Months ago
|
Karma: 760
|
Check browser's javascript error console. Probably it contains an error. In FireFox browser press Ctrl + Shift + J to see error console.
Regards,
ARI Soft
|
|
|
|
|
Re:Pblm after migration to joomla 1.7.3 12 Years, 11 Months ago
|
Karma: 0
|
I get several warnings and one error message I didn't get with an old version of the site still in joomla 1.6 :
localstorage is not defined
site/media/system/js/tabs.js
Duno if it has something to do with the problem ...
|
|
|
|
|
Re:Pblm after migration to joomla 1.7.3 12 Years, 11 Months ago
|
Karma: 0
|
I did a test with a previous version of the site in joomla 1.7, I get the same error message but it works, so it seems that the problem doesn't come form this but in the same time I don't get any warning with this version, so maybe warnings are the problem ...
|
|
|
|
|
|