Page 1 of 1

XAMPP 5.6.14 working too slow

PostPosted: 19. November 2015 09:56
by aagii
I've upgraded xampp version 1.7.3 to 5.6.14. But during uninstall process it popped the error and terminated. I deleted xampp folder manually and installed new version. Afterwards our web server responded very slow. Is there a way to uninstall completely old xampp leftovers?

Re: XAMPP 5.6.14 working too slow

PostPosted: 19. November 2015 22:54
by Altrea
XAMPP does not install very deeply into your system. If you deleted all files there are maybe only a few registry keys left for Windows Services and uninstaller. Thats it.

Re: XAMPP 5.6.14 working too slow

PostPosted: 20. November 2015 02:18
by aagii
What should i do now? How to remove leftovers? There are only portable xampp uninstallation help on Google search.

Re: XAMPP 5.6.14 working too slow

PostPosted: 20. November 2015 06:33
by Altrea
You could use any registry tool searching for xampp and delete them.

Re: XAMPP 5.6.14 working too slow

PostPosted: 23. November 2015 02:26
by aagii
I couldn't find anything on registry. Do you have any ideas?

Re: XAMPP 5.6.14 working too slow

PostPosted: 23. November 2015 03:02
by Altrea
It you cannot find anything in the registry and deleted all files than there are no leftovers.

Re: XAMPP 5.6.14 working too slow

PostPosted: 01. December 2015 07:31
by aagii
I've solved my problem. The problem is php and apache write errors on log files. After turned off somethings in php.ini, it works good.
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT ->> error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
OR
turn off display_errors
OR
turn off log_errors.

Re: XAMPP 5.6.14 working too slow

PostPosted: 30. June 2016 23:48
by gegomeza
how to fix that?, i can't find anything about that problem in internet. :roll: