• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. J

    Issue Python Custom Module / Internal Server Error

    I'm using Plesk 12.5 on CentOS 6.8 Module name is "dummy" (not the real name) I have installed a custom module dummy using root SSH and "python setup.py install" My problem is that 5 out of 6 requests returns "Internal Server Error" with error "ImportError: No module named dummy", but the last...
  2. J

    Issue Websites dosent work after reboot, unless reconfigured

    Hello, Whenever my CentOS 6.8 VPS with Plesk 12.5 (PHP7 + ModPagespeed) is rebooted, websites does not respond (Plesk admin responds just fine). It requires this line, before websites is working: /usr/local/psa/admin/sbin/httpdmng --reconfigure-all How can this be solved? The server should be...
  3. J

    Broken JS / CSS Responses by user

    <?php /** * Disable error reporting * * Set this to error_reporting( -1 ) for debugging */ error_reporting(0); /** Set ABSPATH for execution */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/' ); } define( 'WPINC', 'wp-includes' ); require(...
  4. J

    Broken JS / CSS Responses by user

    I'm aware that this forum is for Plesk and the reason I'm posting here, is because I was convinced this would be a server problem and not a WordPress problem.
  5. J

    Broken JS / CSS Responses by user

    Hello Plesk Forum, I'm using Plesk 12.5 on CentOS 6.7 with mod_pagespeed (Apache) (Server is up-to-date) Extensions: - Let's Encrypt I have a problem with WordPress Admin. Frontend CSS / JS is working perfectly. When accessing /wp-admin, neither CSS or JS is working. Results of JS: If I...
Back
Top