Link Check

Link Check 1.7

No permission to download
I'm getting a n error anytime I try to run a check greater than 1500 threads (ACP > Options > Link Check).
Am I timing out due to php limits?
Code:
Error while sending STMT_CLOSE packet. PID=518

[*]    XenForo_Application::handlePhpError()
[*]    mysqli_stmt->close() in Zend/Db/Statement/Mysqli.php at line 105
[*]    Zend_Db_Statement_Mysqli->close() in Zend/Db/Adapter/Mysqli.php at line 374
[*]    Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
[*]    Zend_Db_Adapter_Abstract->query() in XenForo/Model/User.php at line 1153
[*]    XenForo_Model_User->updateSessionActivity() in XenForo/Controller.php at line 472
[*]    XenForo_Controller->updateSessionActivity() in XenForo/Controller.php at line 357
[*]    XenForo_Controller->postDispatch() in XenForo/FrontController.php at line 354
[*]    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]    XenForo_FrontController->run() in /home/*******/public_html/index.php at line 13
 
What ist your php limit?

php_memorylimit and php_timeout_limit ?

When I run this script with many threads, than I set this:

php_memorylimit to 256M (normal 128M)
php_timoutlimit to 300 (normal 30 (seconds))

So the script has the time to run completly. :)
 
I installed the addon and it works ok if I I have the options set at 100 limit. If I have the limit set at 200 as you do or higher I get this error message:

Request Timeout

This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.

Is there anything I can do. I have image urls in all my threads so I think my timeout would have to be high.
 
Hello,

Does it looks for links on newest posts or in older ones too?
I don't have reports for older posts.

Thanks
 
Has anyone tried this add-on on a forum with over 1 million link/posts?

Feature request: Let members view and manage their own dead links.
 
Top Bottom