• I use WordPress and Woocommerce as my shop plug-in. The theme is a child theme based on Storefront.

    I just fixed a problem with a plugin, and now I see an error message appearing on every page of my website.

    
    Warning: The magic method Download_Attachments::__wakeup() must have public visibility in /home/clients/2cde88c67225b49fd374cca32627110c/web/wp-content/plugins/download-attachments/download-attachments.php on line 106

    There is another error message appearing only in the backoffice.

    Warning: Array to string conversion in /home/clients/2cde88c67225b49fd374cca32627110c/web/wp-includes/formatting.php on line 1098

    I do not know if the problem is related to an update or corrupted file or plugin. My knowledge in WordPress is anything but good. Apps and plug-ins are provided from the website host.

    I would appreciate any educated guidance. Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • To fix the first error go to your cpanel → wp-content → plugins → download-attachments and open download-attachments.php file
    In the line 106 you will find a code start with “privite” just change it to “public” and the problem will be solved
    Hope that would help

    Thread Starter eightsix

    (@eightsix)

    Thanks. It worked.

    Still the other error message is showing in the backoffice.

    Warning: Array to string conversion in /home/clients/2cde88c67225b49fd374cca32627110c/web/wp-includes/formatting.php on line 1098

    What does this mean?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message Download_Attachments’ is closed to new replies.