Problem with migration

Problem with migration

by Rob Butner -
Number of replies: 2

I have moved over 3 different MOODLE installs to other servers---We copied all of the Easy PHP (Windows) files over to the new server and the data directory---most things are ok---except some of the courses give us the following error when entering:

Parse error: parse error, unexpected '<' in c:\program files\easyphp\www\mod\forum\lib.php on line 386

Current ClassStudents & FacultyPersonal Profile

Fatal error: Call to undefined function: forum_print_search_form() in c:\program files\easyphp\www\course\format\social.php on line 29

We also get the following when opening a course:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE in c:\program files\easyphp\www\course\format\topics.php on line 264

 

Or the following when opening a course:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE in c:\program files\easyphp\www\mod\forum\lib.php on line 90

Fatal error: Call to undefined function: forum_get_course_forum() in c:\program files\easyphp\www\course\format\topics.php on line 29


Any suggestions??

Also--We found that choosing a standard theme instead of our own custom theme causes the error to go away. Then the only propblem we have is nmot being able to access certain uploaded files within the courses---

Any ideas would be much appreciated--

Rob

Average of ratings: -
In reply to Rob Butner

Re: Problem with migration

by Rob Butner -
One other note regarding the problem---the only difference between servers is that this one with the problem is a DUAL XEON---all others were single procs---????
In reply to Rob Butner

Re: Problem with migration

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
It really does look like a typo in a theme file somewhere ... perhaps missing php tags or something.