Forums

restore form in another website

tobajarrat1 16 Jun, 2014
Hi at all!

I have backed up a form from one of my existant websites (joomla 2.5 chronoforms v4) and want to restore it to one new in my localhost (joomla 3.2 chronoforms v4)

Everything is working fine but autocomplete loader/processor..
if i fill in the field, it is not autocompleting

i can see (with firebug) the answer is:
<br />
<b>Notice</b>: Constant DS already defined in <b>D:\xampp\htdocs\joomla33\components\com_chronoforms\chronoforms.php</b> on line <b>11</b><br />
["Andorra","Serbia And Montenegro"]

instead of
["Andorra","Serbia And Montenegro"]


hopefully someone can help me
Thank you in advance
tobajarrat1 16 Jun, 2014
OK, i commented this line out in chronoforms.php and now it works... can i leave it commented out or is this a bug and needs to be updated=?
Max_admin 17 Jun, 2014
You better set the "error reporting" in your joomla global config to none!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tobajarrat1 17 Jun, 2014
Thank you for you answer!
i set it back to "error reporting = none" ! The second problem was "z-index: 42" was to low to work on my site.
now it works🙂
Only one problem left: i set the AJAX request delay to 100ms, but the answer takes more than 2,2sec.. is this a thing i can decrease? anywhere else than autocomplete loader? or is this only on my localhost and in live site it will be faster?

hopefully you get me right and you're not to stressed out.

Thank you in advance!
Max_admin 21 Jun, 2014
The long AJAX response time means long page request time (the AJAX results page), the ajax delay has nothing to do with this, you can remove that!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.