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?

when upgrading site_name and site_description is overwritten with "Upgrade.....................

Asked Modified Viewed 1,142 times
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
asked
Senior Member

It's my summer holiday, so I started a new project: https://uap-sightings.com/forum

Downloaded v9.10.00 earlier today and installed it with no problems. Tonight I noticed a new version was available, v9.10.10.
Upgraded to this new version but got stuck with "Upgrade......................." in site_name and site_description.

New site so I did not backed it up yet. Site_name was no problem to re-enter, but what the f*** was my site_description.
0 replies

3 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

9.10 is not released yet... and 9.10.10 is just for auto update testing. Site name and description are changed on purpose to see if DB upgrade really works.

So thanks for (not planned) test lol. Looks like it works fine.

And how many times do I have to write that the Github version is not intended for use on real sites. It may have some issues or may contain codes for testing. Stable version is always available on this site or in Archive
1 reply
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
answered
Senior Member

root\includes\classes\PHPFusion\SiteLinks.php line: 498

 $language_opts .= "<a id='ddlangs".$id."' href='#' class='nav-link dropdown-toggle pointer' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false' title='".translate_lang_names(LANGUAGE)."'><img class='m-r-5' src='".$current_language['language_icon_s']."' alt='".translate_lang_names(LANGUAGE)."'/> <span class='".self::getMenuParam('caret_icon')."'></span></a>\n";


Are the closing tags of list missing? Added at the end of the line </li>
 $language_opts .= "<a id='ddlangs".$id."' href='#' class='nav-link dropdown-toggle pointer' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false' title='".translate_lang_names(LANGUAGE)."'><img class='m-r-5' src='".$current_language['language_icon_s']."' alt='".translate_lang_names(LANGUAGE)."'/> <span class='".self::getMenuParam('caret_icon')."'></span></a></li>\n";


List was previously specified in line 497, $language_opts = "<li class='nav-item dropdown'>";

Edit:

Same file line 808, I think </li> should be removed.
 $l_2 = (empty($id) ? "<span class='".self::getMenuParam('caret_icon')."'></i>" : "");


Becomes
 $l_2 = (empty($id) ? "<span class='".self::getMenuParam('caret_icon')."'>" : "");


These possible errors were found with w3c validator.
Edited by Wanabo on 22-07-2021 22:10,
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Quote

Are the closing tags of list missing? Added at the end of the line </li>

Closing tag is on line 509

Quote

Same file line 808, I think </li> should be removed.

This is correct $l_2 = (empty($id) ? "<i class='".self::getMenuParam('caret_icon')."'></i>" : "");, thanks for report, fixed.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet