Disable in the gallery options -> slideshow “Try XHTML validation”
Archive for the ‘Weird Errors’ Category
The Flash Player and a browser with Javascript support are needed.. (NextGen plugin)
Posted in Weird Errors on July 5, 2008 | Leave a Comment »
warning: Cannot modify header information – headers already sent by (output started at … ) – PHP
Posted in Weird Errors on July 5, 2008 | Leave a Comment »
Go to the line where it is failing and make sure that there is no “white space or new line” after the last statement.
/usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError)
Posted in Weird Errors on March 27, 2008 | Leave a Comment »
You can fix this by editing the file /usr/bin/gem and add the line require ‘rubygems/gem_runner’ after require ‘rubygems’ It should be like, require ‘rubygems’ require ‘rubygems/gem_runner’ and so on
launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/LaunchDaemons/org.apache.httpd.plist) failed: -10
Posted in Weird Errors on March 17, 2008 | 5 Comments »
If you get the following error while starting/restarting apache, launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/LaunchDaemons/org.apache.httpd.plist) failed: -10 Make sure you are running the command with super user privilege Example: sudo /usr/sbin/apachectl start