Hi everyone
I have used the beautiful Total CMS blog. It works fine :-), but I have one problem. When I add photos (jpg) to the blog, the photos are saved. But when I look at the actual blog some of the photos are missing, And if I go back to the admin page these photos are shown as an empty square with a cross over. It seems to be big photos (2 Mb +) that have this problem.
I thought the jpg files was automatically downsized (from one of Joe Workmans videos about Total CMS images). It seems like I was wrong. Is it possible to make Total CMS Blog accept bigger images? I have triad to change every size related setting I have found — except for the correct one.
If you look at the Total CMS debug output, you will see if your server has all of the proper libraries installed in order to resize images.
Next, it’s also possible that your server does not have enough available resources to dynamically resize images. Does it work if you upload a smaller image?
I’ve run into the server resource problem Joe mentioned with my previous host. They had very restrictive upload rules and if too much time/processing power was being used the server would abort the process.
Easiest way to test is to copy a bunch of the images giving you problems, reduce them to a sensible size (lets say 3000px across) and try uploading them.
I had an issue a while back with a host that set a default upload limit of 2MB’s, if I remember correctly. It was an easy enough fix once I requested a change. To do it yourself, I believe there is a php ini file that you can edit (the location and method to access it might vary by host)
Hi
There was a limit set on the server (2Mb). I have now increased this limit (4Mb). Now the import works well, but I still get an error message in cms.log.
Mon, 19 Nov 2018 10:01:59 +0000 (88.88.16.235) : ERROR:PHP ERROR [8192] Function create_function() is deprecated (/home/X/xnbslkkaiua8morg/www/rw_common/plugins/stacks/total-cms/vendor/michelf/php-markdown/Michelf/Markdown.php line:1873)
Hi and thanks
The limit was set to 2Mb. I have increased the limit and now the images are imported just fine — even if I still get an error message in the cms.log file. I guess this indicate that the automatic compression do not work. Not shure.