Admin Errors upgrading to 1.1 from 1.05

Started by PhilH, July 31, 2005, 10:41:53 PM

Previous topic - Next topic

PhilH

I have the following on top of the page when logged into admin:

ag'], '', $bbcTag['show_help'] ? ' (?)' : '', '
'; echo ' '; } echo '

'; // Pop up a box to say function completed if the user has been redirected back here from a function they ran. if ($context['maintenance_finished']) echo ' '; } // Simple template for showing results of our optimization... function template_optimize() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt['maintain_optimize'], '
', $txt['smf282'], '
', $txt['smf283'], '
'; // List each table being optimized... foreach ($context['optimized_tables'] as $table) echo ' ', sprintf($txt['smf284'], $table['name'], $table['data_freed']), '
'; // How did we go? echo '
', $context['num_tables_optimized'] == 0 ? $txt['smf285'] : $context['num_tables_optimized'] . ' ' . $txt['smf286']; echo '

', $txt['maintain_return'], '
'; } // Maintenance is a lovely thing, isn't it? function template_not_done() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt['not_done_title'], '
', $txt['not_done_reason']; // !!! Maybe this is overdoing it? if (!empty($context['continue_percent'])) echo ' ', $context['continue_percent'], '% '; echo '

', $context['continue_post_data'], '
'; } ?>

I have completed the upgrade a number of times without a hitch. In fact, immediately after completing the above upgrade I did another one on the same site.
I have reinstalled the problem forun twice with the same result.
I have repaired the database.
Any suggestions??

[Unknown]

Are you sure you uploaded all files in OVERWRITE and not RESUME mode?

-[Unknown]

PhilH

I believe so but after today, anything is possible. Worth checking.I will attempt the upgrade again paying special attention to overwrite selection. Thanks for tip and quick reply.

PhilH

Oh what a  difference a correctly placed checkmark can make!!!!

Thanks Unknown

Working fine now. :)

Advertisement: