1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

i need help in PHP script installtion

Discussion in 'Site & Server Administration' started by hiteshischerry, Dec 12, 2015.

  1. #1
    i m installing PHP script and getting a certain error.

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/bookaroc/public_html/settings/config.php on line 113

    can any one let me know what is wrong with it?

    regards

     
    hiteshischerry, Dec 12, 2015 IP
  2. malky66

    malky66 Acclaimed Member

    Messages:
    3,996
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #2
    Exactly what it says, it's an outdated script that needs updating to use PDO or mysqli.
    That is the only correct way to get rid of the error.
     
    malky66, Dec 12, 2015 IP
  3. Roger S

    Roger S Active Member

    Messages:
    46
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    58
    #3
    Hello,

    The error says that the script uses a old outdated PHP function.

    MySQL is not used any more propably you can try using MySQLi for resolution,

    However, if the application is having that you will need to make a hell lot of changes to make it work.

    Better make PHP ignore the Depreciated fuinctions for now and the site will work

    in php.ini
    look for error_reporting and add the below.

    error_reporting = E_ALL & ~E_NOTICE << Exisiting add at the end ( & ~E_DEPRECATED)

    Hope that will help. :)
     
    Roger S, Dec 26, 2015 IP
  4. hiteshischerry

    hiteshischerry Active Member

    Messages:
    225
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    83
    #4
    thanks for the reply and help.

    regards
     
    hiteshischerry, Jan 5, 2016 IP
  5. hiteshischerry

    hiteshischerry Active Member

    Messages:
    225
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    83
    #5





    thanks for the help.

    best regards
     
    hiteshischerry, Jan 5, 2016 IP