Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hi all,
Apologies if I'm posting in the wrong forum, but I'm having an issue getting through Step 2, Database Configuration. I've created the database and corresponding user with correct rights, entered said database name, username and password into the Basic Options section, click Save and Continue and always get this error.....
Fatal error: Call to undefined function validate_mysql_connection() in C:\xampp\htdocs\kalturaCE\install\general_info.php on line 12
Can anyone recommend what to do? I'm stuck.
Best,
Chris
I'm getting the same error message. At first i thought it was my WAMP installation so i removed it and installed XAMPP. I get the same error message? Any ideas?
Here is what i get when i try to connect to the database...
Fatal error: Call to undefined function validate_mysql_connection() in C:\xampp\htdocs\kalturaCE\install\general_info.php on line 12
This worked for me and i was able to move past the error message.
In the file kalturaCE/install/general_info.php, I had to move the validate_mysql_connection() function declaration to right before I make the actual call to the function.
false hope.....
moving the validate declaration did not work after all. It only allowed me to move to the next page in the setup..
Hi I am also running into this issue as well. I can confirm that I can connect to the db I created and confirm that the user has been granted the correct privledges. Did you find out an answer?