Page 1 of 1

"Error while processing the requested operation"

Posted: Wed Jul 27, 2016 6:55 pm
by phatsaqs
Hello,

After some successful use I suddenly get this error when trying to add anything to the database (users, learning objects, courses, etc.).
I have added some users & courses but it suddenly stops allowing use and I get the error.

This is the second time this has happened. The first time i dropped the db and recreated from the sql script. My configuration is as seen in the attachment. Please help. Thank you.
forma_err.png

Re: "Error while processing the requested operation"

Posted: Wed Jul 27, 2016 11:32 pm
by murat
Please , You can check "short_open_tag = On" in php.ini

Re: "Error while processing the requested operation"

Posted: Thu Jul 28, 2016 12:52 am
by phatsaqs
It was set to off. I set it to On and still the issue occurs :(

Re: "Error while processing the requested operation"

Posted: Thu Jul 28, 2016 8:43 am
by canelli
very strange. any errors in the web errors log file?

Re: "Error while processing the requested operation"

Posted: Thu Jul 28, 2016 8:14 pm
by phatsaqs
Nothing sticks out.

I do remember I made a change minor change to some html in lms.php and saved it before things went broken.
I again refreshed the database and everything is working again. I will try to remember the steps to produce it if it occurs again.

Re: "Error while processing the requested operation"

Posted: Mon Sep 28, 2020 1:43 pm
by ewerts
This may happen if MySQL is set back to 'Strict Mode". Make sure that the MySQL setting is permanent and does not switch back when the server is restarted. In the MySQL ini or cnf file the settings must be changed.
https://stackoverflow.com/questions/408 ... host-xampp