File permissions are set to 755 for the wp-content folder. Even if I change to 777 it still doesn’t work.
-
This reply was modified 1 year, 2 months ago by
Jonas Grumby.
BTW the wp-content/uploads/ip2location folder is there and it has all of the files in it from our last hosting setup.
-
This reply was modified 1 year, 2 months ago by
Jonas Grumby.
I should add that the site was migrated from Hostpapa to Hostinger. All of the original files are there, including the ones in wp-content/uploads/ip2location. I tried deleting that folder and it didn’t help so I put it all back.
The plugin is telling me “IP2Location Country Blocker requires the IP2Location BIN database to work. Setup your database now.”
When I try to do that I get the error “No permission to write into file system.”
Thank you
-
This reply was modified 1 year, 2 months ago by
Jonas Grumby.
Please clear the content inside “wp-content/uploads/ip2location” and make sure your web server has the permission to read/write on this directory.
Now they’re saying this. How big is the local query database? I’m supposed to have 200 GB NVMe storage.
I was able to verify your Hosting configuration and the Framework that you are trying to install , this can only be used on a KVM/VPS server
IP2LOCATION database cannot be installed on shared hosting due to several limitations:
- Storage restrictions – The database files are typically large
- No root access – Installation requires system-level permissions
- Resource limitations – Queries might exceed shared hosting limits
This is resolved. There were absolute paths in the WP database tables that didn’t exist on the new server. I had to use PHPMyAdmin to search for a folder name and manually replace those paths with the correct ones. Everything is working fine now.