Wordpress

WordPress Wiki Error: Warning: Invalid argument Supplied For Foreach() In

Posted by on November 21, 2010 at 10:26 pm

This is an error that is being displayed on the front end of WordPress Wiki. Example: How I fixed this was I went into the class_WikiParser.php file and I commented out the ForEach statement found on line 271 through 273. My new line 271 through 273 looks like this: // foreach ($this->emphasis as $amount=>$state) { [...]

Minify for WordPress – WP Minify Issue

Posted by on August 15, 2010 at 7:09 pm

I really loved this plugin at first but have realized that it was causing problems with my website.  Once I de-activated the plugin my website started working properly again.  If you are going to use the WP Minify plugin, just make sure that it is friendly with all of your other plugins and your template. [...]