• WordPress MySQL permissions when creating a new site in Multisite

    Best practice for WordPress MySQL permissions says to limit the database user WordPress uses to connect to the database to have only SELECT, INSERT, UPDATE, and DELETE privileges. Some also argue that CREATE, ALTER, DROP, and INDEX are needed to allow for updates to WordPress and/or plugins, as well as for uninstalls of plugins to…

  • “Timestamp out of bounds” error – Muffin Twitter Widget

    I was pushing my latest client project live today and ran into an “Timestamp out of bounds” error with the Muffin Twitter Widget. After much research, I stumbled across a fix at http://babuskov.tumblr.com/post/19779184235/twitter-timestamp-out-of-bounds-solved. Since the site is hosted in the Mountain Time Zone (-7 hours from UTC), in the \wp-content\themes\bretheon\functions\plugins\twitteroauth.php file, on line 485-490, I…