The Designspace http://thedesignspace.net/ My daily explorations, troubleshooting, solutions and discoveries. en-us ellen@thedesignspace.net Sat, 14 Sep 2013 12:40:47 -0500 iPhone Google Maps stops talking: no voice on turn by turn directions http://thedesignspace.net/MT2archives/001051.html I sometimes use Google Maps on the iPhone as my GPS when traveling, so it was very inconvenient a few days ago when it stopped talking, right when I needed it. Once I got home, I spent some time searching for fixes, but most answers had to do with bluetooth issues, which was not the problem. Turns out the solution... Movable Type: How to emulate an MTEntryIfNotExtended tag http://thedesignspace.net/MT2archives/001040.html Movable Type: Publish error in Master Archive Index: http://thedesignspace.net/MT2archives/001039.html Drupal 7: It is recommended to install the PECL uploadprogress library http://thedesignspace.net/MT2archives/001037.html When installing Plupload module to work with Media module on a Hostgator site, I got the error: Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the PECL uploadprogress library (preferred) or to install APC. Looking at the suggested library (pecl.php.net) it was a shell script that pretty... Wordpress: SimpleLDAP plugin updated to work with v3.5 http://thedesignspace.net/MT2archives/001035.html The SimpleLDAP plugin by Cliff Griffin is exactly what I needed for a proof-of-concept WordPress site I'm working on, but it hasn't been officially updated in a while and was not entirely compatible with WordPress v.3.5. I've updated the plugin to eliminate the errors I was getting, and it now works fine on my site, but it could probably use... Drupal 7: CTools module error: Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: http://thedesignspace.net/MT2archives/001034.html When I re-installed CTools (Chaos Tools Suite) during a Drupal 7 upgrade, it resulted in this error: Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '29' According to this post, it may have something to do withinsufficient memory allocation to PHP preventing hook_install from running when the module tries to load. Since I had just increased the memory in... Drupal 7: Fatal error: Allowed memory size of 52428800 bytes exhausted http://thedesignspace.net/MT2archives/001033.html Working with Drupal 7, you may get an error like the one below. (The actual number may be different.) Fatal error: Allowed memory size of 52428800 bytes exhausted If you don't have one already, add a text file called "php.ini" to the root directory of the Drupal 7 site, and add a line like: memory_limit = 96M or memory_limit =... Safari Error: "The website requires a client certificate" http://thedesignspace.net/MT2archives/001022.html While experimenting with LDAP connections in Safari, errors like this one started popping up: "The website _____ requires a client certificate" A dialog would open, listing some old MobileMe certificates. Apparently if any old, expired or corrupt MobileMe certificates are still lodged in the Keychain, you may get this error sometimes. MobileMe has been disabled and signed out on my... Wordpress: Notice: has_cap was called with an argument that is deprecated since version 2.0! http://thedesignspace.net/MT2archives/001021.html I've been experimenting with LDAP and Cosign login plugins for WordPress. Most of them are out of date and are more or less incompatible with WordPress v.3.5. Usually the first error that comes up is Notice: has_cap was called with an argument that is deprecated since version 2.0! All this means is that instead of using the numerical role identifier... Mac: The document "filename.pdf" could not be exported as filename.pdf http://thedesignspace.net/MT2archives/001018.html Firefox not displaying XML file as a tree http://thedesignspace.net/MT2archives/001013.html I usually troubleshoot XML files by simply dragging them into a Firefox browser window. Unlike other text files, Firefox displays XML in a handy tree format, as show below.... Word 2007, 2008: "Insert Section Break" commands grayed out after Endnotes http://thedesignspace.net/MT2archives/001007.html If you are having trouble inserting a page or section break at the end of a Word document with Endnotes, you have two choices. You could either insert the new section BEFORE the Endnotes area, or change the Endnotes settings to display Endnotes at the end of each section . Word considers the end of the document to be the one... IIS not recognizing .aspx extension (404 error) http://thedesignspace.net/MT2archives/000999.html While trying to install a .NET application on a Windows Server 2003 box, I ran into a problem where the .aspx extension was not being recognized. Browsing .NET pages resulted in 404 ("page not found") errors. Since the same set of application files had been installed on several other servers without incident, it seemed likely that there was something different... .NET Error: httpRuntime requestValidationMode="2.0" http://thedesignspace.net/MT2archives/000988.html How to delete a few Time Machine backups, safely http://thedesignspace.net/MT2archives/000976.html Sometimes for whatever reason, Time Machine doesn't auto-delete backups to make space for new ones. If you have this problem you might try getting it going again by manually deleting one or two of the oldest ones. Here's how to safely do this, using the Time Machine interface. Enter Time Machine and select the backup you want to delete....