Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Topic started by: Lintz on September 14, 2008, 11:26:59 PM

Title: Upgrade to 1.1.6 error
Post by: Lintz on September 14, 2008, 11:26:59 PM
Have downloaded the latest upgrade and went to apply but get the below message.

Installation Readme
This patch file will update your forum to SMF 1.1.6.

Install Actions
Installations actions for "SMF 1.0.14 / 1.1.6 Update":
Installing this package will perform the following actions:
   Type    Action    Description
1.    Execute Modification    ./index.php    Test successful
2.    Execute Modification    ./Sources/Admin.php    Test successful
3.    Execute Modification    ./Sources/Load.php    Test failed
4.    Execute Modification    ./Sources/LogInOut.php    Test successful
5.    Execute Modification    ./Sources/ManageMembers.php    Test successful
6.    Execute Modification    ./Sources/ManageRegistration.php    Test successful
7.    Execute Modification    ./Sources/PersonalMessage.php    Test successful
8.    Execute Modification    ./Sources/Profile.php    Test successful
9.    Execute Modification    ./Sources/Register.php    Test successful
10.    Execute Modification    ./Sources/Reminder.php    Test successful
11.    Execute Modification    ./Sources/Security.php    Test successful
12.    Execute Modification    ./Sources/SplitTopics.php    Test successful
13.    Execute Modification    ./Sources/Stats.php    Test successful
14.    Execute Modification    ./Sources/Subs.php    Test successful
15.    Execute Modification    ./Sources/Subs-Auth.php    Test successful
16.    Execute Modification    ./Sources/Subs-Compat.php    Test successful
17.    Execute Modification    ./Sources/Subs-Graphics.php    Test successful
18.    Execute Modification    ./Sources/Subs-Members.php    Test successful
19.    Execute Modification    ./Sources/Subs-Sound.php    Test successful
20.    Execute Modification    ./SSI.php    Test successful

I replaced Load.php with the original Load.php~ file but still get the same error?

Any suggestions?

Thanks.
Title: Re: Upgrade to 1.1.6 error
Post by: cme1st2302 on September 14, 2008, 11:29:39 PM
Most likely it is just a space or something that is missing in the file.  Do the upgrade and then add the code to the Load.php file.  I had the same problem and it went fine for me.
Title: Re: Upgrade to 1.1.6 error
Post by: Lintz on September 14, 2008, 11:39:47 PM
If I manually update the file the next upgrade to Load.php I will get the same message again  :(
Title: Re: Upgrade to 1.1.6 error
Post by: Lintz on September 14, 2008, 11:53:03 PM
I compared my Load.php to the isntall 1.1.5 Load.php file and found an extra line break in my file. Once I removed this line the test passed.

Thanks cme1st2302 for the hint on the spaces  ;D
Title: Re: Upgrade to 1.1.6 error
Post by: cme1st2302 on September 14, 2008, 11:57:01 PM
What I did was modify the file to match what it was looking for that way all the test passed.  Congrats on the upgrade!!