error uploading files

Permalink
While working on a new site, I had a power failure..After getting the power back I tried uploading some files to the site and got the error ...

session_start(): Failed to decode session object. Session has been destroyed

The green progress bar would show , after 5 seconds it would gray out , a red x appear and the error message would show.. I checked mySQL error logs ( nothing ) and PHP error logs ( also nothing )
I using 5.8.1 and PHP 7 on XAMPP V3.2.2
any ideas how to fix this.??

Thanks
Bob

rdealmeida
 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi rdealmeida,

What method are you using to upload files?

This happens every time you try to upload files?

Have you restarted your web server/server services and cleared your concrete5 and browser cache?

Do you have debug error output enabled? If not, when you enable it, what other error information do you receive?
Dashboard > System & Settings > Environment > Debug Settings > Error Detail > Show the debug error output
rdealmeida replied on at Permalink Reply
rdealmeida
Hi MrKDilkington
I checked the mysql database and found a couple of errors.. Repaired them and it works fine..
Very strange..the file in question " gtid_slave_pos " makes no sense..
But everything is fine..

Thank you

Bob