Frumph.NET

I'm in your site, touching your stuff.
RSS
  • Home
  • Downloads
  • FAQs
  • Hire Me
    • Portfolio
  • Chat
  • Blog
  • Shop
  • Archive
    • By Year
    • Calendar
  • Plugins
Anomaly WebComic Follow me on Twitter

Hosted Site List

  • Frumph.NET
  • ComicPress Sandy
  • Anomaly
  • Test Designs
  • ComicPress ForeBoding
  • ComicPress BlueOcean
  • ComicPress Spacecase
  • ComicPress Boxed
  • ComicPress Silver

Associate Sites

  • ComicPress
  • WebComic Planet

Comics I Read

  • Girl Genius
  • Yet Another Fantasy Gamer Comic

Latest Comics

  • Guest Strip Rob Lopez
  • .Rascal 3
  • .Rascal 2
  • .Rascal 1
ninja

ComicPress 2.9 upgrades.

by Phil (Frumph) on February 11th, 2010
Posted In: Wordpress

ComicPress 2.9 upgrades are available from me, for $25.00, taking your current design and implementing it into 2.9. This offer does not include people who have custom site work done by Tyler Martin, discuss upgrades with him.

What you get for the $25? You get your own child theme made out of your current site design so that the original ComicPress can be upgraded at anytime and your site will retain all of it’s current look and feel in the child theme.

There are limited # of people that I can work on each day so make sure that you contact me at philip@frumph.net right away if you’re interested in an upgrade.

If you’re interested in more work done then a basic upgrade you can look at my Hire Me page for rates.
- Phil (Frumph)

└ Tags: ComicPress 2.9, Upgrade
”Comment

How to setup a PHP Error log for WordPress

by Phil (Frumph) on February 6th, 2010
Posted In: Wordpress

There are a few hosts that do not give you an easy ability to see php errors that might happen. The first step is to edit your wp-config.php in your installation root directory.

Add these lines:

// Tell wordpress to enable error reporting
define('WP_DEBUG', 1);
// Do *not* display errors to the screen
define('WP_DEBUG_DISPLAY', 0);
// Tell wordpress to create a log file
define('WP_DEBUG_LOG', 1);
// Tell wordpress we don't want the extra info
define('E_DEPRECATED', 1);

Next step is to tell WordPress to ‘avoid’ giving you all the damn notices you might be getting. Edit the wp-settings.php file that is in the root of the wordpress installation.

Search for:

	if ( defined('E_DEPRECATED') )
		error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT);

and replace the error_reporting line with this:

		error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);

This will tell the debug.log to not record anything that’s deprecated strict or notices.

Once you do this, if any errors occur you will find in the wp-content directory a file called debug.log, then you can look at that log for what the error is and fix it. (or tell someone who can fix it).

/wp-content/debug.log

- Phil (Frumph)

└ Tags: Error Log, How-To
9Comment

ComicPress 2.9 Changelog & Features

by Phil (Frumph) on January 1st, 2010
Posted In: News

Originally ComicPress 2.9 was going to be 2.8.1 but wierdly enough I decided to throw a whole bunch of new features and code cleanup that warranted a serious revision adjustment.

At the end of Nov. 2009 Danny Burleson joined us in helping with revamps of various config sections.  Welcome Danny!  We’ll get you up to speed with adding features in no time.
↓ Read the rest of this entry…

└ Tags: Changelog, ComicPress 2.9, Features
”Comment
  • Page 2 of 12
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • Last »
March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031  

Latest Comic

Guest Strip Rob Lopez

Categories

  • BookOfPhilip (1)
  • ComicPress Child Themes (3)
  • FAQ (6)
  • News (2)
  • Random Thoughts (2)
  • Uncategorized (1)
  • WebComic (4)
    • Rascal (4)
  • WebComic Planet (1)
  • Wordpress (19)

0 Users Online Chatting

  • No one

Latest Chatter

  • SLUG: damnit
  • test: dfdsfdfsfd
  • animal: :roll:
  • animal: hello!!!

© 2009-2010 Philip M. Hofer (Frumph)
Controlling the world with WordPress with ComicPress |Subscribe: RSS

63 queries. 0.541 seconds.