hi i seem to have a problem on installing this plug-in, have a look at this page and tell me what should i do:
http://www.swingtradingreport.com/index.php?option=com_chronocontact&chronoformname=test_form
http://www.swingtradingreport.com/index.php?option=com_chronocontact&chronoformname=test_form
Hi Ardi,
Which Joomla version do you have installed ? and which ChronoForms version ?
Max
Which Joomla version do you have installed ? and which ChronoForms version ?
Max
its joomla 1.5 and ChronoForms J1.5 V2.5 RC1, i also have the legacy 1.0 support installed i dont know if it matter.
Post edited by: ardi, at: 2007/10/24 16:42<br><br>Post edited by: ardi, at: 2007/10/24 16:47
Post edited by: ardi, at: 2007/10/24 16:42<br><br>Post edited by: ardi, at: 2007/10/24 16:47
Hi ardi,
try uninstalling the legacy 1.0 support and check again ? the current settings should work fine and Chronoforms shouldn't give this error, take care also that Joomla 1.5 is not stable yet and still has many problems.
Cheers
Max
try uninstalling the legacy 1.0 support and check again ? the current settings should work fine and Chronoforms shouldn't give this error, take care also that Joomla 1.5 is not stable yet and still has many problems.
Cheers
Max
well im too new to PHP and i can't certainly Call myself a PHP coder yet but I did some Google and guess what I added
to line 18 and now its
and it works like it should. although it has some problems with Image verification and now i got
when i use it although i guess i have to read all the tutorials then decide where the problem is from.
Thank You Kindly
jimport( 'joomla.application.helper' );
to line 18 and now its
jimport( 'joomla.application.helper' );
require_once( JApplicationHelper::getPath( 'front_html' ) );
require_once( JApplicationHelper::getPath( 'class' ) );
and it works like it should. although it has some problems with Image verification and now i got
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /tmp) in /homepages/33/d160120526/htdocs/swingtradingreport/components/com_chronocontact/chronocontact.php on line 200
when i use it although i guess i have to read all the tutorials then decide where the problem is from.
Thank You Kindly
Hi Ardi,
Thanks for posting the correct solution for this issue here (Which I just found now, sorry for the delay was on rush yesterday), anyway now for the image versification issue, do you have sessions handler as "Database" in your joomla global config ? it should be set to "None"!!
Cheers
Max
Thanks for posting the correct solution for this issue here (Which I just found now, sorry for the delay was on rush yesterday), anyway now for the image versification issue, do you have sessions handler as "Database" in your joomla global config ? it should be set to "None"!!
Cheers
Max
This may sound stupid, i apologize for that, but where do you find the database session handlers?
I looked all through Chrono Forms and couldn't find anything, is this a Joomla setting? if so where is it and how will this affect other things?
I looked all through Chrono Forms and couldn't find anything, is this a Joomla setting? if so where is it and how will this affect other things?
This topic is locked and no more replies can be posted.