Getting that error?Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
1) go into Config.php
2) Type error_reporting(0); under session_start();
3) You're welcome.
Getting that error?Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
1) go into Config.php
2) Type error_reporting(0); under session_start();
3) You're welcome.
Or...realize that mysql_* is deprecated, and you should be using PDO.
The fact that most, if not all MS websites use mysql instead of PDO is downright embarrassing.
lol this is not a fix more like a solution to not display errors.
You can also add @ before the equal, that seems to work as well.