internal 500 error in php pages "Resolved"...
-
- Posts: 33
- Joined: Wed Feb 11, 2015 5:36 pm
internal 500 error in php pages "Resolved"...
I'm having the following problem.
When I opened my site with html pages the Vesta operates normally
example: http://ksystem.com.br "no error"
more when trying to open any page that is not in php open of the error 500
example: https://ksystem.com.br/financeiro/index.php "with error"
Another thing I noticed and that this problem only happens with some php files with others does not happen this error
example: http://perfuratriz.ml "no error"
example: http://leia.tk/index.php "no error"
example: http: // http://leia.tk/galeria/index.php "with error"
When I opened my site with html pages the Vesta operates normally
example: http://ksystem.com.br "no error"
more when trying to open any page that is not in php open of the error 500
example: https://ksystem.com.br/financeiro/index.php "with error"
Another thing I noticed and that this problem only happens with some php files with others does not happen this error
example: http://perfuratriz.ml "no error"
example: http://leia.tk/index.php "no error"
example: http: // http://leia.tk/galeria/index.php "with error"
Last edited by willamsphp on Wed Dec 09, 2015 10:51 pm, edited 1 time in total.
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: internal 500 error in php pages
Check error log, is probably an error in your script.
-
- Posts: 33
- Joined: Wed Feb 11, 2015 5:36 pm
Re: internal 500 error in php pages
tjebbeke wrote:Check error log, is probably an error in your script.
Excuse my ignorance am newbie very little experience.
As do to see error log
Re: internal 500 error in php pages
Hi,
What web stack and OS on your server ?
What web stack and OS on your server ?
-
- Posts: 33
- Joined: Wed Feb 11, 2015 5:36 pm
Re: internal 500 error in php pages
Ubuntu 14.04.1 LTS (GNU / Linux 3.13.0-43-generic x86_64)imperio wrote:Hi,
What web stack and OS on your server ?
VestaCp Version: 0.9.8 (amd64) Release: 15
Re: internal 500 error in php pages
nginx + php-fpm or apache + nginx ?web stack
-
- Posts: 33
- Joined: Wed Feb 11, 2015 5:36 pm
Re: internal 500 error in php pages
apache + nginximperio wrote:nginx + php-fpm or apache + nginx ?web stack
-
- Posts: 33
- Joined: Wed Feb 11, 2015 5:36 pm
Re: internal 500 error in php pages
Resolved...
in /var/log/apache2/domains/seudominio.com.error.log
And I indentifiquei the error.
The problem really wrong in my php script unresolved rookie mistake.
open php <? and closed?> this error caused 500 browser solved correcting all my php script with NetBeans 8.1
The correct way.
<? php "Conteudo" ?>
in /var/log/apache2/domains/seudominio.com.error.log
And I indentifiquei the error.
The problem really wrong in my php script unresolved rookie mistake.
open php <? and closed?> this error caused 500 browser solved correcting all my php script with NetBeans 8.1
The correct way.
<? php "Conteudo" ?>