Forums

Chronoforms fatal error

ramnik5 18 Aug, 2014
Hello,

When I am in Joomla! and select components>chronoforms I get the following error:

Warning: require_once(/<path>/components/com_chronoforms/versions/j3.3/admin.chronoforms.php) [function.require-once]: failed to open stream: No such file or directory in (/<path>/components/com_chronoforms/admin.chronoforms.php on line 19

Fatal error: require_once() [function.require]: Failed opening required '/<path>/components/com_chronoforms/versions/j3.3/admin.chronoforms.php' (include_path='.:/opt/php53/lib/php') in /<path>/components/com_chronoforms/admin.chronoforms.php on line 19

I am using chronoforms version 4.0.4
and
joomla 3.3.3

Thank you,
Ramnik5
ramnik5 18 Aug, 2014
Dear all,

I managed to fix my issue shortly after posting (I know..)

I used some info from other similar issues.
Mainly I noticed there was no "j3.3" folder in my chronoforms/versions folder; just up to j3.2

So I made a copy of j3.2, renamed it to j3.3 and added the following code to my problem line in my problem file(in my case line 19 in admin.chronoforms.php):

// add these two lines
$task = JRequest::getString('task');
$option = strtolower(JRequest::getCmd('option'));

//clean the $_POST data


You can either delete or keep this post for others,

Thanks,
Ramnik5
GreyHead 18 Aug, 2014
Hi Ramnik5,

The easier solution would have be to upgrade to the latest release of CFv4 for Joomla! 3 - you should do that anyhow,

Bob
This topic is locked and no more replies can be posted.