https://docs.oxwall.org/faq:how-to-transfer-my-site-to-another-hosting.
After moved the site, I can able to view the site clearly except Avatar Image.
When I tried to access the avatar image url, It is showing Error 400.
What could be wrong?
https://docs.oxwall.org/faq:how-to-transfer-my-site-to-another-hosting.
After moved the site, I can able to view the site clearly except Avatar Image.
When I tried to access the avatar image url, It is showing Error 400.
What could be wrong?
please check the avatar image is actually there too.
I checked the permissions of the following 4 folders as given in the tutorial.
ow_pluginfiles, ow_userfiles, ow_static, ow_smarty/template_c
All folders have 0777.
For your information, I am using Oxwall 1.7.0.
Avatar images are present in the FTP. I downloaded them and check them.
Don't forget to disable it after.
If the issue persists PM me your admin and FTP access details, I'll take a look at the issue.
When I tried the avatar url in browser, It is showing Error 400 (Bad Request).
Sorry. I can't provide Admin and FTP access details.
Unfortunately I can't do much without access to the server and website.
I uploaded the image in newsfeed. But not showing in frontend.
I removed the following code from .htaccess
RewriteCond %{HTTP_HOST} ^sitename\.com$ [NC]
RewriteRule ^.*$ http://www.sitename.com%{REQUEST_URI} [R=301,L]
RewriteRule ^(ow/) - [L] # Removed this code
Also I moved the oxwall site to server's root directory.
Now it is working fine for Newsfeed images and avatars.
I created image widgets with my plugin. That images not showing now.