I have a big problem i must change my provider, is possible too transfert my oxwall site? sql and all folder from my old provider and put own my new?, i try but many problem
- Impossible to connect on website? user password no work, and say no user exist, and i see user on website
- and i see old url in file in ow_smarty folder, may i change in this files and put new url ?
Sorry for my english
thx for help
Greg
Hey Greg
After you transfer files and db, you need to set new SITE_URL and Db connection info in file ow_includes/config.php file. Also set 777 recursive permissions to this folder:
- ow_userfiles
- ow_pluginfiles
Let me know if you will have problems with that :)
Hey
1) Check that you have old value in ow_includes/config.php for OW_PASSWORD_SALT constant. This is the most reason why you can't login as admin.
2) Login to your server as root and remove all smarty's cache files. Or ask your hosting to do it for you.
3) Check that you have new value for SITE_URL in ow_includes/config.php file.