Forums

Any CCv5 list make entire blank page in front

veronique 26 Dec, 2014
Hi,

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
veronique 26 Dec, 2014
Oh, I found "Errors report" in Joomla Congfiguration and on "Simple Mode" the message is : Fatal error: Access to undeclared static property:

GCore\Helpers\DataPresenter::$data in /srv/data/web/vhosts/mywebsite/htdocs/administrator/components/com_chronoconnectivity5/chronoconnectivity/blocks/table.php on line 49

veronique 26 Dec, 2014
Line 49 is :

$table = \GCore\Helpers\DataLoader::load($table, \GCore\Helpers\DataPresenter::$data);
GreyHead 26 Dec, 2014
Answer
Hi veronique,

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
veronique 26 Dec, 2014
Thanks 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
pepepa 29 Dec, 2014
Hi Bob
I have the same problem when setting the permission
Why?
Thanks
vales 30 Dec, 2014
I solved it by reinstalling Chronoconnectivity5.
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?
Max_admin 31 Dec, 2014
1 Likes
Hi,

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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
veronique 03 Jan, 2015
Good Max, it works well now.
tomkat 13 Feb, 2015
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
tomkat 13 Feb, 2015

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
tomkat 13 Feb, 2015

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')));

tomkat 13 Feb, 2015

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
Max_admin 13 Feb, 2015
Hi Tom,

Yes, a new CC update is expected very soon!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.