Hi,
It looks the same as the Chronoforms bug:
Fatal error: Class 'ChronoConnectivityAdmin' not found in /administrator/components/com_chronoconnectivity/admin.chronoconnectivity.php on line 24
I could give the admin access to the affected site on pvt email if you want.
bighen
It looks the same as the Chronoforms bug:
Fatal error: Class 'ChronoConnectivityAdmin' not found in /administrator/components/com_chronoconnectivity/admin.chronoconnectivity.php on line 24
I could give the admin access to the affected site on pvt email if you want.
bighen
Hi bighen,
Thanks for the report. Just a quick thought - which version of PHP are you running on your site. See Site Admin | Site | System Information. I'm wondering if this is a PHP 5.2/5.3 problem.
Bob
Thanks for the report. Just a quick thought - which version of PHP are you running on your site. See Site Admin | Site | System Information. I'm wondering if this is a PHP 5.2/5.3 problem.
Bob
Hi bighen,
Please let Max now through the Contact Us link above. I have heard that he has a fixed version of the installer for ChronoForms and can probably create one for you for CC.
Bob
Please let Max now through the Contact Us link above. I have heard that he has a fixed version of the installer for ChronoForms and can probably create one for you for CC.
Bob
I had the same problem after installing.
I edited the file admin/admin.chronoconnectivity.php and moved the class definition to the top of the file, just after:
Hope this helps.
Bye
maxx
I edited the file admin/admin.chronoconnectivity.php and moved the class definition to the top of the file, just after:
require_once(JPATH_SITE.DS."administrator".DS."components".DS."com_chronoconnectivity".DS."versions".DS."j".$jversion->RELEASE.DS."admin.chronoconnectivity.php");
?>
<?php
class ChronoConnectivityAdmin extends JObject{
Hope this helps.
Bye
maxx
Hi maxx,
Thanks for that - it makes sense. I've had problems before where functions have to be loaded before thaey are called.
Bob
Thanks for that - it makes sense. I've had problems before where functions have to be loaded before thaey are called.
Bob
This topic is locked and no more replies can be posted.