500 Internal Server Error

Ask your questions regarding TimeTrex installation here.
Post Reply
neverforget98
Posts: 14
Joined: Tue Jun 21, 2011 3:42 pm

500 Internal Server Error

Post by neverforget98 »

Hello,

I have installed the TimeTrex Community Edition many times before via the webserver using the PHP installer, however this time I am having a problem. I am getting a 500 Internal Server Error when I visit the Index or Install file. My error log states that the files are writable by the group however when I change the permissions to 0644 is still pushes this error out.

I appreciate your assistance.

Thank you.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: 500 Internal Server Error

Post by shaunw »

It sounds like the issue is with your own web server and has nothing to do with TimeTrex itself.
Tris123
Posts: 1
Joined: Thu Nov 06, 2014 10:05 pm
Location: Salt Lake City, Utah
Contact:

Re: 500 Internal Server Error

Post by Tris123 »

I am also facing this issue so please can anybody help me in this how I fix it :(
ncepeda
Posts: 23
Joined: Thu Jul 30, 2009 8:19 pm
Contact:

Re: 500 Internal Server Error

Post by ncepeda »

Im guessing that the folders inside the directory are set at either 775 or 777. I ran into this issue but it was easily fixed by changing the permission to both folders... interface and install to 755.
ncepeda
Posts: 23
Joined: Thu Jul 30, 2009 8:19 pm
Contact:

Re: 500 Internal Server Error

Post by ncepeda »

I fixed this by opening the terminal or ssh to my server and running the following two commands:

find /directory/to/timetrex/ -type d -exec chmod 755 {} \;
find /dirrctory/to/timetrex/ -type f -exec chmod 644 {} \;
Post Reply