BRMS-9 - Could not import database
Posted by Naveed Peerzade
Last modified on 03 Oct 2017 05:12 PM (7 Votes)
Last modified on 03 Oct 2017 05:12 PM (7 Votes)
If you get this error, its mainly because of the following reasons
- Your webhost have following turned off
allow_url_fopen
Please ask your webhost to turn it ON...
You can also search for the above features if they are turned on or off by going to
yourdomain.com/ipecontrol/phpinfo.php - Please check if you have any .htaccess in the root folder may be the one generated by wordpress
if so, please rename it for timebeing like .htaccess__
or you may add the following line in the .htaccess just after "RewriteEngine On"
RewriteCond $1 !^(ipecontrol|ipecontrol/) [NC]