Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > Installation and Setup Help

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-29-2012, 05:42 AM
rez rez is offline
Junior Member
 
Join Date: Jun 2012
Posts: 3
Default 500 - Internal server error when login Admin Panel

Hi All,

I'm having trouble accessing the Admin Panel after installing OsTicket 1.6.0. I'm using Enkompass to manage my server, PHP 5.3.10, and MySQL 5.1.56.

I can login (as admin) to the ticket page through http://company/support/scp/

But when I click the Admin Panel link, it gives me 500 - Internal server error

I have followed the installation instruction up to remove the Setup folder and remove ost-config.php write permission.

Did I missed anything?

Thank you for helping.
Reply With Quote
  #2  
Old 06-29-2012, 11:33 AM
ntozier's Avatar
ntozier ntozier is offline
Moderator
 
Join Date: Jan 2010
Location: NH USA
Posts: 1,600
Default

You should probably check your php log files and see if there are any errors in it that might point you in the right direction.

Since Enkompass is for Windows OS I would also say make sure that your IIS user has access to the directories that you made. I totally cannot think of what it's called right now.. but its something like IIS_IUSR or something close to that. You may also need to make sure that IUSR_servername has access too.
__________________
ntozier
OST Forum Mod - tmib.net - System Admin
Reply With Quote
  #3  
Old 06-29-2012, 12:35 PM
mathman mathman is offline
Member
 
Join Date: Aug 2011
Posts: 34
Default

Quote:
Originally Posted by ntozier View Post
You should probably check your php log files and see if there are any errors in it that might point you in the right direction.
If you can't find a specific 'php log file' take a look in your web server error log(s)....
Reply With Quote
  #4  
Old 06-30-2012, 07:52 AM
rez rez is offline
Junior Member
 
Join Date: Jun 2012
Posts: 3
Default

Thanks for the suggestion guys. I cannot find the php log file so I contacted my server provider. Hopefully I can get the log for analysis soon.
Reply With Quote
  #5  
Old 07-02-2012, 11:15 AM
ntozier's Avatar
ntozier ntozier is offline
Moderator
 
Join Date: Jan 2010
Location: NH USA
Posts: 1,600
Default

Many hosts allow you to utilize a custom php.ini so you might be able to override the hosts settings to create your own php your log.
__________________
ntozier
OST Forum Mod - tmib.net - System Admin
Reply With Quote
  #6  
Old 07-02-2012, 12:16 PM
rez rez is offline
Junior Member
 
Join Date: Jun 2012
Posts: 3
Default

Ok, i received the error log from my provider. After doing some research, it is due to php server setting error_reporting was set to 22527. I found out 22527 value represent E_ALL & E_NOTICE.

So I have inform my provider to change the error_reporting to 22519 which represent E_ALL & ~ E_NOTICE.

I also tried to use other method to override the value through .htaccess, php.ini, php5.ini and user.ini custom file saved in my web directory. Unfortunately it doesn't work as intended. Maybe I did it wrong, what I did was to add error_reporting = 22519 in each of the custom file above. I have also tried using the value E_ALL & ~E_NOTICE but no luck either.

Maybe my provider disable adding custom php setting.
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:01 PM.