SMF Support > SMF 2.0.x Support

SMF 1.1.14 To SMF 2 Gold Upgrade Issue

<< < (2/8) > >>

Krash.:

Unless someone has a better idea, I'd suggest uninstalling all your mods, and uploading all clean template and source files from the upgrade package.  If it fixes the problem, re-install the mods one at a time, a check if the error reappears after each one.

SugarD-x:

--- Quote from: Krash. on July 03, 2011, 11:58:53 PM ---
Unless someone has a better idea, I'd suggest uninstalling all your mods, and uploading all clean template and source files from the upgrade package.  If it fixes the problem, re-install the mods one at a time, a check if the error reappears after each one.

--- End quote ---
I tried uninstalling them previously and it seems to be caused by the upgrade itself. I'll try what you said, but honestly I think it might be an issue between the original and new files during an upgrade :)

Krash.:

The upgrade replaces the old files with the current ones, probably all of them, since you're going a long way from .14 to 2.0.   Anything in your error log?

SugarD-x:

--- Quote from: Krash. on July 04, 2011, 12:05:25 AM ---
The upgrade replaces the old files with the current ones, probably all of them, since you're going a long way from .14 to 2.0.   Anything in your error log?

--- End quote ---
That's the strange part, absolutely nothing. Not even during the upgrade itself. This is purely a visual error that breaks the buttons in the situations I mentioned and replaces them with the broken code. I've never seen anything like it that was so isolated.

Krash.:

If uploading the files doesn't work, try commenting out the line that displays the buttons, and see if it cleans up the garbage.  It's in PersonalMessage.template.php -


--- Code: ---
// Send, Preview, spellcheck buttons.
echo '
<p><label for="outbox"><input type="checkbox" name="outbox" id="outbox" value="1" tabindex="', $context['tabindex']++, '"', $context['copy_to_outbox'] ? ' checked="checked"' : '', ' class="input_check" /> ', $txt['pm_save_outbox'], '</label></p>
<p id="shortcuts" class="smalltext">
', $context['browser']['is_firefox'] ? $txt['shortcuts_firefox'] : $txt['shortcuts'], '
</p>
<!--p id="post_confirm_strip" class="righttext">
', template_control_richedit_buttons($context['post_box_name']), '
</p-->
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />


--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version