Hi,
I have a Connection on ChronoConectivity component called listadoDemandantesExistentes.
On view action, I have this info in Form Event field: RegistrarLlamada:load
My Chronoforms form is RegistrarLlamada and on Setup tab I have a "Connection Action" in On load event with the following info:
Connection's name: listadoDemandantesExistentes
Connection's action: view
If I test the form, an error appears:
"Fatal error: Out of memory (allocated 61079552) (tried to allocate 20 bytes) in /homepages/18/d302973909/htdocs/aprocor-sioa/libraries/cegcore/libs/base64.php on line 33"
I want to show a listing of a database table when the form loads and then put a textbox to write the filter to search on the database table.
How can I make this task?
Thanks. Regards,
Joaquín
I have a Connection on ChronoConectivity component called listadoDemandantesExistentes.
On view action, I have this info in Form Event field: RegistrarLlamada:load
My Chronoforms form is RegistrarLlamada and on Setup tab I have a "Connection Action" in On load event with the following info:
Connection's name: listadoDemandantesExistentes
Connection's action: view
If I test the form, an error appears:
"Fatal error: Out of memory (allocated 61079552) (tried to allocate 20 bytes) in /homepages/18/d302973909/htdocs/aprocor-sioa/libraries/cegcore/libs/base64.php on line 33"
I want to show a listing of a database table when the form loads and then put a textbox to write the filter to search on the database table.
How can I make this task?
Thanks. Regards,
Joaquín
Hi Joaquin,
I think that the Connection action needs to be in the ON Submit event of the form - not the On Load event. At present the list loads the form which loads the list which loads the form . . . until you run out of memory.
Bob
I think that the Connection action needs to be in the ON Submit event of the form - not the On Load event. At present the list loads the form which loads the list which loads the form . . . until you run out of memory.
Bob
Hi Bob,
I test with your comments but it doesn't work. When I click the "Submit" button, a error appears:
"Fatal error: Out of memory (allocated 61079552) (tried to allocate 381 bytes) in /homepages/18/d302973909/htdocs/aprocor-sioa/libraries/joomla/database/driver/mysql.php on line 266"
I attach some images to show the configuration.
Thanks for your help. Regards,
Joaquín
I test with your comments but it doesn't work. When I click the "Submit" button, a error appears:
"Fatal error: Out of memory (allocated 61079552) (tried to allocate 381 bytes) in /homepages/18/d302973909/htdocs/aprocor-sioa/libraries/joomla/database/driver/mysql.php on line 266"
I attach some images to show the configuration.
Thanks for your help. Regards,
Joaquín
The url to the problem is:
http://sioa-aprocor.joaquinduro.es/index.php?option=com_chronoforms5&chronoform=new-llamada
Thanks!!
http://sioa-aprocor.joaquinduro.es/index.php?option=com_chronoforms5&chronoform=new-llamada
Thanks!!
Hi Joaquín,
I don't see any error on that URL - or any form apart from a submit button. There isn't much that I can tell from that
By all means PM me the site URL, the form and listing names, and a SuperAdmin login and I'll take a quick look.
Bob
I don't see any error on that URL - or any form apart from a submit button. There isn't much that I can tell from that
By all means PM me the site URL, the form and listing names, and a SuperAdmin login and I'll take a quick look.
Bob
Hi Joaquín,
You don't need the form - if you see this FAQ it has instructions for adding search and/or filter boxes in the Listing header.
I've added a search on the Nombre and Apellidos columns for you. It's a bit hard to test as there is only one record but it does work.
Bob
You don't need the form - if you see this FAQ it has instructions for adding search and/or filter boxes in the Listing header.
I've added a search on the Nombre and Apellidos columns for you. It's a bit hard to test as there is only one record but it does work.
Bob
This topic is locked and no more replies can be posted.
