Rev Cms Error.

Status
Not open for further replies.

Vapour

CrimKing was here.
Aug 18, 2013
179
13
Hi I have this error and was looking to see if there was a fix


Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
2m5e07r.png


 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
The mysql extension is deprecated. Short story; This CMS is not secure.

Long story;
The CMS is using old mysql functions to connect and retrieve data from the database, which is deprecated (they will be removed in future versions of PHP). I really recommend you to find a CMS that uses proper MySQLi or PDO support.

If however you want an unsecure CMS that allows users to exploit your site, you can hide the message by turning PHP error reporting off.
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
You don't need to add that code at all if your lazy. Just backup the htdocs and unistall xampp and install xampp 1.7.3
 

VaginaMuncher

Chilling with me bitch Fiona
Mar 17, 2013
447
58
Go to you're config page.
There from that;
<?php error_reporting ;0 ?>

Not just on the me.page if you want ever error to go away otherwise if you want other errors to be visible just place it on line 1 of Me.php
 

LilChacheeRetros

New Member
Oct 3, 2015
2
0
Lol you guys are stupid thats not at all what you do -,-.
in order to fix this you have to download:
- HoloCMS
- HoloDB
- (Any Emulator/Any SWF's)

Setup the HoloCMS Housekeeping, and update your servers!
Then go to localhost/install.php in your web url and it will bring up a page and it will say DELETE FILE.
Then go to Htdocs and delete file (Install.php)

BAM! All errors gone -.-.
 

Nicholas

Just another user:)
Mar 18, 2015
58
9
do not use that regardless, it is telling you your connection is not secure. i would suggest using a pdo connection and to preform the queries using prepared statments




error_reporting(0); hides the errors, but they are still there!
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top