0
I have a problem in the xampp server, this installed on a linux, where when I start via terminal appears the following message below.
Tail: could not open "/opt/lampp/logs/error.log" for reading: File or directory not found
I came to realize that apache gives an error and does not start.
Create the directory
/opt/lampp/logs/
(if it does not exist), and make sure that the apache user has write permission on it.– bfavaretto
the directory is already created, and I gave read permission to all users in the folder
– user3677610
And there’s an error.log file inside?
– bfavaretto
not error.log no!!! has error_log
– user3677610
Then try creating it (
touch error.log
inside the directory)... And again attention to permissions.– bfavaretto
bfavaretto o o error.log resolveu, so the following error is now occurring.. " Last 10 Lines of "/opt/lampp/logs/error_log":"
– user3677610
people found out what was wrong, because there were two apache running together, I just stopped one or delete
– user3677610
This question seems to be discounted because it is too specific to help other users with similar problem.
– bfavaretto