نقل قول نوشته اصلی توسط xmasoud نمایش پست ها
با سلام و وقت به خیر...

جدیدا دیدم برخی از کاربران با ارور Invalid CSRF Protection Token مواجه شده اند در بخش مدیریت و امکان ذخیره کردن را از دست داده بودند البته بیشتر در نسخه 6 WHMCS این مشکل گزارش شده بود.
با توجه به پیگیری بنده و پیدا کردن راه حل این مشکل تصمیم به اشتراک گذاری این مطلب را گرفتم.

برای حل این مشکل ابتدا به بخش نصب WHMCS بروید و فایل configuration.php پیدا کنید و با ویرایش گر مناسبی آن را باز کنید و درون آن کد زیر را قرار بدهید:


کد PHP:
session_save_path(__DIR__ /session”);
 
ini_set(‘session.gc_probability’1); 




این روش هم کامل کننده مورد بالا هست


Invalid or missing CSRF token

This error message means that your browser couldn’t create a secure cookie, or couldn’t access that cookie to authorize your login. This can be caused by ad- or script-blocking plugins, but also by the browser itself if it's not allowed to set cookies.
To address this issue, follow these steps.
Chrome

  1. Open Chrome Settings.
  2. Scroll to the bottom and click on Advanced.
  3. In the Privacy and security section, click on Content Settings.
  4. Click on Cookies.
  5. Next to Allow, click Add.
    1. Type [*.]todoist.com and click Add.
    2. Then type [*.]cloudfront.net and click Add.

  6. Under All cookies and site data, search for todoist, and delete all Todoist-related entries.
  7. Reload Chrome and log into Todoist.

Firefox

  1. Open the Firefox Options menu.
  2. On the left, select Privacy & Security.
  3. Under Cookies and Site Data click on Manage Permissions.
    1. Type https://todoist.com and click Allow.
    2. Then type https://cloudfront.net and click Allow.

  4. Click Save Changes.
  5. Next, click on Manage Data.
  6. Search for "todoist" and select Remove All Shown.
  7. Click Save Changes and confirm in the pop-up window by clicking Remove.
  8. Reload Firefox and log into Todoist.

Safari

  1. Open Safari Preferences from the drop-down menu in the navigation bar or by typing Cmd + , (⌘,).
  2. Click the Privacy tab and make sure that "Cookies and website data" is set to either "Always allow" or "Allow from websites I visit".
  3. Click on Manage Website Data to see all locally stored website data.
  4. Search for “Todoist” and remove all Todoist-related entries.
  5. Reload Safari and log into Todoist.