==================================================================
  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 #9 from Darryl Penny <[email protected]>  2009-01-27 06:57:33 
---
(In reply to comment #8)
> 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
> 

I should've checked the logs - darn, sorry about this. There was a parsing
error due to a misconfiguration created during manual edit of config.php. After
rectifying that, I was able to complete the upgrade.
Thank you for the input and apologies for wasting your valuable time.


-- 
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

Reply via email to