tabs missing in 1.8

tabs missing in 1.8

by Keijo Sipilä -
Number of replies: 4

The tabs went missing after upgrading from 1.7. to 1.8.3. Hopefully the attached picture shows the problem, namelly that the tabs are gone and instead showing as a bulleted list in the beginning of page. I tried to use a couple of other themes like standard theme, but that didn't fix it. What could be wrong? This is the html-code from that part:

<div id="content">
<table id="layout-table"><tr><td id="middle-column">

<div class="tabtree">
<ul class="tabrow0">
<li class="first onerow here selected"><a href="#" title="Tietoa"><span>Tietoa</span></a><div class="tabrow1 empty">&nbsp;</div>
 </li>
<li><a href="http://verkkokoulu.lieto.fi/mod/quiz/report.php?q=110" title="Tulokset"><span>Tulokset</span></a> </li>
<li><a href="http://verkkokoulu.lieto.fi/mod/quiz/attempt.php?q=110" title="Esikatselu"><span>Esikatselu</span></a> </li>

<li class="last"><a href="http://verkkokoulu.lieto.fi/mod/quiz/edit.php?quizid=110" title="Muokkaa "><span>Muokkaa </span></a> </li>
</ul>
</div><div class="clearer"> </div>

Attachment Image1.jpg
Average of ratings: -
In reply to Keijo Sipilä

Re: tabs missing in 1.8

by Samuli Karevaara -
It could just be a case of a cached CSS from the earlier Moodle still sitting on the browser. Try Ctrl+F5 (forced refresh) on the page.
In reply to Samuli Karevaara

Vast: Re: tabs missing in 1.8

by Keijo Sipilä -
I'm afraid that's not the case. And we found out that we have the same issue in our demo-moodlesite. I really don't know where to look anymore. It's not the theme (we have tried different themes, recopied standard theme).
In reply to Keijo Sipilä

Re: Vast: Re: tabs missing in 1.8

by Oswald Zangerle -
could it have something to do with the location of the tab gifs?
In one early version of 1.8.3 e.g the user pixs where not relocated correctly;
http://moodle.org/mod/forum/discuss.php?d=82208
Did you try to update to the latest 1.8.3?
As I understand your problem you are missing e.g.
moodle/pix/smartpix.php/orangewhite
or 
moodle/pix/smartpix.php/orangewhite/spacer.gif
if this is correct you could have a look in the moodle/pix folder.

regards
Oswald

In reply to Keijo Sipilä

Re: Vast: Re: tabs missing in 1.8

by Mauno Korpelainen -

Keijo,

check first that your standard theme is from same version (same package) of moodle as the original upgraded moodle. Copy also all lib files from the original upgraded package (ftp may sometimes cause problems...). Finally check that site config.php and standard theme config.php have no empty lines or white spaces at the end or beginning (after last ?> or before first <?php )

This kind of problems come usually from some edited or missing file...