Jump to content

Recommended Posts

Posted

Daca imi spui cum sa rezolv asta "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\includes\connection.php:2 Stack trace: #0 C:\xampp\htdocs\includes\config.php(4): include() #1 C:\xampp\htdocs\index.php(2): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\includes\connection.php on line 2" iti dau eu pozele, nu pot sa0l deschid, am utlima versiune de xampp.

Posted (edited)

Daca imi spui cum sa rezolv asta "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\includes\connection.php:2 Stack trace: #0 C:\xampp\htdocs\includes\config.php(4): include() #1 C:\xampp\htdocs\index.php(2): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\includes\connection.php on line 2" iti dau eu pozele, nu pot sa0l deschid, am utlima versiune de xampp.

 

Verifica in phpmyadmin daca ai pus baza care e compatibila la panel, presupun cel 'bugged'....

Poate ai alta baza pe aia ce ai pus-o in connection.php de la un alt gm si deaia nu sunt compatibile.

Edited by Blaskowski
Posted

Daca imi spui cum sa rezolv asta "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\includes\connection.php:2 Stack trace: #0 C:\xampp\htdocs\includes\config.php(4): include() #1 C:\xampp\htdocs\index.php(2): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\includes\connection.php on line 2" iti dau eu pozele, nu pot sa0l deschid, am utlima versiune de xampp.

Fa-mi un pastebin cu connection.php si te rezolv eu.

Posted (edited)

Fa-mi un pastebin cu connection.php si te rezolv eu.

Nu pot face acum pasebin uite.

 

 

 

<?php

$link = mysql_connect('localhost', 'root', '') or die("Nu se poate efectua conexiunea MYSQL");

mysql_select_db('bugged', $link);

 

$dbh = new PDO('mysql:host=localhost;dbname=bugged;charset=utf8', 'root', '');

 

/*$link = mysql_connect('localhost', 'root', '') or die("wrong user pass mysql");

mysql_select_db('zp_hid5962', $link);*/

 

?>

 

 

am incercat in loc de zp_hid5962 sa bag iara bugged degeaba.

Edited by A L E S S I O
Posted

Nu pot face acum pasebin uite.

 

 

 

<?php

$link = mysql_connect('localhost', 'root', '') or die("Nu se poate efectua conexiunea MYSQL");

mysql_select_db('bugged', $link);

 

$dbh = new PDO('mysql:host=localhost;dbname=bugged;charset=utf8', 'root', '');

 

/*$link = mysql_connect('localhost', 'root', '') or die("wrong user pass mysql");

mysql_select_db('zp_hid5962', $link);*/

 

?>

 

 

am incercat in loc de zp_hid5962 sa bag iara bugged degeaba.

 

Sterge tot din connection si baga doar asta:

 

<?php
error_reporting(E_ALL ^ E_DEPRECATED);
$link = mysql_connect('localhost', 'root', '') or die("Nu se poate efectua conexiunea la baza de date MySQL.");
mysql_select_db('bugged', $link);
?>
Posted

Poti lasa un link de download de la acel panel te rog?

Puteţi căuta despre asta în google, deoarece cota de link-uri în forum nu este permis

  • 2 months later...
Posted

Daca imi spui cum sa rezolv asta "Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\includes\connection.php:2 Stack trace: #0 C:\xampp\htdocs\includes\config.php(4): include() #1 C:\xampp\htdocs\index.php(2): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\includes\connection.php on line 2" iti dau eu pozele, nu pot sa0l deschid, am utlima versiune de xampp.

E de la versiunea de PHP. Intra pe CPanel, la PHP config si seteaza versiunea de PHP 5.0 . In PHP 7 a fost scos mysql_connect

Posted

E de la versiunea de PHP. Intra pe CPanel, la PHP config si seteaza versiunea de PHP 5.0 . In PHP 7 a fost scos mysql_connect

Nu doar, ci toate 'mysql_....'.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

moduri samp