• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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