Posts

(include_path='.:') in Unknown on line 0

 (include_path='.:') in Unknown on line 0 just fix file permission File permissions chown www-data:www-data  -R * # Let Apache be owner find . -type d -exec chmod 755 {} \;  # Change directory permissions rwxr-xr-x find . -type f -exec chmod 644 {} \;  # Change file permissions rw-r--r--

error::undefined Uncaught Call to undefined function pll_e()

 error::undefined Uncaught Call to undefined function pll_e() solution add  Lingotek Translation

mariadb start failed Status: "Starting final batch to recover 16 pages from redo log

 Status: "Starting final batch to recover 2201 pages from redo log innodb_force_recovery=4 add in my.cnf this will recover pages and you can see by  systemctl staus mariadb -l  Status: "Starting final batch to recover 16 pages from redo log after this comment recovery line in my.cnf run mysqlcheck coommands to check corrupt tables drop those tables

Why am I receiving "Excessive resource usage" notifications?

  Why am I receiving email notifications with subjects such as the following?   lfd on $hostname: Excessive resource usage: $username   Answer   These notifications are generated by the 3rd party software ConfigServer LFD, not cPanel. The resource usage limits can be modified by changing the PT_USERMEM and PT_USERTIME settings on the following page in WHM:   Home >> Plugins >> ConfigServer Security & Firewall >> Firewall Configuration    Alternatively, you can configure LFD to ignore certain processes or users in the /etc/csf/csf.pignore file. The following thread on ConfigServer's forum has instructions for managing this file: exe:/opt/cpanel/ea-php74/root/usr/sbin/php-fpm or to disable all emails You can change the root contact address via: "WHM Home » Server Contacts » Edit System Mail Preferences" Or, are you attempting to filter certain bounce emails? If so, you may want to setup a filter for the email account that ...

Fix WooCommerce Import Error “Sorry, this file type is not permitted for security reasons”

Add the ALLOW_UNFILTERED_UPLOADS constant to the wp-config.php file As it was mentioned above, WordPress filters the types of files which can be uploaded to prevent the upload of malicious content. To overcome the error and upload a CSV file which is mistakenly treated as disallowed you can disable the filter. Open the wp-config.php file Add the following code: define('ALLOW_UNFILTERED_UPLOADS', true);  

ionCube Loader is not loaded

  you please enable Ioncube from WHM -> Tweak Settings.

wordpress post export error invalid response

 resolved upon increasing php memory limit to 2048 Allowed memory size of 792723456 bytes exhausted  was getting this in the error log