please set the Joomla error reporting to Maximum, does it show a specific error message ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
sure, you can send them using the Contact form
But the error means something went wrong with the script execution, so you may also check the server logs if possible
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
this error is on frontend or backend or both ?
do you have the latest update applied ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
enable the joomla debug and access the page with the error and send me a screenshot of the debug report, it will show which file is calling the not found file
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
line 11 at the last file does not have a requirement as in the error, can you paste here the contents of the top file in the debug:
JROOT/components/com_chronoforms8/chronoforms8.php
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
this is supposed to be in the admin folder, I do not understand why it's in your front folder, please download the v8.0.34 package and install it OVER yours, does it help file the issue ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I tested it and some forms work fine but others no, I do not know why is that, all forms are created on v8 ? or some are imported ? which ones are imported ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
yes, as soon as a table is selected it stops working, i could not enable the debug to check if it returns the same error you reported earlier or not
Can you enable the debug and test the form I created ? it does not work but I'm not sure if its the same error about the file path ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Do you read the whole table ? if you read the whole table and the table is large then there will be a timeout, I did not try different tables on your website.
You must set a limit when you read the table records if the table has more than 100 rows
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Paul
Thank you for sharing the error, but unfortunately I do not think it gives me much information about the problem, but as I noted earlier, if you are reading hundreds of records at once then this may overflow the system memory and cause an error
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Paul
Which limit ? the memory limit ?
I suggest that you do not read so many rows anyway, online servers will struggle with this even if it works locally, since online hosts will always have a limited memory and many requests, each PHP request consumes it's own memory which drains the total server memory very fast
Have a good 2025 too! 😊
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Paul
Great news, thank you too! 😊
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.