boionfire81 Posted March 11, 2016 Posted March 11, 2016 This is what I'm getting And no errors appear in the error log for some reason [h=1]Critical Error[/h] A critical error has occurred, and this page cannot be displayed. Please try again later. Query failed Quote
NonStopCoding Posted March 11, 2016 Posted March 11, 2016 This is what I'm getting And no errors appear in the error log for some reason [h=1]Critical Error[/h] A critical error has occurred, and this page cannot be displayed. Please try again later. Query failed are you using v2.05b? if so then goto public_html/lib/basic_error_handler.php and change the define('DEBUG', false); to define('DEBUG', true); this will turn on your error reporting and show you what's going on Quote
boionfire81 Posted March 11, 2016 Author Posted March 11, 2016 Well this is at the top of login.php A non-critical error has occurred. Page execution will continue. Below are the details: PHP Deprecation Notice: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead (8192) Line executed: /home/public_html/class/class_db_mysql.php:82 Quote
NonStopCoding Posted March 11, 2016 Posted March 11, 2016 (edited) its telling you that the old mysql_ extension is Deprecated (Outdated and wont work on later version of php) Your options 1. Hire a developer or do it yourself to update your code to mysqli or pdo 2. Use a host that uses a lower php version that still allows mysql to work hope this helps Edited March 12, 2016 by NonStopCoding Quote
boionfire81 Posted March 11, 2016 Author Posted March 11, 2016 Yeah I contacted my host inmotionhostingcom and they fixed it. Just downgraded to php 5.4 Now on to the next error lol Quote
sniko Posted March 12, 2016 Posted March 12, 2016 Is this a report on my advanced property modification? http://mccodes.com/viewmod.php?id=104 Quote
boionfire81 Posted March 12, 2016 Author Posted March 12, 2016 Is this a report on my advanced property modification? http://mccodes.com/viewmod.php?id=104 Yes sir, it is. I'm looking at a few of your mods. lol. Just only messing with a couple right now. 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.