Hello,
When I am in Joomla! and select components>chronoforms I get the following error:
I am using chronoforms version 4.0.4
and
joomla 3.3.3
Thank you,
Ramnik5
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
Hello ramnik5,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Fatal error: Allowed memory size of . . . bytes exhausted
Fatal error: Class 'JModel' not found
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Fatal error: Allowed memory size of . . . bytes exhausted
Fatal error: Class 'JModel' not found
P.S: I'm just an automated service😉
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):
You can either delete or keep this post for others,
Thanks,
Ramnik5
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
This topic is locked and no more replies can be posted.