Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Bug in upgrade.php

Asked Modified Viewed 1,416 times
S
Silvermoon
S
Never change a running system
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hello,

I've found an little bug in the upgrade.php

Line 19: if (str_replace(",","",$settings['version']) < "60111"wink {

Line 19 corrected: if (str_replace(".","",$settings['version']) < "60111"wink {

Line 38: $result = dbquery("UPDATE ".$db_prefix."settings SET version='6.01.10'"wink;

Line 38 corrected: $result = dbquery("UPDATE ".$db_prefix."settings SET version='6.01.11'"wink;


I hope this Lines will be fixed for the future. The version is show as 6.01.11 and not as 6,01,11. So it must replace "." and not ",". (Line 19)

An the currently version is 6.01.11 but upgrade is to 6.01.10 (Line 38)


Greetings
Silvermoon
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet