The plugin is working fine, except when adding a Service there is a fatal 500 error. I've deactivated all plugins/changed to default theme and the problem still persists. Really frustrating! It says the memory limit is being exhausted, but I have maxed out the memory limits in wp-config. Is it anything to do with SQL? Any pointers most welcome, really want to start using your plugin! Thanks, Matt
Maybe there's another plugin using up all your website's memory, but the only way to test that would be to deactivate other plugins, add a service, and see if that will work. If it does, start activating plugins one by one and after each activation try adding a new service. Once it breaks you will have found the plugin using up all memory.
However, an issue like this may also be connected to your database tables.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
I can't log in with those credentials, it says the username is wrong:
Can you check and let me know?
I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
I increased the memory size in php.ini and wp-config files, but the problem still persists.. pdo is enabled.. I deactivated the plugins and used a default theme but the 500 error is still persisting. Really need to get your plugin up and running so would really appreciate some input asap, because at the moment it's redundant, and I can't diagnose the problem. Thanks, Matt
Hi Aleksandar, it seems to be working fine on Staging, but I'm still getting the 500 error on Production, even with an increased 512M PHP memory limit... I will try deactivating plugins and see where that gets me..
Apparently the error comes within this part: while ( $row = mysqli_fetch_object( $this->result ) ) { $this->last_result[ $num_rows ] = $row; $num_rows++; }
Ive seen similar issues on previous tickets (see below) and it looks like it might be to do with the database tables. It's driving me a bit mad, I've spent so much time trying to get the plugin to work on my website. Please can we try and fix this asap.
That is on the Staging site, not the Production.. the Staging works fine but the Production we are having the issue..
Even though there aren't any customers assigned we are still having the issue of categories not saving and employees not being recognized ('No Data') when creating a service..
Would I need to go into our database and remove some data manually?
Probably there is again some issue within database, Can you please check in your database in wp_amelia_users table are the employees names there and also have role provider?
Let me know if it's easier to have a quick love chat. If I can't sort this soon then will have no choice but to look elsewhere for an appointment plugin..
Please change the email of that database user. If the "provider" in the database (employee in Amelia) is registered with the same email as your administrator, it can cause issues like this.
I'm out of office until tomorrow, so please let me know if that helped or not. If it doesn't help, I'll remote in again and see what's going on.
Thank you for your patience and sorry for the delay.
No that's not making any difference. The employee wasn't the admin. I've exhausted all the different options. It must just be an error with the plugin itself, as the categories aren't showing after being created and when adding a service the employees don't get noticed on the dropdown. If there's no solution by tomo I'll have to find another solution.
Hi there, that error was because of memory being maxed out, due to the cache. There's plenty of space left now after clearing the cache and I've troubleshooted all the plugins and they're fine. It's strange as on the Staging environment (the same) it seems to work...
Hi Aleksandar, unfortunately I haven't fixed the issue on production. Same issue as before. Something strange happening in the Services part of the plugin. Gone round and round in circles. Will try a fresh install of the plugin. If it doesn't work again on Production I will have to give up and find another solution. Thanks for all your help nonetheless.
The plugin is working fine, except when adding a Service there is a fatal 500 error. I've deactivated all plugins/changed to default theme and the problem still persists. Really frustrating! It says the memory limit is being exhausted, but I have maxed out the memory limits in wp-config. Is it anything to do with SQL? Any pointers most welcome, really want to start using your plugin! Thanks, Matt
Hello Matthew
Thank you for your purchase.
Maybe there's another plugin using up all your website's memory, but the only way to test that would be to deactivate other plugins, add a service, and see if that will work. If it does, start activating plugins one by one and after each activation try adding a new service. Once it breaks you will have found the plugin using up all memory.
However, an issue like this may also be connected to your database tables.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Matt
I can't log in with those credentials, it says the username is wrong:
Can you check and let me know?
I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I increased the memory size in php.ini and wp-config files, but the problem still persists.. pdo is enabled.. I deactivated the plugins and used a default theme but the 500 error is still persisting. Really need to get your plugin up and running so would really appreciate some input asap, because at the moment it's redundant, and I can't diagnose the problem. Thanks, Matt
Hi Aleksandar, thank you for this, I will try to change the memory limit now on Google Cloud Platform and let you know how I get on. Thanks. Matt
You're welcome, Matt
I hope it works.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar, it seems to be working fine on Staging, but I'm still getting the 500 error on Production, even with an increased 512M PHP memory limit... I will try deactivating plugins and see where that gets me..
The Employee dropdown is not finding data... (see attached)
Apparently the error comes within this part:
while ( $row = mysqli_fetch_object( $this->result ) ) {
$this->last_result[ $num_rows ] = $row;
$num_rows++;
}
Ive seen similar issues on previous tickets (see below) and it looks like it might be to do with the database tables. It's driving me a bit mad, I've spent so much time trying to get the plugin to work on my website. Please can we try and fix this asap.
https://tmsplugins.ticksy.com/ticket/1833490/
https://tmsplugins.ticksy.com/ticket/1779440/
Hi Aleksandar,
That is on the Staging site, not the Production.. the Staging works fine but the Production we are having the issue..
Even though there aren't any customers assigned we are still having the issue of categories not saving and employees not being recognized ('No Data') when creating a service..
Would I need to go into our database and remove some data manually?
Thanks
This keeps on happening..
HI Matthew,
Probably there is again some issue within database, Can you please check in your database in wp_amelia_users table are the employees names there and also have role provider?
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I'm struggling to access phpmyadmin, but once in I will let you know what tables are in the database..
Basically, there are lots of problems in Services.. the categories wont save when they're created and you see 'no data' in the employee dropdown.
Let me know if it's easier to have a quick love chat. If I can't sort this soon then will have no choice but to look elsewhere for an appointment plugin..
Hello Matthew
Please change the email of that database user. If the "provider" in the database (employee in Amelia) is registered with the same email as your administrator, it can cause issues like this.
I'm out of office until tomorrow, so please let me know if that helped or not. If it doesn't help, I'll remote in again and see what's going on.
Thank you for your patience and sorry for the delay.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
No that's not making any difference. The employee wasn't the admin. I've exhausted all the different options. It must just be an error with the plugin itself, as the categories aren't showing after being created and when adding a service the employees don't get noticed on the dropdown. If there's no solution by tomo I'll have to find another solution.
Hi again Matthew
I can't log in with the credentials you provided before, but I'm sure I can resolve this.
Please provide me the credentials for the user role you're having issues with, and I'll check it out as soon as possible.
Just remember to enable the PRIVATE response, as this is a public ticket.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi there, that error was because of memory being maxed out, due to the cache. There's plenty of space left now after clearing the cache and I've troubleshooted all the plugins and they're fine. It's strange as on the Staging environment (the same) it seems to work...
I'm glad to hear you were able to resolve this Matt
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar, unfortunately I haven't fixed the issue on production. Same issue as before. Something strange happening in the Services part of the plugin. Gone round and round in circles. Will try a fresh install of the plugin. If it doesn't work again on Production I will have to give up and find another solution. Thanks for all your help nonetheless.
I understand, Matt.
Please make sure to enable this slider in Amelia settings/Activation:
This will delete all database tables related to Amelia, so you'll have a fresh start with the plugin.
Please let me know how it goes.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables