• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Recent content by pacman94

  1. P

    Issue AuthorizationManager check failed. + CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecor

    If i try to open link directly cron page execute correctly if i put the url inside plesk i get this error: AuthorizationManager check failed. + CategoryInfo : SecurityError: :)) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnauthorizedAccess
  2. P

    Resolved wordpress permalinks don't work with nginx

    thx for reply, with this 2 rewrite rules if (for example) i load an image php will be used?
  3. P

    Resolved wordpress permalinks don't work with nginx

    Hi, this rewrite rule doesn't work. location / { try_files $uri $uri/ /index.php?$args; } this one works: if (!-e $request_filename) { rewrite ^.*$ /index.php?$args last; } why and what is the difference? boths are fine?
  4. P

    PHP-FPM doesn't work with PHP 5.6.x

    centos 6.7 i updated to latest plesk version and the plesk login panel at port 8443 is offline now :(
  5. P

    PHP-FPM doesn't work with PHP 5.6.x

    Hi all, i have a problem with PHP-FPM and php 5.6.x. When i enable this option (PHP-FPM) as in the image below: the php version downgrade automatically to PHP 5.3.3 :( When i disable PHP-FPM the php version in use return back to php 5.6.x. How can i have php 5.6.x works with PHP-FPM enabled...
Back
Top