How to Fix “Is its parent directory writable by the server?” Error on Shared Hosting
Giải pháp:
Mở file wp-config.php
Thêm dòng:
define( ‘UPLOADS’, ‘wp-content/uploads’ );
Trước dòng:
require_once(ABSPATH . ‘wp-settings.php’);
How to Fix “Is its parent directory writable by the server?” Error on Shared Hosting
Giải pháp:
Mở file wp-config.php
Thêm dòng:
define( ‘UPLOADS’, ‘wp-content/uploads’ );
Trước dòng:
require_once(ABSPATH . ‘wp-settings.php’);