Recent content by Scott

  1. Scott

    Fixed Facebook users get logged off constantly

    The change to Facebook is going live again on Tuesday afternoon Pacific.
  2. Scott

    What Is You Experience With TinyMCE [XenForo's Editor]?

    There is a newer of tinymce, the current one bundled is 3.4.2. Last week 3.4.7 came out. Has anyone looked to see if the issues they're having are on http://www.tinymce.com/develop/changelog/index.php?type=tinymce and has anyone tried an upgrade?
  3. Scott

    Fixed Facebook icon /still/ causes mixed-content warning

    Can also use https://b.s-static.ak.facebook.com/images/connect_sprite.png
  4. Scott

    Pulling secondary group id's from database

    The reason is serialized data isn't always UTF-8. PHP can add null bytes in when you serialize an object in PHP 5.3+. Also when its in text form people get tempted to edit the structure directly and bad things (TM) happen. The solution is just to pull out the row and unserialize it in PHP.
  5. Scott

    Does Xenforo...work with unreleased PHP 5.5.0-dev?

    5.5 development hasn't actually started. What you have there is PHP trunk which is just 5.4 at the moment.
  6. Scott

    Fixed iOS 5 emoji causes 500 error

    mysql 5.5 has utf8mb4 now.
  7. Scott

    I've been there for 2 years almost :)

    I've been there for 2 years almost :)
  8. Scott

    California Case Update

    I'll be on the defendants it seems, I only read the IB one when I had posted.
  9. Scott

    California Case Update

    Woo, trip to LA :-)
  10. Scott

    Important Facebook Change

    SSL is only needed for canvas apps. Apps that are shown on facebook.com to users.
  11. Scott

    Facebook's new new new design

    The ticker updates instantly as things happen, it will surface more content for people. Especially those with larger friend sets and as music starts coming in for more people it will surface there more than news feed. For hiding friend stories from ticker, see...
  12. Scott

    Facebook's new new new design

    Ticker lists all updates by your friends, news feed on the other hand is really just listing people you interact with.
  13. Scott

    Fixed  ImageMagick Imagick PECL Extension / animated avatars not working

    Your imagemagick has no support for png or jpeg :) It's missing from the supported types.
  14. Scott

    MySQli?

    Did you mention to 1&1 this is a PHP module and its part of the Zend Framework that many modern web applications are built on? The front level tech support might be under the impression that this is a new version of MySQ and not just a PHP module.
  15. Scott

    Preinstalation problems

    You must have hand rolled PHP 5.3.8 which means you can't use yum to install the xml parts.
Top Bottom