trying to install moodle has been more than a headache, more like a nightmare
When calling up the /admin/index.php I regularly get the following type of error messages
(mysql): DELETE FROM `modules` WHERE `name` = 'chat'
--------------------------------------------------------------------------------
1146: Table 'k7149.modules' doesn't exist
Error
--------------------------------------------------------------------------------
(mysql): ALTER TABLE `modules` DROP `fullname`
--------------------------------------------------------------------------------
1146: Table 'k7149.modules' doesn't exist
Error
Seems like the script wants to update something that isn't there because I am doing a new installation ... ??
Trying to fool the system, I ran the mysql.spl query with myphpadmin and got all the tables created ... when calling up the /admin/index.php then, I never get the last screen for setting up an admin user, because for some strange reason there is already an admin and a guest set up ... but their passwords are unknown to me and I can't log myself in as an administrator ...
my last try is this one ... anyone know what's going on? bugs? or perhaps my stupidity in not being able to read instructions, or what?
Any help is appreciated ... perhaps dropping moodle altogether is the solution that would work for me and my server?