-
scream my name
weird problem
weird problem trying to get to the index of my retro (revcms)
Screenshot by Lightshot
-
-
Re: weird problem
The first two warnings mean that your sql returns false. The third warning is probably because echo() and header("location: .." conflict sometimes.
-
Elite Member
Re: weird problem
Try turning display_errors off to fix (not the best way but.. may give you a temporary fix)
1. In the Xampp/ folder where Xampp is installed look for the folder "Php" and go into it.
2. In the /Php/ folder look for a file called php.ini (icon should look like a config notepad)
3. Ctrl F and search for "Display_errors = true" and change to "Display_errors = false"
4. Restart apache by your xampp control panel :)
Hopefuly this gives you a temporary fix.
-
scream my name