Moodle. 1.4.4: Can´t save changes in editor configuration

Moodle. 1.4.4: Can´t save changes in editor configuration

by Martin Mart -
Number of replies: 1

When i need to change editor configuration (the following direction)

http://localhost:35/moodle144/admin/editor.php?sesskey=pk159NkLY4

when i try to save changes i got an error (page not found)

This (it seems) because the direction i see is:

http://localhost/moodle144/admin/editor.php  -----> :35 missing

while i have in use port 35 (not 80 for testing purposes) in my local PC.

Moodle 1.4.3 and all before function OK.

Moodle configuration file:

------------------------------------------------------------------------------

<?php  /// Moodle Configuration File

unset($CFG);

$CFG->dbtype    = 'mysql';
$CFG->dbhost    = 'localhost';
$CFG->dbname    = 'moodle144';
$CFG->dbuser    = 'root';
$CFG->dbpass    = '';
$CFG->dbpersist =  false;
$CFG->prefix    = 'mdl_';

$CFG->wwwroot   = 'http://localhost:35/moodle144';
$CFG->dirroot   = 'C:\\TEMP\\minixampp\\htdocs\\moodle144';
$CFG->dataroot  = 'C:\\TEMP\\minixampp\\htdocs\\moodledata';
$CFG->admin     = 'admin';

$CFG->directorypermissions = 00777;  // try 02777 on a server in Safe Mode

require_once("$CFG->dirroot/lib/setup.php");
// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,
// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.
?>

-----------------------------------------------------------

Hoping i can help to keep moodle as the best one!.

Best regards

Martin

Average of ratings: -
In reply to Martin Mart

Re: Moodle. 1.4.4: Can´t save changes in editor configuration

by Martín Langhoff -
Fixed in CVS -- you'll find it in the next 1.4.4+ daily. Thanks for pointing it out!