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?

db_handlers in the error log

Asked Modified Viewed 977 times
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Junior Member

good day everybody

I need help again, please

this message comes in the error log

Error: mysqli_fetch_assoc () expects parameter 1 to be mysqli_result, bool given line: 95

file: includes/db_handlers/mysqli_functions_include.php

 if (!$result = mysqli_fetch_assoc($query)) {



thanks in advance
0 replies

5 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

In error log you should see page link.
Pease read the How to report an error https://www.php-fusion.co.uk/infusion...d_id=40236
0 replies
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

hy RobiNN
sorry hope i did it right now

sorry that's because of the infusion of pr application

but the infusion is not activated

Errorr: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given Zeile: 95
infusions/pr_bewerbung/bewerbung.php
Edited by sala99 on 26-01-2021 17:20,
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

In this case it is error in the infusion.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

The Infusion is using old native mysql commands from PHP 5.6 < directly and was never coded for PHPFusion standards with dbquery / dbarray /dbcount etc. So it needs a solid upgrade to operate on PHP versions above 5.6
Edited by Falk on 26-01-2021 19:47,
0 replies
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

good day everybody


thank you both for the tips and help
0 replies

Labels

Statistics

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

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
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
S
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet