Forum Replies Created

Viewing 15 replies - 1 through 15 (of 65 total)
  • Plugin Author graphcomment

    (@graphcomment)

    Hi Hilal,

    Yes, because blocking and unblocking are manual operations that follow a review of your profile. The simplest thing to do in this case, if it is an oversight on our part, is to write to us at [email protected]. We have unblocked you for the beginning of this month.
    Best regards,
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hi Hilal,

    Thanks for reaching out.

    After reviewing your account usage in detail, I can confirm that your site has exceeded the free plan limit of 1,000,000 monthly loads, as stated on our pricing page. Your current usage for this month is already around 1.2 million loads, and the month is not over yet.

    We always apply a tolerance for occasional or one-time overages, which is why your account was not restricted last month despite the higher usage. However, when the over-usage becomes continuous, our system automatically limits new comment submissions at the moderation level. Existing comments remain visible, but new ones can no longer be posted. This is the restriction you are currently seeing.

    To restore full functionality, the most suitable option based on your traffic is our Starter Premium plan, which includes 1.5 million monthly loads and additional advanced features. It starts at $25/month, with no commitment required. Upgrading will immediately remove the limitation.

    Regarding your question about charges: no billing is applied unless you choose to upgrade to a paid plan. There are no automatic or unexpected charges during this restricted period.

    If you’d like, I can assist you directly with the upgrade, or answer any questions you may have about the available plans.

    Best regards,

    Plugin Author graphcomment

    (@graphcomment)

    Hello Hilal,

    Sorry for the late reply.
    I juste reply to you through our support platform.

    Thanks,
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hello Hilal.,

    Thank you again for your message and for using GraphComment — we’re glad to hear you’re satisfied with the service.

    First of all, please accept our apologies for the current display issue regarding usage consumption. This is a known bug on our side, and our team is actively working on resolving it. In the meantime, you can still monitor your usage accurately through the COMMUNITY > ANALYTICS tab in your dashboard.

    Regarding your question about the quota reset: GraphComment’s quotas are calculated on a calendar month basis, which means that your quota renews automatically on the 1st day of each month, regardless of your signup date.

    As for payment options, we’re currently waiting for PayPal to validate recurring payments on our platform. Once that’s in place, we’ll notify users directly. In the meantime, if you’d like to continue using GraphComment beyond the free tier, we’d be happy to temporarily unlock access for you while we finalize the integration of this payment method.

    Please let us know if you’d like us to proceed with that temporary unlock, or if you have any additional questions — including plan recommendations based on your current usage, which we’d be glad to help with.

    Warm regards,

    Plugin Author graphcomment

    (@graphcomment)

    Hi,

    Thank you for reaching out and for using GraphComment.

    The reason your comment section appears temporarily locked is because your site has exceeded the monthly usage quota allowed under the FREE plan. 

    This limit includes the number of comment loads each month. More informations here: https://support.graphcomment.com/hc/en-us/articles/360013354900-How-do-you-count-the-data-loads

    When this threshold is surpassed, the comment module is automatically set to a restricted mode where users can still post, but comments are hidden until the quota resets or the plan is upgraded.

    To restore full functionality immediately, we recommend upgrading to one of our premium plans that better suits your current volume of traffic and engagement. You can find a detailed comparison of our plans here:

    👉 https://www.graphcomment.com/en/products/graphcomment/pricing

    If you’d like, we can assist you in selecting the plan that best fits your needs or provide a quote for a tailored solution. If a PAYPAL solution is required, let us know !

    Please let us know how you wish to proceed and feel free to reach out if you have any further questions.

    Best regards,
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hello Daniel,

    You are probably logged with 2 different account between GraphComment into the plugin, and GraphComment admin when you open it up directly into a browser.
    Be careful to use the same user.
    Go to the admin through the plugin, look in the upper-right corner which user is logged, and you will know.
    The GC admin at https://graphcomment.com/admin/ is probably with another user that has not create your website into the plugin.
    Let me know,
    Best regards,
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hello,
    Yes, this time it’s the right one.
    It’s fixed, we have found a tricky bug.
    Thank you very much for your patience, and sorry for the inconvenience.
    Have a great day.
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Forgot what I said, there is a problem indeed.
    We have to figure it out.
    I come back soon with a response.

    Plugin Author graphcomment

    (@graphcomment)

    Hello,
    Sometimes comments are attached to WordPress pages that you deleted or renamed. As a result, GraphComment cannot link these comments to the new page of your blog. You have to investigate and try to understand. You can go to the “comments” tab of WordPress and then see at which URL and which unique identifier a comment that does not appear in GraphComment is attached in WordPress. Then go to GraphComment, Moderation tab, find this comment and then see what URL it is linked to with us. You can send us sample URL’s by email to [email protected]
    Often it is the WordPress comments database that has been damaged by bugs.
    Best,
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hello,
    We’ve done a fix tutorial for you.

    1 / Go to Extensions menu and « Edit » on GraphComment plugin: Select plugin « GraphComment » and open the file:
    class > controllers > gc_import_controller.class.php
    
    2 / Go to line 67 and add theses 2 lines :
    
    

    update_option(GcImportService::getOptionsPrefix() . ‘status’, ”);
    update_option(GcImportService::getOptionsPrefix() . ‘batch_number’, ”);`

    you must have this final result:

    if (isset($this->post['gc-import-restart']) && $this->post['gc-import-restart'] == 'true') {
            GcLogger::getLogger()->debug('GcGeneralController::handleOptionForm() - Action: Restart import');
    
    update_option(GcImportService::getOptionsPrefix() . 'status', '');
    update_option(GcImportService::getOptionsPrefix() . 'batch_number', '');       
     if (($msg = $gc_import_service->restartImportationInit()) !== true) {
              GcLogger::getLogger()->error('GcGeneralController::handleOptionForm() - Restart import fail');

    3/ save modifications
    4 / restart import
    Best,`

    Plugin Author graphcomment

    (@graphcomment)

    Ok, then the only way is to give us temporary access to your WordPress admin for us to test, because the problem is on the WordPress side, and on our side we are blind. You can send me your credentials at [email protected]

    Plugin Author graphcomment

    (@graphcomment)

    Hello,

    We still have no record of your attempt to connect to us for the import. We think this is a problem in your WordPress configuration, probably a firewall or other type of plugin that prevents external requests from leaving.

    Please deactivate all your other plugins while you click on the import in our GraphComment plugin. Then if this is successful, of course reactivate all your other plugins.

    Plugin Author graphcomment

    (@graphcomment)

    Hello, we need to identify your website, can you send us your GraphComment ID to [email protected] ? We will fix it ASAP.
    Thanks
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hello,

    We have tried to fix a problem on our side.
    Can you try again to import ?
    Maybe disable / Re enable the plugin before.
    And active the logs before launching it to get the eventual errors.
    Thx,
    J.

    Plugin Author graphcomment

    (@graphcomment)

    Hello Prince,

    Can you email us to [email protected] with a snapshot, or an URL?
    And describe more precisely what’s your problem.
    Thank you!
    J.

Viewing 15 replies - 1 through 15 (of 65 total)