Search results for query: *

  1. C

    Question vB 3.8, vbSEO conversion to dbSEO

    Do you have a conversion feature to keep my existing URLs working?
  2. C

    Bug Quotes/Mention email notifications not working

    Alright, I found the flag and have modified the PHP. Thanks for pointing this out to me.
  3. C

    Bug Quotes/Mention email notifications not working

    OK I am testing this now. If true, I will need to modify that behavior. Hopefully I can find it in the PHP somewhere. I don't want people to email each other. What I do what is the mention mod to send the emails.
  4. C

    Bug Quotes/Mention email notifications not working

    Hmm, I just realized you might be talking about something else. So are you saying that "Receive email from other members" (general vB setting) is the issue here? That the mention mod uses this setting, instead of its own UserCP settings that say that everything is enabled?
  5. C

    Bug Quotes/Mention email notifications not working

    Screenshots from two users exhibiting the problem.
  6. C

    Bug Quotes/Mention email notifications not working

    That is definitely not the issue. The default is from all members for my forum, and that is verified as working fine.
  7. C

    Bug Quotes/Mention email notifications not working

    Hi, no the settings are correct. Multiple users confirm this. Also, it makes no sense for it to be this -- because like I said, when I (admin) mention or quote them it works. But when others do, it doesn't.
  8. C

    Bug Quotes/Mention email notifications not working

    Users report that quote/mention email notifications aren't working, unless I (admin) am the one that quotes or mentions them. If other users do, they get the UserCP notification but no email. Multiple users reporting the problem.
  9. C

    vbO 3.0 beta "fetch cache" broken

    Deceptor, I changed nginx back to ip_hash on the upstream app nodes and re-tested vbO. It now shows successful on the tests. I had been using ip_hash most of the time (forces same user to same app server) but had disabled it when I was doing some of my admin testing and editing because I...
  10. C

    vbO 3.0 beta "fetch cache" broken

    Hi, I wanted an opcode cache. Yes I know xcache is local only. I decided to use xcache for the datastore and vbo as well because it benchmarked better than using memcache, probably because of the round trip latency of going to another server even on an internal vlan. I received the error from...
  11. C

    Tagging 1.2.1, need to parse a bit smarter

    I won't be using the ; delimiter. Too many users don't understand it. I was very happy when you eliminated it, that is when I bought Pro. Are you saying you disagree that testing for a space or whitespace before the @ is a good idea? Perhaps I haven't thought it through. Maybe there is a...
  12. C

    Tagging 1.2.1, need to parse a bit smarter

    vb 3.8.5 db tagging 1.2.1 Problem: An email address or URL can screw up the user tagging. If there is a user called "microsoft", and someone puts support@microsoft.com (or a URL, if I recall) in the body, the parser tries to tag the username @microsoft. It needs to be just a bit smarter. It...
  13. C

    vbO 3.0 beta "fetch cache" broken

    Deceptor, I ended up reverting back to vbO 2.3.0 for the sake of sanity (see my last reply before this in a diff thread). This problem still exists on 2.3.0. I am back on xCache as it was the fastest in my testing. I would appreciate you making a stand-alone test script like discussed. In...
  14. C

    vBO 3.0 beta guest caching broken images

    Thanks. I had bitten off more than I could chew -- new cluster app servers, cluster db servers, cluster load balancing servers, CDN, vbo 3.0 beta, etc. I ended up reverting back to vbo 2.xx and the problem went away so I can't test out your question. Mike
  15. C

    vbO 3.0 beta "fetch cache" broken

    I know what the problem is. vbO is reporting fetch cache failure. As for why it is reporting this, that will be something the vbO team will need to help me figure out. As for the rest of your reply, you can take APC out of the equation as I said in post #1, the problem exists with memcache...
  16. C

    vbO 3.0 beta "fetch cache" broken

    That seems to be unrelated to my issue. But you should check your php-fpm log, or the nginx log if you have intercept errors on. I always have to remind myself to rtfl! ;) Mike
  17. C

    vbO 3.0 beta "fetch cache" broken

    BTW, I have no problem waiting a day or two for Deceptor, I understand he is moving and it's not like my forum is offline or something. I just want get to the bottom of this, even though I think it is working correctly already. I thought it might help the vbO team as well since so many others...
  18. C

    vbO 3.0 beta "fetch cache" broken

    Yes I know, this is why I went with 5.3.3 on this install, to get the benefit of that instead of using the patch on 5.3.2 like I was prior. I don't have this problem (gateway error). But if APC and memcache work on your server with vbO disabled, and don't work with vbO enabled, the problem...
  19. C

    vbO 3.0 beta "fetch cache" broken

    On the vb.org thread, there are a lot of people with same issue, that is why I said it is a known issue. On this post: http://www.vbulletin.org/forum/showpost.php?p=2055169&postcount=194 Deceptor said: But the issue is not XCache, as I have duplicated it with memcache and APC in addition to...
  20. C

    vbO 3.0 beta "fetch cache" broken

    Yeah, it worked fine for me before too, but that was on a different machine, I've recently switched hardware. But, as far as I know, I've done nothing special. Just a regular source install of php 5.3.3 with php-fpm, regular pecl install of memcache/apc, regular source install of xcache, all...
Back
Top