Revision 1771
Added by Luisehahne about 13 years ago
- typofix in upgrade-scripts
- fixed form form284db.sql, change hardcoded engine to "{TABLE_ENGINE};"
| upgrade-script.php | ||
|---|---|---|
| 392 | 392 |
status_msg('<strong>:</strong><br />can\'t run Upgrade, missing tables', 'warning', 'div');
|
| 393 | 393 |
echo '<h4>Missing required tables. You can install them in backend->addons->modules.<br />'; |
| 394 | 394 |
echo 'Or if you uploaded per FTP install possible by backend->addons->modules->advanced.<br />'; |
| 395 |
echo 'After installingT again run upgrade-script.php</h4>';
|
|
| 395 |
echo 'After installing missing tables again run upgrade-script.php</h4>';
|
|
| 396 | 396 |
$result = array_diff ( $aPackage, $aTable ); |
| 397 | 397 |
|
| 398 | 398 |
echo '<h4 class="warning"><br />'; |
Also available in: Unified diff