• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Smb_Exception_NotFound - LogFile.php - Plesk update

Inarweb

New Pleskian
Im getting this error on default admin page after Plesk have instaleda an suto update.

Internal error: File specified by 71850550-77c3-f880-e09c-67bec47110af was not found
Message File specified by 71850550-77c3-f880-e09c-67bec47110af was not found
File LogFile.php
Line 41
Type Smb_Exception_NotFound

Cant update the plesk

Please advise - thanks
 
Workaround

1) (Linux only) Remove file /tmp/psa-installer.lock So I cant do this on windos

2) Remove stale records from tables longtasks and longtaskparams: How and where?
DELETE FROM longtaskparams WHERE task_id IN (SELECT id FROM longtasks WHERE type = 'panel-update');
DELETE FROM longtasks WHERE type = 'panel-update';

Thanks
 
Yes, for Windows you should use point 2. Point 1 is not actual for you.
Mentioned SQL queries you should do in Plesk database psa. Conatct Parallels Support Team if you are not familiar with SQL.
 
Back
Top