The Panbo Forum

Return to Panbo Forum main page »

SVPenguin

The search boxes on the forum page don't work for me...

Vote 0 Votes

Hey Ben,

Neither the Blog Search nor the Forum Search work for me.

On the blog home page the blog search works but on the forum page from either search box I get:

#!/usr/bin/perl -w

# Movable Type (r) (C) 2001-2008 Six Apart, Ltd. All Rights Reserved.
# This code cannot be redistributed without permission from www.sixapart.com.
# For more information, consult your Movable Type license.
#
# $Id: mt-search.cgi 1493 2008-03-07 11:32:52Z fumiakiy $

use strict;
use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
use MT::Bootstrap App => 'MT::App::Search';


Thought you should know....

2 Replies

  • Well, that's ugly! But the good news is that Panbo is moving to a new server and upgraded blogging software in one week. Also included in the plan is a consultant who specializes in Movable Type. I'm hopeful for fixes to problems like this, and also for many improvements to the site.

  • Glad you wrote, I thought this was only happening to me.

    Although, the error I see is different:
    #!/usr/bin/perl -w

    # Movable Type (r) (C) 2001-2008 Six Apart, Ltd. All Rights Reserved.
    # This code cannot be redistributed without permission from www.sixapart.com.
    # For more information, consult your Movable Type license.
    #
    # $Id: mt-search.cgi 1493 2008-03-07 11:32:52Z fumiakiy $

    use strict;
    use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib';
    use MT::Bootstrap App => 'MT::App::Search';