Recent content by Alan Hollis

  1. Alan Hollis

    Fixed Unchecking "Check spammer's IPs" forces page refresh

    I was wondering I could catch an event and force a reload via JavaScript?
  2. Alan Hollis

    Fixed Unchecking "Check spammer's IPs" forces page refresh

    Is there anyway to get the refresh back? In our use case this actually takes more time. We have a pretty busy forum which gets a lot of spam in the moderation queue and without knowing what the latest state is it's difficult to track what we've already cleaned and what we haven't. Thanks Alan
  3. Alan Hollis

    Tapatalk Forum App for xenForo - iOS / Android / Windows Phone Mobile App [Deleted]

    Hi guys, Is there anywhere to submit patches? mobiquo.php could do with a if (isset($_REQUEST['method_name'])) { //blala $_POST / $_GET checks } At the moment our logs are filled with 2015/03/19 11:12:47 [error] 9354#0: *93687 FastCGI sent in stderr: "PHP message: PHP Notice...
  4. Alan Hollis

    XF 1.4 Server error - Unable to post

    Do guys have any idea what causes this? I run into this on our staging environment quite a bit, and it always worries me. Touch wood as yet it's not happened on live, but I'm struggling to do anything which can constantly reproduce the table crashing. I'll keep searching :)
  5. Alan Hollis

    Duplicate array_fill(): Number of elements must be positive

    Hi guys, One of our users got stuck unable to post a thread to a particular problem. Server error logs show: #0 [internal function]: XenForo_Application::handlePhpError(2, 'array_fill(): N...', '/srv/www/sites/...', 553, Array) #1...
  6. Alan Hollis

    Not a bug Slow query takes down forum

    Thank you Mike! Very much appreciated. We'll upgrade :)
  7. Alan Hollis

    Not a bug Slow query takes down forum

    Awesome thanks Mike :) Perfect :) vagrant@web1:/srv/www/sites/public$ grep -R "LEFT OUTER JOIN" * library/Zend/Db/Adapter/Pdo/Pgsql.php: LEFT OUTER JOIN pg_constraint AS co ON (co.conrelid = c.oid library/Zend/Db/Adapter/Pdo/Pgsql.php: LEFT OUTER JOIN pg_attrdef AS...
  8. Alan Hollis

    Not a bug Slow query takes down forum

    How would an addon get involved with this part of the code? The two files are XenForo/Model.php and Xenforo/Post.php, and I can't see any hooks within the methods that are involved in building that query. I could of course be being blind... Hopefully that reads the right way, difficult to get...
  9. Alan Hollis

    Not a bug Slow query takes down forum

    Hi guys, We got hit with this query yesterday, which took down our forum for a bit... # Query_time: 360.187542  Lock_time: 0.000075  Rows_sent: 4  Rows_examined: 90466 # Full_scan: No  Full_join: Yes  Tmp_table: Yes  Tmp_table_on_disk: Yes # Filesort: Yes  Filesort_on_disk: No  Merge_passes...
  10. Alan Hollis

    [bd] Attachment Store [Deleted]

    Thanks Xfrocks :) Can you please clarify what you mean by "sometimes" does not store the id? Thank you, Alan
  11. Alan Hollis

    [bd] Attachment Store [Deleted]

    Hi Xfrocks: Could you please clarify a few things for me:) 1) Enforce Attachment Permission with S3 If using "just" S3 without cloud-front what does this mean? Experimenting I seem to get the redirected to urls like http://s3.amazonaws.com/2014/11/78525_e05f46df57e4b21b07bf1e12305abb89.png is...
Top Bottom