Issues with AJAX feature
You need to be logged in to post messages in the forums. New users may register here.
Jérôme Vieilledent
Member since: 09 January 2008
Posts: 77
|
Friday 27 November 2009 5:53:50 am
Hi
I found small but blocking issues in AJAX feature. Indeed, extension/objectrelationbrowse/modules/objectrelationbrowse/list.php is still using references and so E_STRICT errors are thrown. Also, you might remove include_once() instructions.
Also, a warning occurs at line 88 with mysql_free_result() instruction as $result variable is not defined.
Once these issues corrected, the feature works well and is very very quick ! :)
|
|
Sebastiaan van der Vliet
Member since: 09 January 2008
Posts: 6
|
Friday 04 December 2009 4:40:55 am
This has been fixed.
|
|
You need to be logged in to post messages in the forums. New users may register here.