PHP Fatal error: Call to undefined function wp_cache_get() in /var/www/vhosts/visisite.com/httpdocs/wp-includes/functions.php on line 1367

The wp_cache_get() function is part of wp-includes/cache.php file. Check that cache.php exists Please make sure that you have a cache.php file inside your wp-includes/ folder. File: wp-includes/cache.php Next step? If the file does not exist, your installation of WordPress may be corrupt. You’ll need to upload the missing files even manually by first downloading the … Read more

WordPress php error after editing file with FileZilla

It could be a problem with your file encoding. Make sure that your files are encoded in the same way as your wordpress install. In most cases your site use files encoded in UTF-8. Go to FileZilla options: Open Site Manager > Charset tab – Custom Encoding > and see if it’s UTF-8. When it’s … Read more

Image upload via FTP to wordpress media library

You can upload your images to your host, and then use media_sideload_image() to upload each file. Let’s assume you upload all of your images to a folder named wpse, in the root of your WordPress installation: // Set the directory $dir = ABSPATH .’/wpse’; // Define the file type $images = glob($directory . “*.jpg”); // … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)