Previous Topic

Next Topic

Book Contents

Book Index

Troubleshooting

Totally Non-Functional WordPress site:

Edit your wp-config.php file and add these lines, just before it says 'stop editing here':

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

This will create an error_log.txt file in your site's root directory.

See Also

WordPress Calendar Plugin

Installation

Add Event Form

WordPress Mini-Calendar and Simple List of Events Widgets

Detailed List of Events Shortcode and Widget

Responsive Month View Calendar

Events Filter for Calendar Short Code

Display Single Event

WordPress IFRAME Calendar Short Codes

Frequently Asked Questions About the WordPress Calendar Plugin

Short Code and Widget Reference