atmoner / php-pastebin-v3

Php pastebin tool
110 stars 56 forks source link

unable to install and connect db #55

Closed iamrohan14 closed 7 years ago

iamrohan14 commented 8 years ago

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\paste\install.php:171 Stack trace: #0 {main} thrown in C:\xampp\htdocs\paste\install.php on line 171

gj12 commented 8 years ago

php7 dropped the mysql.so support you need to modify the code to support mysqli or pdo_mysql

Or include this file: https://sourceforge.net/projects/mysqlwithmysqli/files/