نقل قول نوشته اصلی توسط mohammadt نمایش پست ها
با سلام.
من یوزر روت هستم.
یوزر جدیدی برای انتقال مسیر فولدرها ساختم.
مسیرهای فولدرهای downloads, attachments و templates_c را در configurations.php به به این صورت تغییر دادم:
$templates_compiledir = 'templates_c/';

به

$templates_compiledir = "/home/masirewhmcs/templates_c/";
$attachments_dir = "/home/masirewhmcs/attachments/";
$downloads_dir = "/home/masirewhmcs/downloads/";
سطح دسترسی این سه فولدر 777 هست.

در عین حال ارور زیر را زمان بازدید صفحه لاگین whmcs دارم:
Permissions Error
The templates compiling directory '/home/masirewhmcs/public_html/templates_c/' must be writeable (CHMOD 777) before you can continue.
If the path shown is incorrect, you can update it in the configuration.php file.

ممنون میشم راهنمایی کنید.
ممنون.
پوشه ی مربوطه از مسیر زیر فراخوانی میشود :
/home/masirewhmcs/public_html/templates_c/

در صورتی که باید از مسیر :
/home/masirewhmcs/downloads
فراخوانی شود .

فایل configration.php را اصلاح کنید .