Author Topic: Internal Server Error  (Read 22473 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Internal Server Error
« on: July 27, 2018, 07:18:36 PM »
Hello,
Thank you for helping me solve this problem
"
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at info@centos-webpanel.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
"

Offline
***
Re: Internal Server Error
« Reply #1 on: July 27, 2018, 07:24:00 PM »
What is output of

Code: [Select]
tail -f /usr/local/apache/logs/error_log

Offline
*
Re: Internal Server Error
« Reply #2 on: July 27, 2018, 07:43:14 PM »
thank's

[Fri Jul 27 15:29:54.658057 2018] [:error] [pid 9242:tid 140065036556032] [client 129.45.62.8:13123] SoftException in Application.cpp:569: Directory "/usr/local/apache/htdocs/applicationtest" is writeable by group
[Fri Jul 27 15:29:54.658228 2018] [core:error] [pid 9242:tid 140065036556032] [client 129.45.62.8:13123] End of script output before headers: index.php

Merci

Offline
***
Re: Internal Server Error
« Reply #3 on: July 27, 2018, 07:48:43 PM »
You need to set directory permission to 0755 and files permission to 0644. You cant have 0777 as any file or directory permission.

Code: [Select]
chmod 0755 /usr/local/apache/htdocs/applicationtest

Offline
*
Re: Internal Server Error
« Reply #4 on: July 27, 2018, 08:10:20 PM »
I changed the permissions to 0755 files on 0644.
i restart apache
always the same message
here are the messages from the logs file

[Fri Jul 27 16:07:44.845634 2018] [:error] [pid 9197:tid 140056694077184] [client 129.45.62.8:13135] SoftException in Application.cpp:569: Directory "/usr/local/apache/htdocs" is writeable by group
[Fri Jul 27 16:07:44.845802 2018] [core:error] [pid 9197:tid 140056694077184] [client 129.45.62.8:13135] End of script output before headers: index.php

Offline
***
Re: Internal Server Error
« Reply #5 on: July 27, 2018, 08:11:44 PM »
Message has changed

Code: [Select]
chmod 0755 /usr/local/apache/htdocs

Offline
*
Re: Internal Server Error
« Reply #6 on: July 27, 2018, 08:21:18 PM »
Thank you
now I have another problem connecting to the database

Offline
*
Re: Internal Server Error
« Reply #7 on: July 27, 2018, 08:22:45 PM »
Une erreur s'est produite lors de la connexion á la base de données
Connection attempt failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

Offline
***
Re: Internal Server Error
« Reply #8 on: July 27, 2018, 08:27:16 PM »
Are you using root password in your database config file?

Offline
*
Re: Internal Server Error
« Reply #9 on: July 27, 2018, 08:32:04 PM »
j'ai plusieurs sous dossier et dans chaque dossier un fichier Index
donc il faut changer l'ensemble des permissions?

Offline
***
Re: Internal Server Error
« Reply #10 on: July 27, 2018, 08:35:33 PM »
The error above means you are not using root mysql password in your database config file.

Code: [Select]
cat /etc/.my.cnf
using the command above you will get root login for mysql database.

Locate where is your database configuration file and use the details.

Offline
*
Re: Internal Server Error
« Reply #11 on: July 27, 2018, 08:39:22 PM »

I have a subfolder (_lib) for the configuration of the database
currently when I'm doing IP / Folder is / _lib I have the same message

Offline
***
Re: Internal Server Error
« Reply #12 on: July 27, 2018, 08:44:32 PM »
Do you even know how to install the script? Have you installed the script previously?

May i know what script you are using for installation?

Offline
*
Re: Internal Server Error
« Reply #13 on: July 27, 2018, 08:50:10 PM »
we use scriptcase as a development tool, usually it's the following path: http: // ip / dossiertest / _lib / prod / lib / php /? login which gives me the possibility to configure the database

Offline
*
Re: Internal Server Error
« Reply #14 on: July 27, 2018, 09:11:14 PM »
thanks and good night