Recent content by ctrlbrk

  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...
Back
Top