Jump to content

clientarea.php?action=domains : 500 ERROR


oricle

Recommended Posts

Help!

 

Just installed 7.1.1, got everything up and running, setup first client, created registrar of Email to test domains.

 

Created domain, goto client login and click Domains from main page, get 500 error, change status of domain to PENDING, works...

 

No errors, no logs, just 500 fails with no details, how can I diagonse and fix?!

 

Have tried all i can find on google, changing date/time, reuploading php file, allocating more memory in INI, to no avail...

Link to comment
Share on other sites

Hi oricle,

 

As Damo noted above, you'd want to enable the Display Errors at Setup > General Settings > Other tab. This would enable you to see the exact error.

 

Based on your description, the most common thing I see come up with the same symptoms is an issue with the PHP setting for date/timezone. Should this be the issue, you can resolve it by ensuring the "date.timezone" setting in your server php.ini is properly set.

 

If you can't access the server php.ini, you can also fix this by adding in the following code to your configuration.php file:

 

date_default_timezone_set("TIMEZONE HERE");

 

You can find a list of acceptable timezone entries at: http://php.net/manual/en/timezones.php

 

If you continue to have issues, please feel free to update this thread or open a support ticket :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated