❤️ Please subscribe / @psvice ❤️
Add these lines of code in wp-config.php
define('DB_NAME', 'zanides');
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
error_reporting(E_ALL);
ini_set('display_errors', 1);
define( 'WP_DEBUG', true );