Misplaced "$" in line - 104 - in "lib/setup.php"

Misplaced "$" in line - 104 - in "lib/setup.php"

de W Page -
Number of replies: 2
Hello All!

This is Bug #2008

Just installed v1.5 Dev this a.m. and got an error message from "lib/setup.php".

This error stops installation.

In lib/setup.php line 104

echo '<p>The admin should also try setting this in config.php: $'. CFG->dbpersist .' = false; </p>';

 should be,

echo '<p>The admin should also try setting this in config.php: '. $CFG->dbpersist .' = false; </p>';

WP1

Promeyo de puntuacions: -
In reply to W Page

Re: Misplaced "$" in line - 104 - in "lib/setup.php"

de Martin Dougiamas -
Imachen de Core developers Imachen de Documentation writers Imachen de Moodle HQ Imachen de Particularly helpful Moodlers Imachen de Plugin developers Imachen de Testers
Thanks for reporting the bug in the bug tracker, WP.  There's no need to duplicate the report here in the forums, though, particularly for bugs in the unstable development version.  Cheers.
In reply to Martin Dougiamas

Re: Misplaced "$" in line - 104 - in "lib/setup.php"

de W Page -
Hi Martin!
I cannot use my colors in the "bug tracker". sad
It's that conspiracy again. angry
OK, for the development version I will only post bugs in the "bug tracker". riseta gran riseta
WP1