• I really like your plugin, and have downloaded the latest version (1.1) today. Unfortunately, after activiting, I get the following warnings in dashboard:
    Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/simple-table-manager/model.php on line 37
    Warning: Cannot modify header information – headers already sent by (output started at ../wp-includes/option.php on line 772
    Warning: Cannot modify header information – headers already sent by (output started at ../wp-includes/option.php on line 773
    Kind regards,
    Dieter

    https://www.ads-software.com/plugins/simple-table-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author ryo0inoue

    (@ryo0inoue)

    Hi Dieter

    Thanks for using the plugin, and appologies for the late response.

    Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/simple-table-manager/model.php on line 37

    This may be caused by the plugin’s failure to point to a database table that exists. Could you verify whether the correct table name is specified in the settings.ini file below?

    /path/to/your/site/wp-content/plugins/simple-table-manager/config/settings.ini
    table_name = your_table_name

    Warning: Cannot modify header information – headers already sent by (output started at ../wp-includes/option.php on line 772
    Warning: Cannot modify header information – headers already sent by (output started at ../wp-includes/option.php on line 773

    Simple Table Manager might be competing with other plugins using sessions headers. Could you give me a list of activated plugins on your site if the problem persists?

    Best regards,
    Ryo

Viewing 1 replies (of 1 total)
  • The topic ‘warnings after activation’ is closed to new replies.