/ Published in: PHP
This code should be inserted into /sapphire/core/model/MySQLDatabase.php at line 399 (after the if statment ends and before the user_error call)
Be sure to replace 'database_name' with, well you know...
When I used this I first loaded the home page. This fixed a large number of the tables, then ran /dev/build and that fixed the rest.
Be sure to replace 'database_name' with, well you know...
When I used this I first loaded the home page. This fixed a large number of the tables, then ran /dev/build and that fixed the rest.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$dbname = 'database_name'; { echo "<script type=\"text/javascript\" language=\"JavaScript\">window.location.reload();</script>"; }