Multiple error after upgrading

Viewing 3 posts - 1 through 3 (of 3 total)
#38335

Martyprod
Member

Hi, not sure if related to WP 4.4.1 or the last version of download manager but i have 2 errors in the frontend and backend of WP now

i use Download manager on this page :

http://didiermartini.com/freesheet/

as you can see i have this error on the whole page.
Notice: Undefined index: password in /var/www/vhosts/didiermartini.com/httpdocs/wp-content/plugins/download-manager/libs/class.Package.php on line 258

in the Backend of WordPress, on your Plugin page / Settings / Update, i have these errors :
Notice: Undefined index: wpdmpp-sales-report in /var/www/vhosts/didiermartini.com/httpdocs/wp-content/plugins/download-manager/admin/tpls/settings/addon-update.php on line 102 NA

Thanks for any help, i had to remove the page for the public , as anybody can see the errors, not only me.

#38397

Shahjada
Keymaster

Sorry for your inconvenience. For now, please open /download-manager/libs/class.Package.php, replace line# 258 if ($package['password'] != '') $lock = 'locked'; with if (isset($package['password']) && $package['password'] != '') $lock = 'locked';. Also updating the file will resolve the issue. And please skip update tab until next update.

Adjusting all those in next update.

#38436

Martyprod
Member

Thank you ๐Ÿ™‚

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Multiple error after upgrading’ is closed to new replies.