SevenLife Posted April 2, 2016 Posted April 2, 2016 Salut, imi poate da cineva niste ss-uri cu panel-ul reinforce ? Mi-e lene sa-l urc pe host sa vad cum arata, mersi.
x Stoie x Posted April 2, 2016 Posted April 2, 2016 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.
qSnowHD Posted April 2, 2016 Posted April 2, 2016 Poti lasa un link de download de la acel panel te rog?
Blaskowski Posted April 3, 2016 Posted April 3, 2016 (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 April 3, 2016 by Blaskowski
SevenLife Posted April 4, 2016 Author Posted April 4, 2016 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.
x Stoie x Posted April 4, 2016 Posted April 4, 2016 (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 April 4, 2016 by A L E S S I O
Blaskowski Posted April 4, 2016 Posted April 4, 2016 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); ?>
HaMza. Posted April 5, 2016 Posted April 5, 2016 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
Blaskowski Posted April 5, 2016 Posted April 5, 2016 Salut, imi poate da cineva niste ss-uri cu panel-ul reinforce ? Mi-e lene sa-l urc pe host sa vad cum arata, mersi. Uite asa arata: http://imgur.com/2HxMwIi asta e profilul.
seage Posted June 13, 2016 Posted June 13, 2016 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
L0K3D. Posted June 13, 2016 Posted June 13, 2016 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_....'.
Recommended Posts