Error Page for e107

Formally submitted my three-part fix for the error page distribution with e107. If you (1) setup the e107 error.php file as your ErrorDocument and (2) try to fetch a page NOT in your e107 installation root that causes an error, the display of the resulting error page is mangled because the server doesn’t know where… Continue reading Error Page for e107

TrackBack Ping for e107

Fixed the TrackBack ping function in e107. The plugin doesn’t create all the database fields, so manually add the field ‘trackback_blogname’ as the last field (I made it type VARCHAR(150)) in the ‘e107_trackback’ table of your database.