SMF Support > SMF 1.1.x Support

test failed for update from 1.1.12 to 1.1.13

<< < (2/3) > >>

Masterd:
No problem! ;)

lgunst:
Having the same problem, Can you tell me what you did?


1.   SMF 1.0.17 / 1.1.9 / 2.0 RC1 Update   1.0   [ Uninstall ]
2.   TinyPortal   1.083   [ Uninstall ]
3.   Global Headers Footers   1.4.1   [ Uninstall ]
4.   User Email System   1.3   [ Uninstall ]
5.   Admin Notepad   1.0   [ Uninstall ]
6.   User Control Panel By Alan S   2.0   [ Uninstall ]
7.   Activate account redirection   0.1   [ Uninstall ]
8.   delete inactive users   1.0.3   [ Uninstall ]
9.   Posting_Announcement   1.1.3.2   [ Uninstall ]
10.   Enhanced Dropdown   1.1   [ Uninstall ]
11.   Hide Tag Special   1.8.1   [ Uninstall ]
12.   Add Domaintools to TrackIP   1.0   [ Uninstall ]
13.   Signature Settings Mod   1.1   [ Uninstall ]
14.   Aeva ~ Auto-Embed Video & Audio   6.9.99   [ Uninstall ]
15.   [HTML] Permission Mod   1.01   [ Uninstall ]
16.   Internal_Links_Use_Same_Window   1.2   [ Uninstall ]
17.   SMF 1.0.18 / 1.1.10 / 2.0 RC1-2 Update   1.1   [ Uninstall ]
18.   Treasury   2.36   [ Uninstall ]
19.   PM Readed   1.1   [ Uninstall ]
20.   Restrict Email Providers on Registration   1.2   [ Uninstall ]
21.   SMF 1.0.19 / 1.1.11 Update   1.0   [ Uninstall ]
22.   SMF 1.0.20 / 1.1.12 Update   1.0   [ Uninstall ]

geokir:
Same here..I did the changes to sub.php as wrote in
http://custom.simplemachines.org/upgrades/index.php?action=upgrade;file=smf_patch_1.0.21_1.1.13.tar.gz;smf_version=1.1.12


--- Quote ---./Sources/Subs.php
Operation #1
Find:
* =============================================================================== *
* Software Version: SMF 1.1.11 *
Replace With:
* =============================================================================== *
* Software Version: SMF 1.1.13 *
Operation #2
Find:
// Save whether $start was less than 0 or not.
$start_invalid = $start < 0;
Replace With:
// Save whether $start was less than 0 or not.
$start = (int) $start;
$start_invalid = $start < 0;
--- End quote ---

but still the same.. any help guys?

emanuele:
Why are you trying to update from 1.1.12 to 1.1.13? ???
Reading your posts it seems you have installed SMF 2.0...am I missing something?

Anyway, the general idea is that if a mod fails to install (and a patch is basically a mod) it means the line the mod is searching doesn't exists in SMF because it has been modified by another mod or by some other manual change, so the only option you have is to open the file with a text editor and try to find where to apply the change.
The way I usually follow is to open an unmodified version of the file (from an install package), locate the correct position and then use this information to locate the point I have to modify in the modified file I have online.

ETA: and a small tip about sm.org, it's far better to open a new topic instead of reply to another one, that because replying to a topic marked as solved may be ignored by some (just because they think the topic is already solved and so they assume it doesn't need attention). ;)

geokir:
no emanuele I have installed 1.1.11 from cpanel (obviously was not updated) and now I am trying to update it to 2 version .. where did you get that I allready have 2.0 ?

I did exactly this, download it and modify it with text editor.. I did all the the manual wrote

thanks for the tip :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version