• BeeCee

    (@csigncsign)


    Hi,

    is this plugin still updated?

    WP 4.7.3 / PHP 7

    1. Management page is empty, no matter if created an own page or using the virtual

    2. The admin is automatically subscribed to another author’s post (although it is disabled in settings)

    3. Confirm links are sent although the box is NOT marked

    “Working” this way makes really no fun.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @csignsign,

    Yes the plugin still active. Is has not been tested on PHP 7.

    I think your issue is because you have collation issues on the database. Make sure that the wp_subscribe_reloaded_subscribers has the same collation. You can use this query.

    ALTER TABLE wp_subscribe_reloaded_subscribers CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

    The plugin works in php 7 – I did not meet any problem for the moment.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin does not work at all’ is closed to new replies.