Problem Text under Banner

Problem Text under Banner

av Stephen Wilkinson -
Antall svar: 3

I've recently updated our Moodle Site to v.1.5.2+ together with the latest version of the quiz and books modules.

SInce the update we have had floating text under the main banner on almost every page. The text reads:

Main directory'; $string['fileordir'] = 'File or directory'; ?>

The text does not appear on pages without bocks (i.e. Course Categories, New account pages etc.).

If you view source for the main page the HTML reads as other Moodle sites until you get to:

<table id="layout-table">
  <tr>
  Main directory';
$string['fileordir'] = 'File or directory';

?>

The HTML then continues with <td ... as it should be.

Any ideas where this text is coming from? We thought it would be a corruption in one of the PHP files in /lib or /course and so have uploaded these again, but to no avail.

Suggestions would be most gratefully received!

(The site is at www.tascampus.org.uk if you should want to look.)

Gjennomsnittlig vurdering: -
Som svar til Stephen Wilkinson

Re: Problem Text under Banner

av Helen Foster -
Bilde av Core developers Bilde av Documentation writers Bilde av Moodle HQ Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers Bilde av Translators
Hi Stephen,

The text that's appearing looks like it comes from the Book module language pack. Perhaps you could try replacing book.php in moodle/lang/en with the attached latest version.
Gjennomsnittlig vurdering:Useful (1)
Som svar til Helen Foster

Re: Problem Text under Banner

av Stephen Wilkinson -

Thankyou so much!

Problem now solved.

Som svar til Stephen Wilkinson

Re: Problem Text under Banner

av Helen Foster -
Bilde av Core developers Bilde av Documentation writers Bilde av Moodle HQ Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers Bilde av Translators
Hi Stephen,

Thanks for your feedback. It's a pleasure to help, especially when I receive a thank you! smile