Only one of my connection work well. An other connection and all the news don't work but make a full blank page. Bug mode don't help because page stay full blank within any message.
What happen suddenly ?
Véronique
GCore\Helpers\DataPresenter::$data in /srv/data/web/vhosts/mywebsite/htdocs/administrator/components/com_chronoconnectivity5/chronoconnectivity/blocks/table.php on line 49
$table = \GCore\Helpers\DataLoader::load($table, \GCore\Helpers\DataPresenter::$data);
I just replied to another post with the same error. I suspect that there is a bug in the Simple listing - possibly only when no data is found for some reason.
Bob
Ok, probably yes it happen when no data is returned. In my case there is datas in concerned tables and at least one list worked some weeks ago.
Yours
Then I did a test.
I reinstalled Chronoforms5 and connections have made the mistake. I reinstalled the Chronoconnectivity5 and everything is OK.
So Chronoconnectivity5 must be the last component installed.
The last update to version ChronoForms v5 of December 2014 may have created problems?
Yes, there is a bug, a patch file is attached, just extract it and upload the .php file included under this path:
\administrator\components\com_chronoconnectivity5\chronoconnectivity\blocks\
@Vales, Chronoforms5 gets the latest library files updates, so it should always be installed after other extensions.
Regards,
Max
So possibly still needs some attention.
Regards
Hi, with the chronoforms5 5.0.5 and Chronoconectivity 5.0 RC4 exists problem with blank page for chronoconectivity (doesn't exist when you remove chronoform) but applying above patch, both forms and conection works fine.
So possibly still needs some attention.
Regards
Quick update, as for now all works fine except backend admin administration for CC, you can't edit connection, or create new one
Hi, with the chronoforms5 5.0.5 and Chronoconectivity 5.0 RC4 exists problem with blank page for chronoconectivity (doesn't exist when you remove chronoform) but applying above patch, both forms and conection works fine.
So possibly still needs some attention.
Regards
Quick update, as for now all works fine except backend admin administration for CC, you can't edit connection, or create new one
on Joomla 3.3.6
is
KExceptionFailure | Fatal Error [500]
Class '\GCore\Admin\Extensions\Chronoconnectivity\Blocks\Table.txt' not found
.../administrator/components/com_chronoconnectivity5/chronoconnectivity/chronoconnectivity.php:58
53 $blocks = array();
54 $blocks_classes = array();
55 foreach($blocks_files as $block){
56 $name = str_replace(array(\GCore\C::ext_path('chronoconnectivity', 'admin').'blocks'.DS, '.php'), '', $block);
57 $blocks_classes[] = $class = '\GCore\Admin\Extensions\Chronoconnectivity\Blocks\\'.\GCore\Libs\Str::camilize($name);
58 $blocks[$class::$name] = $class::$title;
59 }
60 $this->set('blocks', $blocks);
61 $this->set('blocks_classes', $blocks_classes);
62
63 $rules = $this->Group->find('list', array('fields' => array('id', 'title')));
Hi, with the chronoforms5 5.0.5 and Chronoconectivity 5.0 RC4 exists problem with blank page for chronoconectivity (doesn't exist when you remove chronoform) but applying above patch, both forms and conection works fine.
So possibly still needs some attention.
Regards
Quick update, as for now all works fine except backend admin administration for CC, you can't edit connection, or create new one
on Joomla 3.3.6
is
KExceptionFailure | Fatal Error [500]
Class '\GCore\Admin\Extensions\Chronoconnectivity\Blocks\Table.txt' not found
.../administrator/components/com_chronoconnectivity5/chronoconnectivity/chronoconnectivity.php:58
53 $blocks = array();
54 $blocks_classes = array();
55 foreach($blocks_files as $block){
56 $name = str_replace(array(\GCore\C::ext_path('chronoconnectivity', 'admin').'blocks'.DS, '.php'), '', $block);
57 $blocks_classes[] = $class = '\GCore\Admin\Extensions\Chronoconnectivity\Blocks\\'.\GCore\Libs\Str::camilize($name);
58 $blocks[$class::$name] = $class::$title;
59 }
60 $this->set('blocks', $blocks);
61 $this->set('blocks_classes', $blocks_classes);
62
63 $rules = $this->Group->find('list', array('fields' => array('id', 'title')));
sorry for spamming, but following what is state above discover patch was ok, then was my fault to leave in /blocks table.txt file. So, sorry!
But yes file from /administrator/components/com_chronoconnectivity5/chronoconnectivity/blocks/table.php as it is for now in CC 5.0.RC4 needs possibly changes
Regards
Yes, a new CC update is expected very soon!
Regards,
Max