Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Exhibit 10d woes in WP1.5

    I was having problems with the exhibit plugin. Mostly because my server has:

    [SCRIPT_NAME] => /cgi-system/php.cgi

    which doesn’t work for when it is trying to determine the post.php. I changed it those to the variable mentioned above, which uses:

    [SCRIPT_URL] => /wp-admin/post.php

    and now with $_SERVER[‘SCRIPT_URL’] everything now works! woohoo!

Viewing 1 replies (of 1 total)