Announcement

Collapse
No announcement yet.

PHP socket module appears to not load and no error logs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP socket module appears to not load and no error logs

    Hi
    Yesterday I had few issues with php that was solved succesfull, thanks to CLN and DA team.
    Well, since activated cagefs and php selector I am unable to use the following script to connect DAs api https://github.com/directadmin/https...httpsocket.php

    I have sockets php module enabled.

    I am unable to find php logs. I enable display_error on php selector settings and codeigniter but nothing happens. Can you tell me where I can find individual error logs to review if I am missing something?

    Regards

  • #2
    Hello,
    You may want to check /var/log/httpd/domains/DOMAINerror.log file on DirectAdmin.
    Also, try to run the same script from inside users CageFS manually to troubleshoot:
    # su - USER -s /bin/bash
    # cd DOCROOT
    # php index.php
    If the script fails from CLI as well, try checking the process with strace.
    # strace -s 5000 -f -o strace.log -t php index.php

    You can also submit a ticket with CloudLinux support team at https://cloudlinux.zendesk.com/

    Comment

    Working...
    X