ID | Project | Category | Submitted / Last Updated |
---|---|---|---|
00055 | UserSpice | Misc Code | 2018-03-19 20:23:42 / 2018-05-19 19:15:47 |
Reported | Muhammed Cotwal | Assigned To | Unassigned |
Priority | normal | Reported | 4.3.16 |
Status | closed fixed | Resolution Version and Commit | 4.3.19 |
Summary | Link on "Database out of date..." warning not /usersc compatible | ||
Description |
<p>The warning that appears on the admin.php page that states:</p> <p><strong style="box-sizing: border-box; color: #a94442; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;">Warning!</strong><span style="color: #a94442; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #f2dede;"> Your database is out of date. Please </span><a style="box-sizing: border-box; background-color: transparent; color: #337ab7; text-decoration-line: none; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" href="http://localhost/dev/usersc/update.php">click here</a><span style="color: #a94442; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #f2dede;"> to get the latest update. Failure to do so, could cause system instability.</span></p> <p>The link is not /usersc compatible. The code for this message stems from the ../includes/migrations.php</p> <p>The current code:</p> <p><code><strong>Warning!</strong> Your database is out of date. Please <a href="update.php">click here</a> to get the latest update. Failure to do so, could cause system instability.</code></p> <p>It should be:</p> <p><code><strong>Warning!</strong> Your database is out of date. Please <a href="..users/update.php">click here</a> to get the latest update. Failure to do so, could cause system instability.</code></p> |
xxxxxxxxxx
<p>Actually used <?=$us_url_root?>users/ to be in line with the rest of that page.</p>
xxxxxxxxxx
<p>hi</p>
<p>bug is back on 4.3.18...</p>
xxxxxxxxxx
<p><strong>Commits</strong>: 3ecd235</p>
xxxxxxxxxx
<p>Thanks for reporting this again muhammed!</p>