Jump to content

Recommended Posts

Posted

It seems spam service is greyed out and I can't disable. Anyway to disable it? My error log is getting spammed like crazy.

 

IPS\Http\Response Object
(
    [httpResponseVersion] => 1.1
    [httpResponseCode] => 403
    [httpResponseText] => Forbidden
    [httpHeaders] => Array
        (
            [Content-Type] => text/plain;charset=UTF-8
            [Content-Length] => 19
            [Connection] => keep-alive
            [Date] => Sat, 20 Mar 2021 20:17:41 GMT
            [Server] => Apache/2.4.46 (Amazon) OpenSSL/1.0.2k-fips PHP/7.2.34
            [X-Powered-By] => PHP/7.2.34
            [X-Cache] => Error from cloudfront
            
        )

    [cookies] => Array
        (
        )

    [content] => License Key Expired
)
#0 /home/xxxxx/public_html/applications/core/modules/front/system/register.php(554): IPS\_Member->spamService()
#1 /home/xxxxx/public_html/init.php(893) : eval()'d code(65): IPS\core\modules\front\system\_register::_createMember()
#2 /home/xxxxx/public_html/applications/core/modules/front/system/register.php(240): IPS\core\modules\front\system\hook1075::_createMember()
#3 /home/xxxxx/public_html/applications/core/modules/front/system/register.php(103): IPS\core\modules\front\system\_register->_registrationForm()
#4 /home/xxxxx/public_html/init.php(893) : eval()'d code(27): IPS\core\modules\front\system\_register->manage()
#5 /home/xxxxx/public_html/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\nexus_hook_register->manage()
#6 /home/xxxxx/public_html/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
#7 /home/xxxxx/public_html/index.php(13): IPS\_Dispatcher->run()
#8 {main}

 

Posted
9 hours ago, AlexJ said:

[content] => License Key Expired

Do you have an active licence? Spam Service works on active licence holders only.

Posted
3 hours ago, DawPi said:

Do you have an active licence? Spam Service works on active licence holders only.

No. I plan to renew on next pay check but it shouldn't throw error and allow me to disable. 

Problem is I can't disable it because it's greyed out.

Posted

You shouldn't be seeing that get logged anyway, it sounds like you may have the DEBUG_LOG constant enabled. If you have, this will cause a huge amount of things to be logged.

If it isn't enabled, it could be the plugin you have that is extending your registration process logging the response.

Posted
24 minutes ago, Stuart Silvester said:

You shouldn't be seeing that get logged anyway, it sounds like you may have the DEBUG_LOG constant enabled. If you have, this will cause a huge amount of things to be logged.

If it isn't enabled, it could be the plugin you have that is extending your registration process logging the response.

Where do I check for DEBUG_LOG constant? I checked constant and confg_global - both I don't see anything for it. 

define('IN_DEV', 0);
Dev is also disabled. 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...