Error 500 when .php file is running on admin user page.

vriznyk

Verified User
Joined
Dec 16, 2008
Messages
5
Hi. I have a problem with .php files on main account (admin).
Apache log file:
SoftException in Application.cpp:359: Mismatch between target GID (1008) and GID (1002) of file "/home/admin/domains/mydomain.name/public_html/test.php"
Premature end of script headers: test.php

This error on any .php file on this account. Any other created users can run .php, exept admin.

Help me to solve the problem.
Thanks.
 
What GID = 1008 and what GID = 1002.

egrep '1008|1002' /etc/group
 
Back
Top