I try to follow the tutorial in the FAQ about ChronoConnectivity V6, using the view in the backend the connection work correctly but in the front page (linking the connection in the main menu) I have this error:
Fatal error: Cannot redeclare r_() (previously declared in /home/mhd-01/www.asdtemeraritivoli.com/htdocs/libraries/cegcore2/joomla_gcloader.php:25) in /home/mhd-01/www.asdtemeraritivoli.com/htdocs/libraries/cegcore/joomla_gcloader.php on line 24
the webpage is http://www.asdtemeraritivoli.com/index.php/cc6, someone could help me to solve the issue?
Thanks!!!
Fatal error: Cannot redeclare r_() (previously declared in /home/mhd-01/www.asdtemeraritivoli.com/htdocs/libraries/cegcore2/joomla_gcloader.php:25) in /home/mhd-01/www.asdtemeraritivoli.com/htdocs/libraries/cegcore/joomla_gcloader.php on line 24
the webpage is http://www.asdtemeraritivoli.com/index.php/cc6, someone could help me to solve the issue?
Thanks!!!
Hi asdtemeraritivoli,
Do you have the latest v6 update ? this issue should be fixed in the last version v6.0.1
Best regards,
Max
Do you have the latest v6 update ? this issue should be fixed in the last version v6.0.1
Best regards,
Max
Hi Max,
yes i have installed the V6.0.1 of CC, my php version is 5.6.30-0+deb8u1 and mysql is 5.7.17. I tried to reinstall CC V6.0.1 and I have alway the same error...
Thanks
Francesco
yes i have installed the V6.0.1 of CC, my php version is 5.6.30-0+deb8u1 and mysql is 5.7.17. I tried to reinstall CC V6.0.1 and I have alway the same error...
Thanks
Francesco
Hi Francesco,
Apologizes, the error is originating from the v5 extension plugin or module you have displayed on the same page of the v6 connection, if you can disable it on this page then good, if not then please go to this file:
and add this line of code before the "function r_":
and after:
until an update is available for v5
Best regards,
Max
Apologizes, the error is originating from the v5 extension plugin or module you have displayed on the same page of the v6 connection, if you can disable it on this page then good, if not then please go to this file:
/home/mhd-01/www.asdtemeraritivoli.com/htdocs/libraries/cegcore/joomla_gcloader.php on line 24
and add this line of code before the "function r_":
if(!function_exists("r_")){
and after:
}
until an update is available for v5
Best regards,
Max
hi,
Fatal error: Cannot redeclare r_() (previously declared in /home/ws_website/public_html/libraries/cegcore2/joomla_gcloader.php:25) in /home/ws_website/public_html/libraries/cegcore/joomla_gcloader.php on line 24
and i have the last cc5 and cc6 and i checked, each have the test if(!function_exists("r_")){ ... }
best regards
Fatal error: Cannot redeclare r_() (previously declared in /home/ws_website/public_html/libraries/cegcore2/joomla_gcloader.php:25) in /home/ws_website/public_html/libraries/cegcore/joomla_gcloader.php on line 24
and i have the last cc5 and cc6 and i checked, each have the test if(!function_exists("r_")){ ... }
best regards
Hi Chris,
So both files listed here have the "if(!function_exists("r_")){ ... }" line ?
Best regards,
Max
So both files listed here have the "if(!function_exists("r_")){ ... }" line ?
Best regards,
Max
Hi Chris,
That link goes to a create an account page, is this correct ?
Best regards,
Max
That link goes to a create an account page, is this correct ?
Best regards,
Max
This topic is locked and no more replies can be posted.