Recent content by tyteen4a03

  1. T

    Bug Banned user keeps getting Welcome credit

    Darkwaltz4 No we're not using promotions, and the bans were permanent.
  2. T

    Bug Weird error in admin panel

    I'm surprised they haven't fixed this yet... To fix, use Notepad++'s find and replace all in folder function, change error_reporting(E_ALL & ~E_NOTICE); to error_reporting(E_ALL & ~E_NOTICE & ~8192); These errors come from vBulletin.
  3. T

    Bug Banned user keeps getting Welcome credit

    Darkwaltz4 Both were done.
  4. T

    Bug 3.0.1 broke vbshop.php

    The following error is shown: Warning: require_once(../dbtech/vbshop/includes/specialtemplates.php) [function.require-once]: failed to open stream: No such file or directory in PATH/vbshop.php on line 29 Fatal error: require_once() [function.require]: Failed opening required...
  5. T

    Bug vb_optimise::$isPro is missing

    I was looking through the code when I found that $isPro is missing from class_vboptimise. (To users: this bug means DBTech will not be able to verify your installation) Here's a quick fix for users: /dbtech/vboptimise/includes/class_vboptimise.php Find: (L84) private static $guestcache =...
  6. T

    Bug Fatal Error when saving tags

    I forgot how to get the error message at that time, it was an AJAX page.
  7. T

    Bug Banned user keeps getting Welcome credit

    Might tag again: Darkwaltz4 Fillip H.
  8. T

    Bug Fatal Error when saving tags

    Fatal error: Call to a member function filter_tag_list_content_limits() on a non-object in /home/???/public_html/forums/dbtech/credits/credits_vbulletin.php on line 705
  9. T

    Bug Fatal Error when saving tags

    The bug is not fixed, however I cannot identify that if the error is the same one.
  10. T

    Bug Fatal Error when saving tags

    Didn't fix it. I can't seem to reach the error now. Also, is it possible to post hotfixes here too?
  11. T

    Bug Fatal Error when saving tags

    Hi, when I try to save a tag on a thread a fatal error occurs: Fatal error: Call to a member function filter_tag_list_content_limits() on a non-object in /home/???/public_html/forums/dbtech/credits/credits_vbulletin.php on line 705
  12. T

    Bug Banned user keeps getting Welcome credit

    The banned users are now excluded from getting any credits at all and it seemed to fix the problem. However, it's now giving our admin Welcome credit every hour. Darkwaltz4
  13. T

    Bug Banned user keeps getting Welcome credit

    I've just noticed that banned users are getting Welcome credit every hour, though the user did not join any usergroups. Is there a way to fix it?
  14. T

    Bug Shop Beneficiary query bug

    When creating a shop, if you set the Shop Beneficiary to -1 (which is the default value), vBShop will show a message No User Matched Your Query.
  15. T

    Bug Cannot adjust users with space in their name

    I think Darkwaltz4 disappeared...
Back
Top