Jump to content

whmcs 500 error


mcsm

Recommended Posts

Hello,

 

I am having a hard time to find the problem with my whmcs installation, if I go to setup-general settings I get the error message "The website cannot display the page" the error is the 500

 

- I have checked ioncube

- the file permission of configgeneral.php is 664

- owner apache:apache

- I have found that a misisng module that I have removed caused some issues, so I have copy the files of that custom module in to the servers folder and the other issues I had were resolved, the only problem that I can see now is to open the setup-general settings

 

Any idea of what could be the issue?

 

Thank you

Link to comment
Share on other sites

  • WHMCS Customer Service

Hi mcsm,

 

Have you checked your .htaccess file has the right settings as this may be causing an error?

 

In order to find the exact cause of the error please refer to your error logs. Once you have found these please open a ticket so our support staff can assist you with your issue.

Link to comment
Share on other sites

Hi Kim

 

is this ok? what should I look here? what error logs should I sent in the support ticket?

 

thank you

 

RewriteEngine On

 

# Announcements

RewriteRule ^announcements/([0-9]+)/[a-z0-9_-]+\.html$ ./announcements.php?id=$1 [L,NC]

RewriteRule ^announcements$ ./announcements.php [L,NC]

 

# Downloads

RewriteRule ^downloads/([0-9]+)/([^/]*)$ ./downloads.php?action=displaycat&catid=$1 [L,NC]

RewriteRule ^downloads$ ./downloads.php [L,NC]

 

# Knowledgebase

RewriteRule ^knowledgebase/([0-9]+)/[a-z0-9_-]+\.html$ ./knowledgebase.php?action=displayarticle&id=$1 [L,NC]

RewriteRule ^knowledgebase/([0-9]+)/([^/]*)$ ./knowledgebase.php?action=displaycat&catid=$1 [L,NC]

RewriteRule ^knowledgebase$ ./knowledgebase.php [L,NC]

Link to comment
Share on other sites

I have installed WHMCS 4.2.1 on several different servers and I get the same error on all servers, I am not able to load the setup-general, the problem is the configgeneral.php file

 

I have tried to change the perm to 644 but still didint work. I have changed the owner/group to root:root apache:apache nobody:nobody but dosent work

 

the user of the account is not a centos user right? if I try to use the user of the account I get the error: "chown: invalid user: `zadm:zadm'

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