I successfully deployed my Wordpress app on cloudControl. However, I realised that whenever I upload an image, no matter how small, I dont get to see the image after some hours. Please what could be wrong?
Asked
Active
Viewed 48 times
0
-
1You will need to provide more detail about what you are doing and how your server is configured to get any help here. Also provide any error messages you receive. – nullability Aug 07 '14 at 21:32
1 Answers
4
The problem is the non persitant file system. As described here:
https://www.cloudcontrol.com/dev-center/Platform%20Documentation#non-persistent-filesystem
For Wordpress you have to use a plugin which stores image files on a remote system like Amazon S3. For me it worked fine with
Amazon S3 for WordPress
By the way: the same for E-Mails you can use sendgrid with the sendgrid plugin.

sgotre
- 405
- 3
- 18