Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What problem is this ? #240

Open
saweetha opened this issue Feb 10, 2018 · 3 comments
Open

What problem is this ? #240

saweetha opened this issue Feb 10, 2018 · 3 comments

Comments

@saweetha
Copy link

Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\series\dynamic\AtomCMS\functions\data.php on line 8

@creptor
Copy link
Contributor

creptor commented Feb 10, 2018

I can't help you if I don't show me your code. Please post it here (please just copy the code and don't use an image) so I can understand what you're trying to do and try to fix your problem.

Because this has to do with your database it would be great if you could post an image of the tables you're trying to get information from.

@saweetha
Copy link
Author

saweetha commented Feb 13, 2018

'.$data['body'].'

'; } else { $data['body_formatted'] = $data['body']; } return $data; } ?>

this is the code

@creptor
Copy link
Contributor

creptor commented Feb 13, 2018

I'm sorry, I wasn't very specific.

I actually need the code of the whole file, not just specific sections of it. Without this I'm unable to understand your logic, and the process that generates the error.

In this case I also need some database information, because the error reports that some value is invalid.

Please add that information to this thread for more help, and please try to use markdowns to make it more readable. Link here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants