Forums

error on forms page

Max_admin 24 Oct, 2007
Hi Ardi,

Which Joomla version do you have installed ? and which ChronoForms version ?

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ardi 24 Oct, 2007
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
Max_admin 25 Oct, 2007
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
ardi 25 Oct, 2007
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

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
Max_admin 25 Oct, 2007
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
a6april 24 Feb, 2008
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?
GreyHead 24 Feb, 2008
Hi a6april,

They are on the Server tab in Global Configuration. It's unlikely that setting them to None will affect anything else. It should just mean that Joomla saves the session info to a file instead of the database.

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