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?

I here some errors

Asked Modified Viewed 871 times
J
J_K_NIELSEN
J
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
asked
Member

hejsa has some bugs as I just installed php fusion v9. it's taken in here
it makes mistakes

core_functions_include.php
/php/infusions/forum/admin/forums.php?aid=ff4b3e2fa485908a&parent_id=2&branch=2
Linje: 1511

core_functions_include.php
/php/infusions/gallery/gallery_admin.php?aid=ff4b3e2fa485908a§ion=album_form&action=edit&cat_id=1
Linje: 1511

user_aim_include.php
/php/profile.php?lookup=1
Linje: 39

core_functions_include.php
/php/edit_profile.php
Linje: 1511

core_functions_include.php
/php/edit_profile.php
Linje: 1511


is that something that can be solved

mhv J_K_NIELSEN
Edited by J_K_NIELSEN on 07-10-2019 02:50,
0 replies

6 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

We need to have the exact v9 version. v9.00, 9.01, 9.02, 9.03.. etc to refer to the source code.

And yes, we can help and all bugs can be fixed.
0 replies
J
J_K_NIELSEN
J
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
answered
Member

hi i can see it is php fusion v9.03.00
I'll start with the first one here


Linje: 1,511 Fil -- php/includes/core_functions_include.php
På side -- forum/admin/forums.php?aid=ff4b3e2fa485908a&parent_id=2&branch=2
Oprettet af Bruger-Niveau: -103 -- IP: 185.82.229.42
slået til oktober 07 2019 02:09:19
Markér som
Kildekode (Linje: 1501 - 1521)
1501
1502 $size = (empty($size)) ? "0" : $size;
1503
1504 if (($size == 0) && ($dir)) {
1505 return "0 ".$locale['global_460'];
1506 } else if ($size < $kb) {
1507 return $size.$locale['global_461'];
1508 } else if ($size < $mb) {
1509 return round($size / $kb, $digits).$locale['global_462'];
1510 } else if ($size < $gb) {
1511 return round($size / $mb, $digits).$locale['global_463'];
Line 1511 -- 11 timer siden
Undefined index: global_463
1512 } else if ($size < $tb) {
1513 return round($size / $gb, $digits).$locale['global_464'];
1514 } else {
1515 return round($size / $tb, $digits).$locale['global_465'];
1516 }
1517 }
1518
1519 /**
1520 * User profile link
1521 *
1522


mvh J_K_NIELSEN
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

We need more info

See screen

www.php-fusion.co.uk/infusions/forum/attachments/screen_5.png
Anonymous User attached the following image:
Image not found
0 replies
J
J_K_NIELSEN
J
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
answered
Member

that's what you mean

core_functions_include.php
/php/infusions/forum/admin/forums.php?aid=ff4b3e2fa485908a&parent_id=2&branch=2
Linje: 1511
12 timer siden

Vigtighed : Der blev genereret advarsler af Run-time
Undefined index: global_463

i got a little rusty so need to go straight into php again

mvh J_K_NIELSEN
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

global_463 - translation

Download new translations https://github.com/php-fusion/locales/tree/version-9
0 replies
J
J_K_NIELSEN
J
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 19 threads in the forums
  • Started this discussions
answered
Member

thank you so much it seems
I look back there are some errors

mvh J_K_NIELSEN
0 replies

Labels

None yet

Statistics

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

3 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
J
J
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 19 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