Re: error logging into website
Date: Thu, 15 Nov 2018 10:32:57 -0500
Message-ID: <psk3ja$dli$1_at_dont-email.me>
Ammammata wrote:
> hello world,
>
> today the lady told me the website was refusing the connection because of
> a not valid certificate
Not a MySQL or PHP problem. Your hosting website needs fix their https certificate, or your clients must permit the use of the invalid certificate in their web browsers.
> once she told firefox to accept it and continue, she was presented the
> usual login form
>
> after she typed username and password, she got the following error:
>
> Fatal error: Uncaught Error: Call to undefined function mysql_connect() in
mysql_connect() has been a depricated function since PHP 5, and was removed in PHP 7. What version of PHP are you running? Has your hosting environment upgraded PHP recently?
> /is/htdocs/wp11016416_AGPG3LGMKP/www/include/function.php:9 Stack trace:
> #0 /is/htdocs/wp11016416_AGPG3LGMKP/www/login/login.php(4):
> connect_mysql() #1 /is/htdocs/wp11016416_AGPG3LGMKP/www/index.php(10):
> include('/is/htdocs/wp11...') #2 {main} thrown in
> /is/htdocs/wp11016416_AGPG3LGMKP/www/include/function.php on line 9
>
> ...and asked me to help :/
>
> I'm worried by the "Call to undefined function" part since nobody has
> admin access to the source code
[snip]
-- Lew Pitcher "In Skills, We Trust"Received on Thu Nov 15 2018 - 16:32:57 CET