Posts made by Jacob Romeyn

Could this be the problem?thoughtful

Did you use a new config.php file?  And not  disable the CFG->prefix = "mdl_": , the "old" Moodlle did not have this.

If you therefore add mdl_ in front of all your database tables you will have a complete new install.

To fix this put a # in front of the line in the config.php file as:
#CFG->prefix ="mdl_"