Skip to main content

Error Log display in cPanel

Answered

Comments

7 comments

  • cPRex Jurassic Moderator

    Hey there!  Let's start with the simple things - what does this show on the server?

    ls -lah/var/cpanel/cpanel.config

    I would expect it to look similar to this, although your dates and size will be different:

    -rw-r--r-- 1 root root 8.3K May 19 22:33 /var/cpanel/cpanel.config
    1
  • NightStorm

    See, that was my first thought, that maybe the file had been "lost" somewhere along the way. Even tried recreating it, updating it through WHM... error remained.

    root@newserver [~]# ls -lah /var/cpanel/cpanel.config
    -rw-rw---- 1 root wheel 8.1K May 19 20:10 /var/cpanel/cpanel.config
    0
  • cPRex Jurassic Moderator

    What about this?

    ls -ld /var/cpanel
    1
  • NightStorm
    root@newserver [~]# ls -ld /var/cpanel
    drwx--x--x 131 root root 16384 May 19 20:25 /var/cpanel/
    0
  • cPRex Jurassic Moderator

    Just for fun, can we change /var/cpanel/cpanel.config a bit?

    chmod 644 /var/cpanel/cpanel.config

    I don't believe this will take care of the whole issue, but if we can at least get to a different error in the log that would be helpful.

    1
  • NightStorm

    That apparently was actually it. Still nothing in the SuExec, but that is probably related to using CloudLinux PHP instead of the native php.

    Awesome, thank you.

    0
  • cPRex Jurassic Moderator

    I'm glad that's all it was!

    0

Please sign in to leave a comment.