Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41593
    mymousepad
    Participant

    This seems to be a common issue – but no replies from Support?? Any fixes?
    ————————–

    [10-Oct-2020 00:26:39 UTC] PHP Warning: Illegal string offset ‘title’ in /home/xxx/public_html/wp-content/plugins/download-attachments/includes/shortcodes.php on line 66

    [10-Oct-2020 00:26:39 UTC] PHP Warning: Cannot assign an empty string to a string offset in /home/xxx/public_html/wp-content/plugins/download-attachments/includes/shortcodes.php on line 66

    [10-Oct-2020 00:26:39 UTC] PHP Warning: Illegal string offset ‘title’ in /home/xxx/public_html/wp-content/plugins/download-attachments/includes/shortcodes.php on line 69

    #41759
    tiilix2
    Participant

    Same problem!

    Warning: Illegal string offset ‘title’ in /xxxxxx/wp-content/plugins/download-attachments/includes/shortcodes.php on line 66

    Warning: Cannot assign an empty string to a string offset in /xxxxxx/wp-content/plugins/download-attachments/includes/shortcodes.php on line 66

    Warning: Illegal string offset ‘title’ in /xxxxxx/wp-content/plugins/download-attachments/includes/shortcodes.php on line 69

    That warning appears in host Sigmatic server but not in host Planeetta

    #41760
    tiilix2
    Participant

    In Planeetta phpinfo.php says that display_errors is OFF but in sigmatig display_errors is ON

    So there is an error in this plugin and some servers displays it but some don’t display it.

    php version is 7.2.33

    #41772
    tiilix2
    Participant

    There is two ways to hide this warning

    1. Go to your host cpanel and in php-settings turn display_errors OFF

    2. Open with ftp your wp-config.php and

    replace line:

    define(‘WP_DEBUG’, false);

    with this:

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.