Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to create Footer #84

Open
je-ta opened this issue Oct 3, 2017 · 4 comments
Open

I want to create Footer #84

je-ta opened this issue Oct 3, 2017 · 4 comments

Comments

@je-ta
Copy link

je-ta commented Oct 3, 2017

I can not create a footer.
I create 「Bootstrap:Footer」page but I get an error.
It is in the log.

Stack trace:
#0 /Applications/MAMP/htdocs/mediawiki/skins/bootstrap-mediawiki/BootstrapMediaWiki.skin.php(244): BootstrapMediaWikiTemplate->includePage('Bootstrap:Foote...')
#1 /Applications/MAMP/htdocs/mediawiki/includes/skins/SkinTemplate.php(251): BootstrapMediaWikiTemplate->execute()
#2 /Applications/MAMP/htdocs/mediawiki/includes/OutputPage.php(2441): SkinTemplate->outputPage()
#3 /Applications/MAMP/htdocs/mediawiki/includes/exception/MWExceptionRenderer.php(186): OutputPage->output()
#4 /Applications/MAMP/htdocs/mediawiki/includes/exception/MWExceptionRenderer.php(55): MWExceptionRenderer::reportHTML(Object(Error))
#5 /Applications/MAMP/htdocs/mediawiki/includes/exception/MWExceptionHandler.php(75): MWExceptionRenderer::output(Object(Error), 2)
#6 /Applications/MAMP/htdocs/mediawiki/includes/exception/MWExceptionHandler.php(130): MWExceptionHandl in /Applications/MAMP/htdocs/mediawiki/skins/bootstrap-mediawiki/BootstrapMediaWiki.skin.php on line 482

The content of the footer is the same as the sample.

<div class="row">
	<div class="col-md-6">
		=== Stuff ===
		* [[Link to some place]]
		* [[Another link]]
	</div>
	<div class="col-md-6">
		=== More Stuff ===
		* [http://external.resource.org Go here]
	</div>
</div>

「Bootstrap:Subnav」 is also an error.
help me Please.

@ghost
Copy link

ghost commented Nov 6, 2017

Also get an error..

[7a4f218c79d0638255a57868] /wiki/index.php/Bootstrap:Footer Error from line 482 of /var/www/html/wiki/skins/bootstrap-mediawiki/BootstrapMediaWiki.skin.php: Call to undefined method Article::getRawText()

Backtrace:

#0 /var/www/html/wiki/skins/bootstrap-mediawiki/BootstrapMediaWiki.skin.php(244): BootstrapMediaWikiTemplate->includePage(string)
#1 /var/www/html/wiki/includes/skins/SkinTemplate.php(251): BootstrapMediaWikiTemplate->execute()
#2 /var/www/html/wiki/includes/OutputPage.php(2441): SkinTemplate->outputPage()
#3 /var/www/html/wiki/includes/MediaWiki.php(869): OutputPage->output(boolean)
#4 /var/www/html/wiki/includes/MediaWiki.php(881): MediaWiki->{closure}()
#5 /var/www/html/wiki/includes/MediaWiki.php(523): MediaWiki->main()
#6 /var/www/html/wiki/index.php(43): MediaWiki->run()
#7 {main}

@Blutsh
Copy link

Blutsh commented Dec 16, 2017

Exactly the same for me....

same line error in the same file

@hspencer
Copy link

Yep. The same persistent problem over here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@hspencer @je-ta @Blutsh and others