Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Nothing serious – I just remember the installation being unessesarily complex and that I could probably build my own solution faster. Knowing me I probably gave up before it was completely working.

    *shrug*

    –Steve

    It looks like he’s using Sendcard, an open sourced PHP e-card sending program. I’ve used this program a long time ago and had some problems with it. It’s proabbly a lot more mature now though!

    –Steve

    Forum: Plugins
    In reply to: WP-ShortStat Release

    Upon investigation, it looks like the two are indeed tripping over each other. The Google Sitemaps includes admin_functions.php because it needs the get_home_path() function provided in it, but the WP-ShortStat plugin specifically will not log the hit if admin_functions.php is loaded to avoid logging the admin pages (makes sense, I guess).

    Since it seems that I would never be publishing, editing or deleting a post without being in the admin interface, I think it’s safe to disable the inclusion in the Google Sitemaps plugin.

    To do that, open Google Sitemaps 2.7 sitemap.php file and scroll down to line 159. Change it from:

    require_once(ABSPATH . 'wp-admin/admin-functions.php');

    to

    // require_once(ABSPATH . 'wp-admin/admin-functions.php');

    save it and re-upload it.

    So far so good on my site ??

    –Steve

Viewing 3 replies - 1 through 3 (of 3 total)