==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=4963
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
--- Comment #8 from Stephen Noble (dungog.net) <[email protected]> 2009-01-27
06:07:58 ---
tail /var/log/messages will tell you if the password is the problem
Jan 27 23:47:16 kiwi httpd: ADODB Error: Access denied for user
'moodle'@'localhost'
if it is fix it with
mysql> GRANT USAGE ON *.* TO 'moodle'@'%' IDENTIFIED BY '123456';
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
-------------
but a blank page doesn't sound like a password error
maybe
tail /var/log/httpd/access_log
maybe ask at moodle.org how to re run the update steps
http://docs.moodle.org/en/Upgrading etc
--
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam