show data page problem

zhou 12 Jun, 2007
Admin page show data displays the first page of records, also I can see there are more page numbers at bottom, these information are correct. But click any page number, "Next", "End" or change page limit, the site will redirect to Chrono Forms - Forms Manager page.

Please help on this problem.
Max_admin 12 Jun, 2007
Hi,

Nice bug catch, please open administrator/components/com_chronocontact/admin.chronocontact.html.php and find line 444 :


<input type="hidden" name="task" value="" />


change it to:


<input type="hidden" name="task" value="show" />


let me know if this didnt work

Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
zhou 12 Jun, 2007
thank you for reply.
but I get "Table Doesn't Exist for this form, Please create a table first to store your form data" message after making the change.

Ok, fixed this problem, need to pass formid.
add this line under line 444
<input type="hidden" name="formid" value="<?php echo $formid; ?>" /><br><br>Post edited by: zhou, at: 2007/06/12 19:15
Max_admin 12 Jun, 2007
Yes, Add this lines too :

<input type="hidden" name="cid[]" value="<?php echo $formid; ?>" />


Cheers

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
dixittejas 17 Feb, 2009
Hi,

I am facing same problem..
I am trying above solution...and it not works also now other problem is started...
I am not able to see "show save data" link...

Please advise me...
Thanks in advance..

Tejas
Max_admin 17 Feb, 2009
Hi Tejas,

please provide your joomla and Chronoforms versions and the description of your problem!

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
dixittejas 18 Feb, 2009
Hi Max,

I am using Joomla 1.5.6 and chronocontact 3.0 stable version.

First i was using BETA version..now i have taken all backup and uninstall it after installing STABLE version...restore form is not working...it given me "Upload error" so i restore my db again...

Now, all form are there it displayed in admin...but in column of "Tables Connected" it can't displayed anything...all form tables are in database..

Whats the problem.?

Thanks,
Tejas
GreyHead 18 Feb, 2009
Hi Tejas,

I think you can just re-make the connection in the DB Conenctivity tab. Select the correct table and turn DB Connection On.

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