DISCONTINUED: [8WR] XenUtiles (Tools)

DISCONTINUED: [8WR] XenUtiles (Tools) 1.2.2

No permission to download
Error Info
PHP:
ErrorException: Undefined variable: user - library/EWRutiles/ControllerAdmin/UserXF.php:17
Generated By: Adam, 23 minutes ago
Stack Trace

PHP:
#0 /home/sociall1/public_html/forums/library/EWRutiles/ControllerAdmin/UserXF.php(17): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/home/sociall1/...', 17, Array)
#1 /home/sociall1/public_html/forums/library/ResetPasswordFromACP/ControllerAdmin/User.php(7): EWRutiles_ControllerAdmin_UserXF->actionSave()
#2 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(313): ResetPasswordFromACP_ControllerAdmin_User->actionSave()
#3 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/sociall1/public_html/forums/admin.php(13): XenForo_FrontController->run()
#5 {main}

Request State

PHP:
array(3) {
  ["url"] => string(62) "http://www.sociallyuncensored.eu/forums/admin.php?users/0/save"
  ["_GET"] => array(1) {
    ["users/0/save"] => string(0) ""
  }
  ["_POST"] => array(42) {
    ["username"] => string(8) "CanSpace"
    ["email"] => string(16) "info@canspace.ca"
    ["password"] => string(8) "********"
    ["user_group_id"] => string(1) "2"
    ["user_state"] => string(5) "valid"
    ["gender"] => string(0) ""
    ["dob_month"] => string(1) "5"
    ["dob_day"] => string(2) "07"
    ["dob_year"] => string(4) "2008"
    ["location"] => string(6) "Canada"
    ["occupation"] => string(28) "Web Hosting Service Provider"
    ["homepage"] => string(23) "https://www.canspace.ca"
    ["custom_fields"] => array(3) {
      ["country"] => string(2) "ca"
      ["googleplus"] => string(0) ""
      ["googleauthor"] => string(0) ""
    }
    ["custom_fields_shown"] => array(3) {
      [0] => string(7) "country"
      [1] => string(10) "googleplus"
      [2] => string(12) "googleauthor"
    }
    ["about"] => string(488) "At CanSpace Solutions, we have been providing enterprise-level hosting solutions since 1998. CanSpace.ca was spun off in 2007 to create a company catering specifically to Canadian businesses and government organizations. We service companies of all sizes - ranging from small sole proprietorship's to large multinational companies - with equal levels of dedication and support. We always value your business, and it is this philosophy that has kept us successful throughout our existence."
    ["custom_title"] => string(16) "CanSpace Support"
    ["signature"] => string(11) "CanSpace.ca"
    ["message_count"] => string(1) "0"
    ["like_count"] => string(1) "0"
    ["trophy_points"] => string(1) "0"
    ["style_id"] => string(1) "0"
    ["language_id"] => string(1) "1"
    ["timezone"] => string(13) "Europe/London"
    ["enable_rte"] => string(1) "1"
    ["content_show_signature"] => string(1) "1"
    ["visible"] => string(1) "1"
    ["show_dob_date"] => string(1) "1"
    ["show_dob_year"] => string(1) "1"
    ["allow_view_profile_enable"] => string(1) "1"
    ["allow_view_profile"] => string(7) "members"
    ["allow_post_profile_enable"] => string(1) "1"
    ["allow_post_profile"] => string(7) "members"
    ["allow_receive_news_feed_enable"] => string(1) "1"
    ["allow_receive_news_feed"] => string(8) "everyone"
    ["allow_send_personal_conversation_enable"] => string(1) "1"
    ["allow_send_personal_conversation"] => string(7) "members"
    ["allow_view_identities_enable"] => string(1) "1"
    ["allow_view_identities"] => string(7) "members"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(27) "/forums/admin.php?users/add"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Uninstalled the add-on so really no follow up is needed. Just thought I'd inform someone.

However, if you want more information or someone has a question, please quote me (don't just take me) and I should be able to reply when I'm able.

Oh and here is what it looked like in the AdminCP

Capture.webp
 
I'm torn on whether to use High or Medium for the StopForumSpam Heuristics.. I want to block registration if it matches either IP or email address, but not if its only the username.

If I put it to High (one match), it will block a match on any of the 3 (username, IP, email)... so I was thinking i'd put it to Med (2 matches), but then it would allow registrations for email or ip matches..

Is it possible to tell it to ignore username, but block on ip or email match? :)
 
Hello again,

I'm having issues creating a new account on my XenForo installation, both using the ACP and the new user dialogue.

I'm getting this error:
Code:
The following error occurred:

Undefined variable: user
XenForo_Application::handlePhpError() in EWRutiles/ControllerAdmin/UserXF.php at line 17
EWRutiles_ControllerAdmin_UserXF->actionSave() in XenForo/FrontController.php at line 313
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/ouabx10m/public_html/admin.php at line 13
 
Is there an easy way to disable the failed registration logs?

We get over 250,000 entries per month...
 
If you're having troubles with your users registering - it would seem that the fspamlist.com domain has expired, and that seems to lead to "Unable to read response, or response is empty" errors.

Just disable checking against fspamlist and everything should work again.
 
Attempted to run a manual cron (XenUtiles: Rebuild Sitemap) and this is the error I get

Server Error
Undefined index: service_movie

  1. XenForo_Application::handlePhpError() in EWRutiles/Model/Sitemap.php at line 222
  2. EWRutiles_Model_Sitemap->addVideo() in EWRutiles/Model/Sitemap.php at line 154
  3. EWRutiles_Model_Sitemap->buildMedia() in EWRutiles/Model/Sitemap.php at line 18
  4. EWRutiles_Model_Sitemap->buildIndex() in EWRutiles/CronEntry/Sitemap.php at line 7
  5. EWRutiles_CronEntry_Sitemap::build()
  6. call_user_func() in XenForo/Model/Cron.php at line 356
  7. XenForo_Model_Cron->runEntry() in XenForo/ControllerAdmin/Cron.php at line 204
  8. XenForo_ControllerAdmin_Cron->actionRun() in XenForo/FrontController.php at line 310
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  10. XenForo_FrontController->run() in /home2/vosgamin/public_html/community/admin.php at line 13

Can any one help figure out why? Thank you!

Edit:
If I go back into ACP Home > Options > [8wayRun.Com] XenUtiles (Tools) and deselect "Build Media" I am able to run the cron. However, it does not take me to a normal Cron Successful screen instead it takes me to an all blue page with the Xenforo logo at the top.

There seems to be a conflict with XenUtilities Sitemap Cron and [8wayRun.Com] XenMedio (Media) PRO 1.5.6.

There also seems to be a problem with the return page after runing a cron w/o Build Media Checked.

After Runing a XenUtilities Sitemap Cron

wrong.webp

After running a Xen Utilies Daily Clean Up Cron

normal.webp
 
Last edited:
I've recently set threads within a certain subset of forums to noindex. These same forums are part of my daily sitemap. Is it possible either in the current or future versions to prevent creating sitemap for a selected forum, say Off Topic?
 
8WR...

I have the new versions installed, however every so often i get this in the Server logs :

Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'database.EWRutiles_downvotes' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77

Looks like something somewhere is causing this... Any clues how to fix it??

Cheers
Paul
 
8WR...

I have the new versions installed, however every so often i get this in the Server logs :

Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'database.EWRutiles_downvotes' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77

Looks like something somewhere is causing this... Any clues how to fix it??

Cheers
Paul
Seems like a table (EWRutiles_downvotes) has been missing. You can try to check it in your xenforo database.
 
Problem is, this add-on has been removed a long time ago... so there should be no call to this table....

Anyone know any way to remove this please, since it keeps occurring daily in my server log fails..

Code:
Stack Trace

#0 /community/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('????DELETE FROM...')
#1 /community/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '????DELETE FROM...')
#2 /community/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('????DELETE FROM...')
#3 /community/library/EWRutiles/Model/DownVotes.php(178): Zend_Db_Adapter_Abstract->query('????DELETE FROM...', 1392785032)
#4 /community/library/EWRutiles/CronEntry/CleanUp.php(21): EWRutiles_Model_DownVotes->deleteVotes()
#5 [internal function]: EWRutiles_CronEntry_CleanUp::runDailyCleanUp(Array)
#6 /community/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#7 /community/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#8 /community/library/XenForo/Model/Deferred.php(252): XenForo_Deferred_Cron->execute(Array, Array, 9.99999403954, '')
#9 /community/library/XenForo/Model/Deferred.php(378): XenForo_Model_Deferred->runDeferred(Array, 9.99999403954, '', false)
#10 /community/library/XenForo/Model/Deferred.php(331): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#11 /community/deferred.php(23): XenForo_Model_Deferred->run(false)
#12 {main}

Request State

array(3) {
["url"] => string(49) "http://www.********.com/community/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(3) {
["_xfRequestUri"] => string(11) "/community/"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}

Cheers
Paul
 
Minor problem: Uninstalling XenUtiles did not get rid of the Cron entries, the background jobs were still running.

Not a big deal, I'll just double check this as I remove XenUtiles during my 1.3.x upgrades.

I do appreciate VERY MUCH having this addon available during the big spam infestation a couple years ago. It was quite a life-saver! :)
 
Problem is, this add-on has been removed a long time ago... so there should be no call to this table....

Anyone know any way to remove this please, since it keeps occurring daily in my server log fails..

My guess: Check the Cron table & disable or remove the two entries for XenUtils. :)
 
Top Bottom