Simple Machines Community Forum

Archived Boards and Threads... => Archived Boards => Install and Upgrade Help => Topic started by: Norv on July 15, 2009, 07:39:35 AM

Title: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: Norv on July 15, 2009, 07:39:35 AM
When attempting to upgrade to 1.1.10 with the Package manager, you may get the following result:

./Sources/ManageRegistration.php
./Sources/Packages.php
./Sources/PersonalMessage.php
./Sources/Register.php


This is a bug in the upgrade package. Apply the following Fix: Download to your computer (using FTP - How do I use FTP? / What is FTP? (http://docs.simplemachines.org/index.php?topic=480)) or a File Manager, and open in a text editor the aforementioned files:

Make the following changes:
Code (Find) Select
* Copyright 2006:             Simple Machines LLC (http://www.simplemachines.org) *

Code (Replace with) Select
* Copyright 2006-2007 by:     Simple Machines LLC (http://www.simplemachines.org) *

Save the files and upload (overwrite) them back unto your server, then try again to apply the patch.


You may also choose to manually modify the files. These are the Manual Upgrade Instructions for those files :)

Title: Re: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: backend on July 15, 2009, 09:52:05 AM
Thanks for this.

I applied these fixes but I am still getting the same error. Do I still go ahead and apply the upgrade?

Thanks
Title: Re: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: margarett on July 15, 2009, 10:22:36 AM
If they are the SAME errors, in the same 4 files, you probably need to delete some spaces :P

You probably have:

* Copyright 2006-2007 by:          Simple Machines LLC (http://www.simplemachines.org) *
*           2001-2006 by:     Lewis Media (http://www.lewismedia.com)             *

And you should have:

* Copyright 2006-2007 by:     Simple Machines LLC (http://www.simplemachines.org) *
*           2001-2006 by:     Lewis Media (http://www.lewismedia.com)             *

At least I did :P
Title: Re: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: Skyview on July 15, 2009, 02:40:36 PM
wouldn't it be simpler to just fix the bug in the upgrade package so potentially thousands of installs that go to upgrade don't have this issue?
Title: Re: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: N3RVE on July 15, 2009, 03:15:51 PM
Quote from: Skyview on July 15, 2009, 02:40:36 PM
wouldn't it be simpler to just fix the bug in the upgrade package so potentially thousands of installs that go to upgrade don't have this issue?

The Packages will be re-generated, this is just a temporary fix for those who downloaded the buggy patch.

-[n3rve]
Title: Re: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: H on July 15, 2009, 04:15:10 PM
Locking this :). If you have any questions regarding this, please start a new topic. This will allow us to track each issue separately and ensure you get a good response
Title: Re: SMF 1.1.10 Upgrade: Test Failed error when upgrading
Post by: N3RVE on August 03, 2009, 10:24:10 PM
This is no more a sticky. The packages were regenerated a while ago so this shouldn't be an issue anymore :).

-[n3rve]