Revision 1273
Added by Luisehahne almost 16 years ago
| upgrade-script.php | ||
|---|---|---|
| 229 | 229 |
else |
| 230 | 230 |
{
|
| 231 | 231 |
status_msg('<strong>WARNING:</strong><br />can\'t run Upgrade, missing tables', 'warning', 'div');
|
| 232 |
echo '<h4>List missing tables, please check</h4>';
|
|
| 232 |
echo '<h4>Install missing tables, you can install them in backend->addons->modules->advanced. Then again run upgrade-script.php</h4>';
|
|
| 233 | 233 |
$result = array_diff ( $table_list, $all_tables ); |
| 234 |
echo '<h4>'; |
|
| 234 | 235 |
while ( list ( $key, $val ) = each ( $result ) ) |
| 235 | 236 |
{
|
| 236 | 237 |
echo TABLE_PREFIX.$val.' '.$FAIL.'<br>'; |
| 237 | 238 |
} |
| 238 |
|
|
| 239 |
echo '</h4>'; |
|
| 239 | 240 |
echo '<br /><form action="'. $_SERVER['PHP_SELF'] .'">'; |
| 240 | 241 |
echo '<input type="submit" value="kick me back" style="float:left;" />'; |
| 241 | 242 |
echo '</form><br /><br />'; |
Also available in: Unified diff
Ticket #921 Update EditArea framework
fix stylings wb_theme, fix upgradescript