I did a fresh install on the new release (V2.3). Had some problems (delete records and security images) with the previous version but they seem to be fix in this release.
It all looks super and works fine, the only thing I now have a problem with is if I click "Show Data"
The following message is generated:
Fatal error: Cannot access empty property in /http/administrator/components/com_chronocontact/admin.chronocontact.html.php on line 768
Bert
It all looks super and works fine, the only thing I now have a problem with is if I click "Show Data"
The following message is generated:
Fatal error: Cannot access empty property in /http/administrator/components/com_chronocontact/admin.chronocontact.html.php on line 768
Bert
Hi Bert,
Did you make a fresh install or upgraded ?
when you click show data, do you have a form checked ?
The lats thing which should fix it for you I think is to open this form page for editing then save it!!
Please let us knowπ
Cheers
Max
Did you make a fresh install or upgraded ?
when you click show data, do you have a form checked ?
The lats thing which should fix it for you I think is to open this form page for editing then save it!!
Please let us knowπ
Cheers
Max
I made a backup of the chrono_contact sql table. Did a fresh install and replaced the sql table with the old one.
Because of the Fatal Error I made a backup of the form, removed the sql table and used the table from the new release (took it out off the xml file) after that I loaded the form from the backup.
The fatal error is still there so I decided to make a new form, still the same problem.
When I check the form and click "show data" when there is no data then I don't have the Error.
The Error is only there when I have data.
Hope you can do something with this info.
Regards,
Bert
Because of the Fatal Error I made a backup of the form, removed the sql table and used the table from the new release (took it out off the xml file) after that I loaded the form from the backup.
The fatal error is still there so I decided to make a new form, still the same problem.
When I check the form and click "show data" when there is no data then I don't have the Error.
The Error is only there when I have data.
Hope you can do something with this info.
Regards,
Bert
I am having a variation on this in v 2.3.
I had been using the previous version for testing and had had 3 test postings.
Today, to solve another problem, I upgraded to the new version by uninstalling the previous version and installing the new version. Everything is working fine EXCEPT when I select "Show data" I see the 3 data records from the previous versions testing and no data on the 4 tests I have run this afternoon.
I looked carefully to see if there is a way to shut data collection off, but I am not seeing anything. Any help would be appreciated.
I had been using the previous version for testing and had had 3 test postings.
Today, to solve another problem, I upgraded to the new version by uninstalling the previous version and installing the new version. Everything is working fine EXCEPT when I select "Show data" I see the 3 data records from the previous versions testing and no data on the 4 tests I have run this afternoon.
I looked carefully to see if there is a way to shut data collection off, but I am not seeing anything. Any help would be appreciated.
Followup: Uninstalled 2.3. Reinstalled 2.2.1. Still not collecting data. So something went squirrelly with data collection by installing 2.3 and hasn't went back by reinstalling 2.2.1.
Hope that points to the culprit.
Hope that points to the culprit.
Hi Bert,
You don't have to remove the table, itst he same table structure.
what you should is to open the form for editing then hit save again, thats all, does this fix it ?
may be now, ok, in the "dataview fields" new tab just add any field name you have to the this field, its fixed now ?
Hi tormenta,
You un installed then installed again, how did you get your old forms back ?
Cheers
Max
You don't have to remove the table, itst he same table structure.
what you should is to open the form for editing then hit save again, thats all, does this fix it ?
may be now, ok, in the "dataview fields" new tab just add any field name you have to the this field, its fixed now ?
Hi tormenta,
You un installed then installed again, how did you get your old forms back ?
Cheers
Max
Hi Max,
Can't get this resolved, tried everything. When I have data and click on "show data" it gives me:
Fatal error: Cannot access empty property in /http/administrator/components/com_chronocontact/admin.chronocontact.html.php on line 768
When I remove the data through my sql admin and click "show data" there is no problem and the Screen "Chrono Forms - Stored Data Manager" opens normal and ofcourse not showing any data.
Hope you can figure it out.
Bert
Can't get this resolved, tried everything. When I have data and click on "show data" it gives me:
Fatal error: Cannot access empty property in /http/administrator/components/com_chronocontact/admin.chronocontact.html.php on line 768
When I remove the data through my sql admin and click "show data" there is no problem and the Screen "Chrono Forms - Stored Data Manager" opens normal and ofcourse not showing any data.
Hope you can figure it out.
Bert
I now made a form backup. Removed Chronoforms from the site and made a fresh install.
With the restore function I put back the form.
The problem is still there, fatal error if I have data.
Regards,
Bert
+++++++++++++++++++++++
If I open my PU Database Admin (Joomla! Component) and click on "chrono_contact" I get the following popup telling me: ".$database->getErrorMsg()."
Also here I get this Error only when I have data created through the form.
Bert<br><br>Post edited by: bert56, at: 2007/08/14 08:42
With the restore function I put back the form.
The problem is still there, fatal error if I have data.
Regards,
Bert
+++++++++++++++++++++++
If I open my PU Database Admin (Joomla! Component) and click on "chrono_contact" I get the following popup telling me: ".$database->getErrorMsg()."
Also here I get this Error only when I have data created through the form.
Bert<br><br>Post edited by: bert56, at: 2007/08/14 08:42
Hi Bert,
Assuming that you don't care about any saved data, lets do this :
#1- uninstall any chronoforms you have.
#2- open your database component and drop and table starts with : jos_chronoforms_[n]
#3- install v2.3 RC1
if you have a form backup restore it now.
This should fix all your problems!!π plz let me know
Cheers
Max
Assuming that you don't care about any saved data, lets do this :
#1- uninstall any chronoforms you have.
#2- open your database component and drop and table starts with : jos_chronoforms_[n]
#3- install v2.3 RC1
if you have a form backup restore it now.
This should fix all your problems!!π plz let me know
Cheers
Max
Hi Max,
I have done all what you suggested without any luck.
I think something is going wrong when I create the sql database table.
++++++++++++++++++++
<?php
global $database;
$database->setQuery( "INSERT INTO #__chronoforms_1 VALUES (
'' , '". date('Y-m-d')." - ".date("H:i:s")."', '".$_SERVER['REMOTE_ADDR']."' , '".$_POST['aanhef']."' , '".$_POST['naam']."' , '".$_POST['email']."' , '".$_POST['onderwerp']."' , '".$_POST['bericht']."');" );
if (!$database->query()) {
echo "<script> alert('".$database->getErrorMsg()."'); window.history.go(-1); </script>
";
}
?>
++++++++++++++++++++
I paste also some info about the server:
OS: Linux a
PHP: 5.2.3-1+b1
MySQL: 5.0.41-Debian_1-log
I really like ChronoForms, know it only for a short time and I'm testing now on my own sites. Planning on using it in other sites (paid) also but I hope to get this problem resolved because it is a nice feature.
Regards,
Bert
I have done all what you suggested without any luck.
I think something is going wrong when I create the sql database table.
++++++++++++++++++++
<?php
global $database;
$database->setQuery( "INSERT INTO #__chronoforms_1 VALUES (
'' , '". date('Y-m-d')." - ".date("H:i:s")."', '".$_SERVER['REMOTE_ADDR']."' , '".$_POST['aanhef']."' , '".$_POST['naam']."' , '".$_POST['email']."' , '".$_POST['onderwerp']."' , '".$_POST['bericht']."');" );
if (!$database->query()) {
echo "<script> alert('".$database->getErrorMsg()."'); window.history.go(-1); </script>
";
}
?>
++++++++++++++++++++
I paste also some info about the server:
OS: Linux a
PHP: 5.2.3-1+b1
MySQL: 5.0.41-Debian_1-log
I really like ChronoForms, know it only for a short time and I'm testing now on my own sites. Planning on using it in other sites (paid) also but I hope to get this problem resolved because it is a nice feature.
Regards,
Bert
It seems a very small thing is causing some confusion, can I get admin access to any of your sites with this problem ?
Hi Bert,
If you still have the old forms please try this:
From the form HTML find one or more field names that you want to display. Enter these as a comma separated list in the DataView Fields tab, Save, then try ShowData again.
I've just installed 2.3 on my test site and am finding that if I don't have a field list then the page just hangs but this seems to have fixed it. I hope that you are seeing the same problem but with a different symptom.
Bob
If you still have the old forms please try this:
From the form HTML find one or more field names that you want to display. Enter these as a comma separated list in the DataView Fields tab, Save, then try ShowData again.
I've just installed 2.3 on my test site and am finding that if I don't have a field list then the page just hangs but this seems to have fixed it. I hope that you are seeing the same problem but with a different symptom.
Bob
Hi Bert,
Try Bob's suggestion and you can also apply the attached patch, replace the file with this name under administrator/components/com_chronocontact/
if u will send admin access then this is through the contact us form above
Cheers
Max [file name=admin-2b9c81cd80a6f6fa784a0403e845113f.zip size=7419]http://www.chronoengine.com/components/com_fireboard/uploaded/files/admin-2b9c81cd80a6f6fa784a0403e845113f.zip[/file]
Try Bob's suggestion and you can also apply the attached patch, replace the file with this name under administrator/components/com_chronocontact/
if u will send admin access then this is through the contact us form above
Cheers
Max [file name=admin-2b9c81cd80a6f6fa784a0403e845113f.zip size=7419]http://www.chronoengine.com/components/com_fireboard/uploaded/files/admin-2b9c81cd80a6f6fa784a0403e845113f.zip[/file]
OkΓΒ© replaced de file, no luck!
Through the form on your site I will sent login info.
Regards,
Bert
++++++++
LOGIN SENT THROUGH FORM ON YOUR SITE!<br><br>Post edited by: bert56, at: 2007/08/14 16:31
Through the form on your site I will sent login info.
Regards,
Bert
++++++++
LOGIN SENT THROUGH FORM ON YOUR SITE!<br><br>Post edited by: bert56, at: 2007/08/14 16:31
hi Bert,
Login doesn't work, could you please resend it after testing ?
Thanks!
Max
Login doesn't work, could you please resend it after testing ?
Thanks!
Max
Sorry!
I forgot that I also had a password on the administrator directory.
Bert
I forgot that I also had a password on the administrator directory.
Bert
Hi Max,
Your patch file needs one more change I think. Around line 725 you need to stop the $dvfields explode - otherwise it creates an array with one entry of 0=>'' and the count test fails.
Bob
Your patch file needs one more change I think. Around line 725 you need to stop the $dvfields explode - otherwise it creates an array with one entry of 0=>'' and the count test fails.
$dvfields = $paramsvalues->dvfields;
$dvlist = array();
if ( !empty($dvfields) ) {
$dvlist = explode(",", $dvfields);
}
seems to work OK.
Bob
Hi bob,
Good catch, Bert plz give the attached file a go ? [file name=admin-2b74ef85f5f9754196148ef6b2bc546d.zip size=7630]http://www.chronoengine.com/components/com_fireboard/uploaded/files/admin-2b74ef85f5f9754196148ef6b2bc546d.zip[/file]
Good catch, Bert plz give the attached file a go ? [file name=admin-2b74ef85f5f9754196148ef6b2bc546d.zip size=7630]http://www.chronoengine.com/components/com_fireboard/uploaded/files/admin-2b74ef85f5f9754196148ef6b2bc546d.zip[/file]
Hi Bert,
Please let me know the result of this fix ?
Cheers
Max
Please let me know the result of this fix ?
Cheers
Max
Excellent!!π
Just paid for my first 5 site license!
(Order Complete: 3797050326)
With your help bug fixed!
Excellent component, will start using it on more sites!
Keep up the good work!
Regards,
Bert<br><br>Post edited by: bert56, at: 2007/08/14 17:50
(Order Complete: 3797050326)
With your help bug fixed!
Excellent component, will start using it on more sites!
Keep up the good work!
Regards,
Bert<br><br>Post edited by: bert56, at: 2007/08/14 17:50
Right, Thank you very much Bert!!:)
Sincerely,
Max
Sincerely,
Max
Hi Bert,
Hi tormenta,
You un installed then installed again, how did you get your old forms back ?
Cheers
Max
I copied the HTML out of 2.2.1 version and pasted it into the form field for 2.3, then back again when I reinstalled 2.2.1.
I read through the rest of the messages on this topic. Should I download the 2nd patch and add it after I reinstall 2.3 or just get a new copy of 2.3 that reflects changes?
Hi Tormenta,
Sorry but I missed this post, lets do this :
using V2.3 backup your form, keep a copy of everything too just in case anything went wrong.
then uninstall V2.3, use phpmyadmin to remove any tables in your database start with jos_chronoforms, assuming your tables suffixes are jos_
now install v2.3 then restore your form, go to the "auto generated tab" delete all code there, then recreate a table for your form!!
I think this should fix it ?π
Cheers
Max
Sorry but I missed this post, lets do this :
using V2.3 backup your form, keep a copy of everything too just in case anything went wrong.
then uninstall V2.3, use phpmyadmin to remove any tables in your database start with jos_chronoforms, assuming your tables suffixes are jos_
now install v2.3 then restore your form, go to the "auto generated tab" delete all code there, then recreate a table for your form!!
I think this should fix it ?π
Cheers
Max
This topic is locked and no more replies can be posted.