Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8.1
-
Labels:None
-
Environment:My server environment: Moodle 1.8 + (2007021503); PHP 5.1.6; Apache 2.2; Windows 200
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
I updated our Moodle from 1.7+ to 1.8.
Now, when I want to insert or update a resource or activity I only get a blank page.
After enabled debugging level to ALL, I get the following errors:
Update or Insert a label
php[6660]; PHP Warning: require_once(moodleform_mod.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in I:\Geral\Moodle8\mod\label\mod_form.php on line 2.
php[6660]; PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'moodleform_mod.php' (include_path='".') in I:\Geral\Moodle8\mod\label\mod_form.php on line 2.
Update or Insert web page
php[6660]; PHP Warning: require_once(moodleform_mod.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in I:\Geral\Moodle8\mod\resource\mod_form.php on line 2.
php[6660]; PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'moodleform_mod.php' (include_path='".') in I:\Geral\Moodle8\mod\resource\mod_form.php on line 2.
Update ot Insert a Forum
php[6660]; PHP Warning: require_once(moodleform_mod.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in I:\Geral\Moodle8\mod\forum\mod_form.php on line 2.
php[6660]; PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'moodleform_mod.php' (include_path='".') in I:\Geral\Moodle8\mod\forum\mod_form.php on line 2.
Update or Insert a Chat
php[6660]; PHP Warning: require_once(moodleform_mod.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in I:\Geral\Moodle8\mod\chat\mod_form.php on line 2.
php[6660]; PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'moodleform_mod.php' (include_path='".') in I:\Geral\Moodle8\mod\chat\mod_form.php on line 2.
I tried many things to solve the problem.
The last one:
I did only one thing: Create a new simple course and tried to add a label.
I have exactly the same problem with the same error!!
My server environment: Moodle 1.8 + (2007021503); PHP 5.1.6; Apache 2.2; Windows 2003
I didn't have any problems with this environment with Moodle 1.6 and 1.7.
Only with 1.8....
- New MySQL Database;
- New Moodle folder with the last Moodle version;
- New Moodle Data folder;
- New installation from scratch;
- No data restore.
I did only one thing: Create a new simple course and tried to add a label. I have exactly the same problem with the same error!! My server environment: Moodle 1.8 + (2007021503); PHP 5.1.6; Apache 2.2; Windows 2003 I didn't have any problems with this environment with Moodle 1.6 and 1.7. Only with 1.8....