DokumentasiVestaCPWordpress

Sucuri files integrity not working WordPress & VestaCP

By December 11, 2017No Comments

Problem

  1. You have installed latest Sucuri Security plugin into your WordPress
  2. Other function working but the integrity scanner not working. Only show loading

Solution

    1. Go to your /home/user/conf/web/apache2.conf
    2. Add php_admin_value open_basedir none. Your configuration might looks like similar to bottom<Directory> /home/admin/web/web-berjaya.com/public_html
      AllowOverride All
      Options +Includes -Indexes +ExecCGI
      php_admin_value upload_max_filesize 20M
      php_admin_value max_execution_time 120
      php_admin_value post_max_size 20M
      php_admin_value memory_limit 256M
      php_admin_flag mysql.allow_persistent off
      php_admin_flag safe_mode off
      php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f info@web-berjaya.com"
      php_admin_value open_basedir none
      php_admin_value upload_tmp_dir /home/admin/tmp
      php_admin_value session.save_path /home/admin/tmp
      </Directory>
    3. Done

 

Leave a Reply