RaspberryPints install error.

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

gimbo

New Member
Joined
Jan 1, 2008
Messages
1
Reaction score
0
I'm getting this error when attempting to install RP.
Validating Entries...Success!
Checking DB connectivity...Success!
Checking config folder permissions...Success!
Update config files...Success!
Update admin config files...Success!
Creating RPints database user...Success!
Running Database Script...

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

Here's line 167 in the configprocessor file:
mysql_connect($servername,'root',$rootpass) or die('error connection');

What am I doing wrong here??
 
We've seen this error, it is due to installing RaspberryPints on Raspbian Stretch which comes with PHP7-MySQL.
A viable work-around is to use Raspbian Jessie instead, which came with PHP5-MySQL.

See this page.

The OP could click on the exclamation icon in the bottom right corner and request this thread be appended to the RaspberryPints thread.

Cheers!
 
Back
Top