Simple Machines Forum 1.1.5 and 1.0.13 released

Started by Compuart, April 30, 2008, 10:05:25 PM

Previous topic - Next topic

Aaron

Upgrading went as seamlessly as always. Great work as usual, devs. :)

Aleksi "Lex" Kilpinen

Great, thank you guys! :)

Updating took about 2 seconds from logging to my admin cp, to being up to date. :D
Slava
Ukraini!


"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

[SiNaN]

Former SMF Core Developer | My Mods | SimplePortal

Compuart

I've uploaded a package that should fix the problem some people were having with Subs-Package.php failing. If you've already upgraded without a problem, then you don't need to do anything further.
Hendrik Jan Visser
Former Lead Developer & Co-founder www.simplemachines.org
Personal Signature:
Realitynet.nl -> ExpeditieRobinson.net / PekingExpress.org / WieIsDeMol.Com

[SiNaN]

Former SMF Core Developer | My Mods | SimplePortal


jossanaijr

Quote from: Compuart on May 01, 2008, 06:48:17 AM
I've uploaded a package that should fix the problem some people were having with Subs-Package.php failing. If you've already upgraded without a problem, then you don't need to do anything further.
Yes! Uploaded and updated now without a problem! Thanks!
BTW could you tell us what changed?  Just to learn a little bit...

humbleworld

I will wait for fantastico to upgrade it. Should I remove the MODS before I upgrade to 1.1.5?

john34516

Execute Modification     ./index.php     Test successful
2.    Execute Modification    ./Sources/Admin.php    Test successful
3.    Execute Modification    ./Sources/Calendar.php    Test successful
4.    Execute Modification    ./Sources/Karma.php    Test successful
5.    Execute Modification    ./Sources/Load.php    Test successful
6.    Execute Modification    ./Sources/ManageNews.php    Test successful
7.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
8.    Execute Modification    ./Sources/ManageServer.php    Test successful
9.    Execute Modification    ./Sources/PersonalMessage.php    Test successful
10.    Execute Modification    ./Sources/Post.php    Test successful
11.    Execute Modification    ./Sources/Profile.php    Test successful
12.    Execute Modification    ./Sources/QueryString.php    Test successful
13.    Execute Modification    ./Sources/Recent.php    Test successful
14.    Execute Modification    ./Sources/Register.php    Test successful
15.    Execute Modification    ./Sources/RemoveTopic.php    Test successful
16.    Execute Modification    ./Sources/Search.php    Test successful
17.    Execute Modification    ./Sources/Security.php    Test successful
18.    Execute Modification    ./Sources/Subs-Boards.php    Test successful
19.    Execute Modification    ./Sources/Subs-Compat.php    Test successful
20.    Execute Modification    ./Sources/Subs-Graphics.php    Test successful
21.    Execute Modification    ./Sources/Subs-Members.php    Test successful
22.    Execute Modification    ./Sources/Subs-Package.php    Test successful
23.    Execute Modification    ./Sources/Subs-Post.php    Test successful
24.    Execute Modification    ./Sources/Subs-Sound.php    Test successful
25.    Execute Modification    ./Sources/Subs.php    Test successful
26.    Execute Modification    ./Themes/default/index.template.php    Test successful
27.    Execute Modification    ./Themes/default/Post.template.php    Test successful
28.    Execute Modification    ./Themes/default/Recent.template.php    Test successful
29.    Execute Modification    ./Themes/default/Register.template.php    Test successful
30.    Execute Modification    ./Themes/default/style.css    Test successful
31.    Execute Modification    ./SSI.php    Test failed                -----------------------------------------------------------
32.    Execute Modification    ./Themes/default/languages/index.english.php    Test successful
33.    Execute Modification    ./Themes/default/languages/ModSettings.english.php    Test successful
34.    Execute Modification    ./Sources/QueryString.php    Test successful
35.    Execute Modification    ./Sources/Search.php    Test successful
36.    Execute Modification    ./Sources/Post.php    Test successful
37.    Execute Modification    ./Sources/Subs-Post.php    Test successful
38.    Execute Modification    ./Sources/Subs-Package.php    Test successful

why? what i have to do?

Compuart

Quote from: jossanaijr on May 01, 2008, 06:51:41 AM
Quote from: Compuart on May 01, 2008, 06:48:17 AM
I've uploaded a package that should fix the problem some people were having with Subs-Package.php failing. If you've already upgraded without a problem, then you don't need to do anything further.
Yes! Uploaded and updated now without a problem! Thanks!
BTW could you tell us what changed?  Just to learn a little bit...
I've moved the modification from the boardmod file to the smf_1-1-5_can_fail.xml file. The xml-format allows to specify that if a modification cannot be found it can be ignored. The specific section looks like:
<file name="$sourcedir/Subs-Package.php">
<!--
There are two possible versions around, take your pick.
-->
<operation error="ignore">
<search position="replace"><![CDATA[
* Software Version:           SMF 1.1.2                                           *
]]></search>
<add><![CDATA[
* Software Version:           SMF 1.1.5                                           *
]]></add>
</operation>
<operation error="ignore">
<search position="replace"><![CDATA[
* Software Version:           SMF 1.1.3                                           *
]]></search>
<add><![CDATA[
* Software Version:           SMF 1.1.5                                           *
]]></add>
</operation>
</file>


Whether the version of Subs-Package.php is 1.1.2 or 1.1.3, both will be updated to 1.1.5.
Hendrik Jan Visser
Former Lead Developer & Co-founder www.simplemachines.org
Personal Signature:
Realitynet.nl -> ExpeditieRobinson.net / PekingExpress.org / WieIsDeMol.Com

Compuart

Quote from: john34516 on May 01, 2008, 06:57:40 AM
why? what i have to do?
Might be a modification that prevents you installing the package. Create a topic in the support boards.
Hendrik Jan Visser
Former Lead Developer & Co-founder www.simplemachines.org
Personal Signature:
Realitynet.nl -> ExpeditieRobinson.net / PekingExpress.org / WieIsDeMol.Com

mort

Great job folks! ;) I've been running smf for 10 hours after converting (from Yabb 2.2.1) and already I've been able to enjoy a painless update!

Bye bye Yabb... Nice knowing you... !!
Too New To Know...

humbleworld

I just upgraded to 1.1.5 after I made a full back-up of my SMF folder. The upgrade was as smooth as Baskin-Robbins Ice Cream. :)

SMF rocks! God bless the developers! and the SMF Community!

michelangelo

This gives me quite a headache:

I tried to upgrade smf 1.1.4 to 1.1.5 using the package manager. Can anybody tell me how exactly the test works and how i can solve the problem? (Maybe manually upgrading the code)

26.   Execute Modification   ./Themes/default/index.template.php   Test failed
32.   Execute Modification   ./Themes/default/languages/index.english.php Test failed

jossanaijr

WOW.
Just notice this in my forum:

Database Error
Unknown column 'p.ID_BOARD' in 'field list'
File: /home/ossanai/public_html/forum/SSI.php
Line: 1022

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.5, while your database is at version 1.1.4. The above error might possibly go away if you execute the latest version of upgrade.php.

ok, which upgrade.php should I run?

Eliana Tamerin

Quote from: michelangelo on May 01, 2008, 08:27:36 AM
This gives me quite a headache:

I tried to upgrade smf 1.1.4 to 1.1.5 using the package manager. Can anybody tell me how exactly the test works and how i can solve the problem? (Maybe manually upgrading the code)

26.   Execute Modification   ./Themes/default/index.template.php   Test failed
32.   Execute Modification   ./Themes/default/languages/index.english.php Test failed

Either manually upgrade those two files and then apply the package, or manually upgrade all the files and neglect the package.
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

Hanna Iris

Erm...Did I miss something or why is the Finnish  language file for SMF 1.1.5 in English instead of Finnish. Messed up my upgrade, luckily I had a back-up.

[SiNaN]

Former SMF Core Developer | My Mods | SimplePortal

Compuart

Quote from: jossanaijr on May 01, 2008, 08:35:52 AM
WOW.
Just notice this in my forum:

Database Error
Unknown column 'p.ID_BOARD' in 'field list'
File: /home/ossanai/public_html/forum/SSI.php
Line: 1022

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 1.1.5, while your database is at version 1.1.4. The above error might possibly go away if you execute the latest version of upgrade.php.

ok, which upgrade.php should I run?
This appears to be a bug in the upgrade. Please upload the attached SSI.php or rerun the upgrade with the patch from the first message of this topic.
Hendrik Jan Visser
Former Lead Developer & Co-founder www.simplemachines.org
Personal Signature:
Realitynet.nl -> ExpeditieRobinson.net / PekingExpress.org / WieIsDeMol.Com

Aleksi "Lex" Kilpinen

Quote from: Hanna Iris on May 01, 2008, 09:00:36 AM
Erm...Did I miss something or why is the Finnish  language file for SMF 1.1.5 in English instead of Finnish. Messed up my upgrade, luckily I had a back-up.
http://www.simplemachines.org/community/index.php?topic=236862.msg1526399#msg1526399
Slava
Ukraini!


"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

Advertisement: