• Resolved steve92

    (@steve92)


    I’ve 2 site, but with does not work correct: I cannot insert manually new subscribers and does not notify users when someone replies.
    I have disabled plugins, but there is no conflict.
    In the other site everything is fine.

    Site no good: https://albenessereblog.altervista.org

    • This topic was modified 7 years, 3 months ago by steve92.
Viewing 15 replies - 1 through 15 (of 44 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    The theme hasn’t been updated since 2016 so it’s possible that it’s no longer compatible with WordPress and causes issues.

    But I just tested it on my installation and was able to manually add subscribers ( we’re talking about WP Admin > StCR > Manage Subscriptions > Add New Subscription, correct? The management page for users also works.

    You said you disabled all other plugins and the issue persists, correct?

    Did you try switching to a different theme, does the issue go away? That way we can be sure it’s a conflict with the theme and know where to look for the problem and solution.

    Thread Starter steve92

    (@steve92)

    I also tried another theme but the problem persists.
    This is the result of having manually entered a new user

    Plugin Author WPKube

    (@wpkube)

    Hi,

    Based on the screenshot, the message says that the subscription is added but for some reason it thinks that there’s no subscribers ( the table is completely missing, not even the table headings show up ).

    A few questions:

    1) Just to confirm, you also tried disabling all plugins except StCR?

    2) Are there any red colored items under “WordPress environment” and “Server Environment” in WP admin > StCR > Options > StCR System?

    3) You mentioned you have it on another website, is that other website hosted with the same hosting provider?

    4) Are there any differences in the StCR System between this website and the one where it works fine?

    • This reply was modified 7 years, 3 months ago by WPKube.
    • This reply was modified 7 years, 3 months ago by WPKube.
    Thread Starter steve92

    (@steve92)

    Answers:
    1) No
    2) No
    3) No
    4) No
    The local site works good!
    I see also In the web site there is this strange box that is not present in the other sites (local and online).

    • This reply was modified 7 years, 3 months ago by steve92.
    Thread Starter steve92

    (@steve92)

    Mistake before post.

    Correct answer:
    1) Yes

    Plugin Author WPKube

    (@wpkube)

    Hi,

    That box shows up when you switch on the option above it and save the changes.

    So, based on the answers, same settings, same server (hosting provider) and one works the other does not.

    The only thing that comes to mind is that somehow the option value that stores the subscriptions got corrupted. You mentioned a local server so I’m assuming you know your way around and might be able to access phpMyAdmin for the database connected to the website that’s not working out, which would be great.

    1) Is there any data in the table called wp_subscribe_reloaded_subscribers (the wp_ part might be different if you changed it).

    2) And is there data in wp_post_meta when you do a search for stcr (search should be %LIKE% and done on meta_key)

    That way we’ll know if the issue is with saving the subscribers or displaying it.

    3) And what is the collation set on the wp_subscribe_reloaded_subscribers table? When in phpMyAdmin, click on the table, in top left click on “Structure”, scroll down to “Information” section and you’ll see “Collation”.

    4) Same question as 3, but for the wp_options table.

    Sorry it’s taking a while and for so many questions, it’s a bit hard to figure out an issue without being able to test things out myself.

    Thread Starter steve92

    (@steve92)

    This are my db table online, there is not your table. In the local DB there is this table: wp_subscribe_reloaded_subscribers

    • This reply was modified 7 years, 3 months ago by steve92.
    Plugin Author WPKube

    (@wpkube)

    Ok so it’s not a display issue it’s a storing issue. Hasn’t even created a table which the plugin should do on activation.

    So let’s try to get it to try again. Go to WP admin > StCR > Options > StCR Options. You’ll see an option called “Safely Uninstall”, set that to “No”.

    That tells the plugin to delete all it’s data on plugin deletion.

    Then head over to WP admin > Plugins, deactivate and delete the plugin.

    Then install and activate again.

    After that head over to phpMyAdmin and check if the table is now there. If yes, then it should all be fine from then on, and if not then it means something is wrong with that specific part of the code and that’s where I’ll focus my testing.

    • This reply was modified 7 years, 3 months ago by WPKube.
    Thread Starter steve92

    (@steve92)

    Done, don’t create the table. I think the plugin works, maybe it’s my site that has the problem.
    A friend of mine has installed the plugin in the Semicolon theme and creates the table, so the plugin works on his site, but not mine.

    Plugin Author WPKube

    (@wpkube)

    Something is stopping it from executing the table creation.

    The only 2 things that comes to mind is conflict with a plugin and some server related issue.

    You tried disabling plugins but the issue is when it’s first activated and needs to create the table so can you try doing the same process again but temporarily disable the other plugins before you activate the plugin again.

    If it still does not work when you do that, check the error log ( control panel on the hosting provider’s website ) and see if it logged any errors at that time.

    Thread Starter steve92

    (@steve92)

    You must to fix this, no show the text when I push up.

    When I push Genera for download the file log, show this error:

    Fatal error: require_once(): Failed opening required ‘/var/www/html/wp-load.php’ (include_path=’.:’) in /membri/albenessereblog/wp-content/plugins/subscribe-to-comments-reloaded/utils/download.php on line 9

    The other site that works well does not show this error.

    —————————————–

    While you’re at it, you correct also this:

    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    • This reply was modified 7 years, 3 months ago by steve92.
    Plugin Author WPKube

    (@wpkube)

    Hi,

    Thanks for letting us know about those issues. They are added on the to do list for update.

    But, you haven’t mentioned if the reset worked, did the table get created, do the subscribers get added now?

    Thread Starter steve92

    (@steve92)

    It did not work, the box was not created in the db

    Thread Starter steve92

    (@steve92)

    I put this code in the functions.php child but there are no errors

    // Report all errors
    error_reporting(E_ALL);
    • This reply was modified 7 years, 3 months ago by steve92.
    Thread Starter steve92

    (@steve92)

    I did another check: I deactivated all the plugins and uninstalled your plugin.

    Then I deleted all the database tables and then installed your plugin, but the wp_subscribe_reloaded_subscribers table is not there.

    Server del Database
    Server: Localhost via UNIX socket
    Tipo di server: MySQL
    Versione del server: 5.6.33-log – MySQL Community Server (GPL)
    Versione protocollo: 10
    Utente: albenessereblog@localhost
    Codifica caratteri del server: UTF-8 Unicode (utf8)
    Web server

    Apache
    Versione del client del database: libmysql – 5.6.33
    Estensione PHP: mysqli Documentazione
    phpMyAdmin

    • This reply was modified 7 years, 3 months ago by steve92.
Viewing 15 replies - 1 through 15 (of 44 total)

The topic ‘Does not work with Semicolon theme’ is closed to new replies.