Recent content by Ocean44

  1. Ocean44

    xenBlock

    I just ungraded xenBlock and now have Audentio content in my site's footer. How do I correct that?
  2. Ocean44

    change owner of image / media

    To change the owner of an image, I went into the 'xengallery_media' table and changed the 'user_id' and 'username' fields. It seems to have worked. Will doing it that way cause any issues?
  3. Ocean44

    xenBlock

    I've just updated the UI.X addon and Xenblock. Now I don't see the AD Styler even if the "Enable AD Styler" box is checked. The user group permissions are set to 'Allow'. Anything else I can check? Also what is the stuff in the folder \Upload\styles\xenblock\nflj ?
  4. Ocean44

    Bouncing Emails / Scrub Email List - My Plan For Bounced Bounces

    @ProCom - Thanks for the detailed write-up! I would like to follow your guide to clean my emails - would you still do it this way a year later? Once you have your queries like: UPDATE `xf_user` SET user_state='email_bounce' WHERE `email` = 'emailaddress@yahoo.com'; I'm assuming you execute...
  5. Ocean44

    Email Queuing Enhancements

    Thanks for the guidance. (y)
  6. Ocean44

    Email Queuing Enhancements

    Do you have any recommendations or guidelines for the settings?
  7. Ocean44

    Subdomain / Redirect question

    I figured out a way to do this with rewrites in htaccess and fixing a misconfiguration with the subdomain. I wasn't trying to set up something new, only trying to direct traffic coming into the old gallery.domain.com subdomain to the current gallery location.
  8. Ocean44

    Subdomain / Redirect question

    I would like my Gallery to be accessible at gallery.domain.com because my old gallery on vB was at that subdomain and there are still incoming links pointed there. My gallery is now at forums.domain.com/gallery/ since I have a route filter changing /xengallery to /gallery So what I need is for...
  9. Ocean44

    XCache errors and troubles

    As was suggested here and by my host, we got rid of XCache and went with memcache and Zend Opcache. There are no errors and all seems good. Thanks to you all for the help.
  10. Ocean44

    XCache errors and troubles

    That page on my XCache panel has no data, just the headings. all xcache from php.ini extension="xcache.so" xcache.admin.enable_auth="Off" xcache.admin.pass="" xcache.admin.user="" xcache.cacher="On" xcache.coredump_directory="" xcache.count="8" xcache.coveragedump_directory=""...
  11. Ocean44

    XCache errors and troubles

    That is what I figured. I was hoping the problem might ring a bell with someone here. The host tells me XCache is enabled(see the screenshot). I'm not a server admin, just an XF user hoping to run it the speedily. ;) No XenCache only these Add Skimlinks Code 1.4.0 ******* - Auto Link Replacer...
  12. Ocean44

    XCache errors and troubles

    PHP Version 5.4.32 Actually I didn't know I was using Xcache with Xenforo until it started showing 5000 server errors per day. Which happened after my host changed xcache.size from 64M to 160M . That seemed to fix a problem where XF could not finish generating sitemaps. (I have a thread here...
  13. Ocean44

    XCache errors and troubles

    I don't see anything related in CPanel > Error Log Should I be looking somewhere else?
  14. Ocean44

    XCache errors and troubles

    I've read that here, but why does the setting in config.php change the problem from server log error to white screen? I'm using LiteSpeed which has been restarted. Not sure about how to restart PHP. I'll go try to find an error log.
  15. Ocean44

    XCache errors and troubles

    I'm trying to use XCache with my forums. The host says it is present and enabled and I can see it in phpinfo. When xcache is not in my enabled in my config file I'm getting several of these errors per minute in the server error log ErrorException: Fatal Error: XCache: Cannot init - Unknown:0...
Top Bottom