Jump to content
MakeWebGames

mccode v2 advanced properties mod crital error


boionfire81

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by NonStopCoding
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...