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

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

by 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

Average of ratings: -
In reply to W Page

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

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of 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"

by 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". smile big grin
WP1