solved ERROR - MySQL

izhmel
@izhmel
5 years ago
1,319 posts
ERROR - MySQL Support for PHP was not found! Jamroom requires that MySQL support be configured within PHP.


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 12/18/19 09:07:40AM
michael
@michael
5 years ago
7,692 posts
You'll need to contact your server company about that error.
izhmel
@izhmel
5 years ago
1,319 posts
That is strange, as MySQL support is actually already enabled.
If you visit https://dubmusicproductions.com/phpinfo.php and search mysql, you will see plenty of mentions of this. Both mysqli and mysqlnd support is enabled.
Kind regards


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
5 years ago
1,319 posts
I am trying to move some profiles from JR4 and have install issues

Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/dubmusic/public_html/jr4/install.php:417 Stack trace: #0 {main} thrown in /home/dubmusic/public_html/jr4/install.php on line 417


--
The Scientist
dubmusic.com
Thanks for any assistance.
michael
@michael
5 years ago
7,692 posts
Jamroom 4 is too old to work on any modern server. You'll need an old server to get it to work.

It requires mysql less than 5.2.
brian
@brian
5 years ago
10,139 posts
izhmel:
That is strange, as MySQL support is actually already enabled.
If you visit https://dubmusicproductions.com/phpinfo.php and search mysql, you will see plenty of mentions of this. Both mysqli and mysqlnd support is enabled.
Kind regards

For Jamroom 4 you have to enable the OLD "mysql" extension - that's been removed in newer versions of PHP. Jamroom 5+ uses only mysqli.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags