Jump to content

steven99

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by steven99

  1. You likely got this resolved, but for others that hit these errors...

    For the first error, you are likely hitting public_html of cpanel vs the symlink to /home/user/domains/example.com/public_html - if Blesta detected the symlink.  Edit Settings -> System tab ->  "Root Web Directory" to match the correct install location.

    For the directory system can not be written to, make sure the ownerships for all directories and files are to the new system user. 

  2. Do both servers support ipv6 and so you have allowed access for ipv4 or ipv6 but not the other?   Though you mentioned using the IP, so that should rule that out but to be safe I would check on that. 

    Are Blesta server and Cyberpanel server separate?  If not, adding 127.0.0.1 might be needed also.

    And finally, can you curl to the cyberpanel url and get some sort of response? 

    curl -v https://server.example.com:8443/  

    That should output the page with headers and such.  If you can connect to it that way, then at least the firewall isn't blocking and is either login info or the allow list. 

  3. It is possible cron is using a different PHP install than what you're seeing on the web part.   For example, on a cpanel, plesk, or other control panel system you can multiple php versions and perhaps even different instances of the same version.  I suspect the cron is using one install while the web is using a different one.   So you need to check the cron is using the same PHP version and install as you're expecting. 

×
×
  • Create New...