Topic on Project:Support desk

What am I missing on my install?? Navigation bar, side menu are not being rendered.

5
Meisterluv (talkcontribs)

Thank you for helping me on my intranet issue on windows server 2012r2. I am currently working through the configurations now and when I initially installed media wiki the UI looked a lot different from what I have seen from all the guides that I have been following. It looks like the navigation bars and etc. are not being generated http://imgur.com/3BuEzCy. PHP (7.0) and mySQL have been installed but I am not sure they are the cause of this issue.

Update: console error

Internal error Internal error Problematic modules: {"startup":"error"}

load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector()

I see that many have experienced this issue. Pointers always helpful.

87.123.38.66 (talkcontribs)

Does the error message become more descriptive, when you change the debug=false to debug=true?

Like load.php?debug=true&lang=en&modules=startup&only=scripts&skin=vector

Meisterluv (talkcontribs)

Just so I know I am doing it right: I entered localhost/load.php?debug=true&lang=en&modules=startup&only=scripts&skin=vector%28%29

in the browser and got the following (doesn't look like anything changed)

/* Internal error Internal error Problematic modules: {"startup":"error"} */ if (window.console && console.error) {console.error("Internal error\n\nInternal error\n\nProblematic modules: {\"startup\":\"error\"}");} 

I have also gone through the Manual:Load.php steps and have not been able to get the styles to kick in. Again double checking I made the recommended edits to the /img/.htaccess file since that was the only file that had any code in it

Accessing load.php via browser on the server that is hosting media wiki shows the following:

checkUrlExtension() ) { return; } // Respond to resource loading request. // foo()->bar() syntax is not supported in PHP4, and this file needs to *parse* in PHP4. $configFactory = ConfigFactory::getDefaultInstance(); $resourceLoader = new ResourceLoader( $configFactory->makeConfig( 'main' ), LoggerFactory::getInstance( 'resourceloader' ) ); $resourceLoader->respond( new ResourceLoaderContext( $resourceLoader, $wgRequest ) ); Profiler::instance()->setTemplated( true ); $mediawiki = new MediaWiki(); $mediawiki->doPostOutputShutdown( 'fast' );

This doesn't seem to coincide with what is expected from the guide Manual:Errors and symptoms

Ciencia Al Poder (talkcontribs)
Ciencia Al Poder (talkcontribs)

I've also described this on Manual:Errors and symptoms now

Reply to "What am I missing on my install?? Navigation bar, side menu are not being rendered."