WarMad Posted February 8 Share Posted February 8 I am starting a new game and I’m updating a the code to php 8 and all my queries are running and not throwing an error but they are all returning 0 I am using mtg’s pdo wrapper Quote Link to comment Share on other sites More sharing options...
gamble Posted February 8 Share Posted February 8 Unfortunately there's no information here that can really help us help you. Try going into your file manager then the logs folder (should be on the same level as the public_html). In there I'd assume there's a PHP error log file. It'll have a ton of information as to what's going on Quote Link to comment Share on other sites More sharing options...
WarMad Posted February 8 Author Share Posted February 8 No errors at all there is nothing sent to the logs and as you see nothing displayed on the web page I’m aware I’m not giving much but I’m not getting anything to give 🤷🏼♂️ Quote Link to comment Share on other sites More sharing options...
gamble Posted February 8 Share Posted February 8 Interesting...try adding error_reporting(-1); To the top of your main php file. Whether it's header.php config.php or whatever. Just the main file. It should turn on ALL error reporting then maybe something will show up in the log...I think by default it's off Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.