Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Exporting using porter file , Got failed.
InfigoSoftware
New
Hi,
I was exporting my DB by using "vanilla2export.php" but I get this error-> mysql_connect is an undefined function. Verify MySQL extension is installed and enabled.
Thanks
0
Comments
@InfigoSoftware
Welcome to the community.
Are you exporting from another forum software? If so, which one?
The porter is not intended to move DBs between Vanilla installs.
@whu606 : thank you.
Yes , I am exporting from PHPBB .
How to resolve the error I am having,
Thanks
Just from a quick check on the Interwebby:
So, if you are using PHP 7.0 that might be the issue (although I'd have thought the Vanilla bods would have thought of that.)
Are you using the latest version of porter: https://open.vanillaforums.com/addon/porter-core?
Well, you should have the MySQL extension available...
https://stackoverflow.com/questions/13825108/undefined-function-mysql-connect
Any solution for this. I am still having the issue with my porter and the same error ?
@InfigoSoftware the solution has been given
https://stackoverflow.com/questions/13825108/undefined-function-mysql-connect
grep is your friend.
Tried both , did not work. Still having error in -> mysql_connect is an undefined function. Verify MySQL extension is installed and enabled.
mysql_connect() is easily confused with mysqli_connect() the function does exit so maybe the function itself has be disabled.
check disable_functions in you php.ini
grep is your friend.
Can you help me , and make the file customized.
The easiest way is to run the porter under PHP 5.6