Hello Everyone,

I have verified that I have followed the installation instructions for Wibbit 
on the wiki page multiple times. I still do not get my exhibit (which is just 
the movies example in the wibbit wiki page).

The details are below. I hope the developers can offer some advise.

If you look at the attached index.html file (the source of my wiki page with 
the exhibit), then it is clear that the 
script information (see below) mentioned in the Troubleshooting section of the 
Wibbit install page is *not* present.

------------------Script Information that should be present in Wiki 
Source----------------------
 <script type="text/javascript"
   
src="http://simile.mit.edu/repository/exhibit/branches/2.0/src/webapp/api/exhibit-api.js?autoCreate=false";>
   </script>
 <script>SimileAjax.History.enabled = false;</script>
 <script type="text/javascript"
   src="/[mediawikiname]/extensions/ 
ExhibitExtension/scripts/Exhibit_Create.js">
   </script>
------------------------------------------------------------------------------------------------------------------------

My version of mediawiki and PHP *as well as* the OutputPage.php file seems to 
be correct (see information below).

So I poked around in the Exhibit_Main.php file. The script-lines mentioned 
above do not appear in index.html file attached, however the contents of 
TOOLBARSCRIPT in Exhibit_Main.php *does* appear in the index.html file. This 
seems to imply that for some reason either $wgExhibitHeaderAdded is true or 
$exhibitEnabled is *not true*. I do not know php, but it seems to me that 
somehow $wgExhibitHeaderAdded gets set to true (especially see the comments in 
the code). Is this the explanation?

I also do not get any of the new table editor buttons after making the 
requisite changes mentioned in the install wiki page.

Can anyone please help? 

More pertinent details perhaps: 

1) The wiki page can only be seen after you have logged into the mediawiki.
2) The only other extension I have installed is BreadCrumbs2.

Thank you so much for any help and advise.

--------------MediaWiki Version 
Information----------------------------------------------------------------------------------

MediaWiki: 1.11.1 PHP: 5.2.5 (cgi) MySQL: 4.1.22-standard-log 
------------------------------------------------------------------------------------------------------------------------------------------------

--------------------OutputPage.php----------------------------------------------------------------------------------------------------

        $wgRequest->response()->header( "Content-type: $wgMimeType; 
charset={$wgOutputEncoding}" );
        $wgRequest->response()->header( 'Content-language: 
'.$wgContLanguageCode );

        if ($this->mArticleBodyOnly) {
            $this->out($this->mBodytext);
        } else {
            wfProfileIn( 'Output-skin' );
            wfExhibitAddHTMLHeader( $this ); # Added by Ajay for Exhibit 
extension.
                        $sk->outputPage( $this );
            wfProfileOut( 'Output-skin' );
        }
---------------------------------------------------------------------------------------------------------------------------------------------






      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
Title: The Middle School Book. - Knowledgeroots.org

The Middle School Book.

From Knowledgeroots.org

The Middle School Book.
Jump to: navigation, search

[edit] This is a test for Using Exhibit

		


Name Birth Year Birth Place Movies
Arnold Schwarzenegger 1940 Austria True Lies; Total Recall; Terminator; Kindergarten Cop
Keira Knightley 1985 England Pirates of the Caribbean; Love Actually
Jackie Chan 1954 Hong Kong Rush Hour; Shanghai Noon
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to