Dustin Rohel Posted January 5, 2022 Posted January 5, 2022 I need a free or cheap coder/developer, the crimes in my game show an error page when you click on them. They not working. Quote
Sim Posted January 5, 2022 Posted January 5, 2022 Patience young jedi, you mssage regarding this assemble ain't even give me time to reply. Quote
Dustin Rohel Posted January 5, 2022 Author Posted January 5, 2022 Lolz sorry, no goodt with patience. Workin on it tho Quote
Dayo Posted January 5, 2022 Posted January 5, 2022 what error are you getting? whta engine (if any) are you using? Quote
Magictallguy Posted January 5, 2022 Posted January 5, 2022 Enable Debug Mode - edit lib/basic_error_handler.php and set the DEBUG constant to true (line 31 by default) Quote
Dustin Rohel Posted January 5, 2022 Author Posted January 5, 2022 How to find enable Debug Mode? Quote
Veramys Posted January 5, 2022 Posted January 5, 2022 2 minutes ago, Dustin Rohel said: How to find enable Debug Mode? Not trying to be rude but MTG literally just told you how 1 Quote
Dustin Rohel Posted January 5, 2022 Author Posted January 5, 2022 I'm new at this and don't understand much if this yet... Where do I go in cpanel? Quote
CrazyElk Posted January 6, 2022 Posted January 6, 2022 2 hours ago, Dustin Rohel said: I'm new at this and don't understand much if this yet... Where do I go in cpanel? Howdy, Log into your cPanel and start the file manager and navigate to the /lib directory, open the file basic_error_handler.php and make the edit advised by MTG above i.e set the DEBUG constant to true instead of the false that will be there now (line 31 by default). Cheers. Quote
Dustin Rohel Posted January 6, 2022 Author Posted January 6, 2022 Will try that, thanks That just made the error show up on main page... A critical error has occurred, and page execution has stopped. Below are the details: 1690: BIGINT value is out of range in '`mafialan_mccode`.`users`.`crimexp` + 10000000000' Â Thats what I get from crimes now Quote
CrazyElk Posted January 6, 2022 Posted January 6, 2022 (edited) 1 hour ago, Dustin Rohel said: Will try that, thanks That just made the error show up on main page... A critical error has occurred, and page execution has stopped. Below are the details: 1690: BIGINT value is out of range in '`mafialan_mccode`.`users`.`crimexp` + 10000000000'  Thats what I get from crimes now Actually that is the expected/required response to your actions and used to determine just what is going wrong with the code, it will allow someone to know whats going on and help you fix it. And what you see/read is in fact whats wrong, as the code is executed on line 1690 it stops with an 'out of range' error likely due to the the very high number displayed (10000000000) I suspect you may need to make an adjustment in the database to accommodate all those digits. I just now note the error message is no longer displayed on your site, did you get it sorted then? Cheers. Edited January 6, 2022 by CrazyElk Quote
Dustin Rohel Posted January 6, 2022 Author Posted January 6, 2022 No not sorted, just put it back to false for now. Know how I can fix this??? Quote
Samurai Legend Posted January 6, 2022 Posted January 6, 2022 Can you send a link to your site? I am willing to assist if you listen carefully, learn and be patience. Quote
SRB Posted January 6, 2022 Posted January 6, 2022 2 hours ago, Samurai Legend said: Can you send a link to your site? I am willing to assist if you listen carefully, learn and be patience. Good luck. 1 Quote
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.