Hei there.
running right now some tests.
First thing I noticed: When setting the mysql path to
C:\xampp\mysql\bin\
it is replaced by this when clicking on save:
C:\\xampp\\mysql\\bin\
I was not able to change the path back to how it was.
So I tried to back up my database with this path, and it was processing the request for more than 5 minutes (with the spinner spinning) until I aborted it (by actually stopping and restarting apache)
In the error log of apache I found many lines like this:
‘mysqldump’ n?o ? reconhecido como um comando interno
ou externo, um programa oper?vel ou um arquivo em lotes.
(That means that the mysqldumb commando was not found.)(My system is set to portuguese)
I also found the following entry in the error log, right under many of the previous error:
fatal: ” is not a valid tag name.
Right now, after another try to backup the database, revisr is again stuck in the “processing request” state since more than 5 minutes and this is the last entry in the error.log:
fatal: ambiguous argument ‘origin/Felix_multisite..Felix_multisite’: unknown revision or path not in the working tree.
Use ‘–‘ to separate paths from revisions, like this:
‘git <command> [<revision>…] — [<file>…]’
Felix_multisite is my current working branch.
As a sitenote, doing commits is working just fine, only the database can not be backed up locally…
Hope this gives some more insight and if you need any more help/testing/error logs, just tell me…
Cheers,
Felix
ps. Thx for the continous trials to resolve the problem!
pps. I need to add, that I copied the hole wordpress installation into an other folder. I can imagine that revisr might got confused during the process? Whats the best way of completely reinstalling the plugin? Do you think that might help?