Moodle upgrade issues ticket #1355097

Avatar
  • Answered
I had did a test upgrade from moodle 2.2 to 2.4 on renewellnes.com/moodle. however it also affected my main moodle site diyversity.com/university. David from tech support had me renamed it to diyversity.com/university.old so we can have a copy of the original folder. we then did a new installation of moodle 2.4 and named it diyversity.com/university.

I was having problems with both sites but it seems that James R did something to fix the renewellnes.com/moodle site which I can access now but in reality it is the diyversity.com/university.old i need to access.

to my understanding after we did the new moodle 2.4 installation david "dropped the diyversity.com/university.old into the diyversity.com/university which now does not let me login. if you can help me fix this i would be so grateful.


René

[email protected]
Avatar
jamesr
Hello René , Thank you for contacting us. Sorry for the trouble with your Moodle after your update. I added the following code to your config.php to diagnose the php errors.

ini_set ('display_errors', 'on'); ini_set ('log_errors', 'on'); ini_set ('display_startup_errors', 'on'); ini_set ('error_reporting', E_ALL);

When I added that we got the following errors and Notices.

Notice: Undefined property: stdClass::$name in /home/userna5/public_html/moodle/filter/activitynames/filter.php on line 107
Notice: Undefined property: stdClass::$name in /home/userna5/public_html/moodle/filter/activitynames/filter.php on line 110
Warning: require_once(/home/userna5/public_html/moodle/blocks/workflow/locallib.php) [function.require-once]: failed to open stream: No such file or directory in /home/userna5/public_html/moodle/report/workflow/lib.php on line 29
Fatal error: require_once() [function.require]: Failed opening required '/home/userna5/public_html/moodle/blocks/workflow/locallib.php' (include_path='/home/userna5/public_html/moodle/lib/zend:/home/userna5/public_html/moodle/lib/pear:.:/usr/lib/php:/usr/local/lib/php') in /home/userna5/public_html/moodle/report/workflow/lib.php on line 29

When tracing the problem I found the /public_html/moodle/report/workflow/lib.php file had a reference to the soundcloud and poodll repository. The following is the path to it on your server.

public_html/moodle/repository/poodll public_html/moodle/repository/soundcloud

I renamed them to the following.

public_html/moodle/repository/poodll.old public_html/moodle/repository/soundcloud.old

The page now loads however, you will want to check those repositories for updates or a new version as they appear to be incompatible with the Moodle upgrade that was done. To diagnose the diyversity.com/university site, please change the admin password to the one you gave us for renewellness.com/moodle login so I can replicate where the error is occurring. DO NOT put your password or login in this forum because its public and your password will be compromised. Once I can get logged into your Moodle I can enable the error reporting for that site and proceed with the diagnostic. Thank you for your patience. Best Regards, James R