azoubagh Posted March 22, 2014 Share Posted March 22, 2014 Hi, After upgrading to 1.6.0.5 doesn't any of the pictures in "img/cms/" show up on the front office. Pictures like banners, payment logos (bottom). Anyone who has the answer to this problem? Except from this - everything works. 1 Link to comment Share on other sites More sharing options...
azoubagh Posted March 24, 2014 Author Share Posted March 24, 2014 Still can't show the images in "img/cms/" Link to comment Share on other sites More sharing options...
vekia Posted March 24, 2014 Share Posted March 24, 2014 hello no matter what image extension you upload? Link to comment Share on other sites More sharing options...
Magicalname Posted March 25, 2014 Share Posted March 25, 2014 Same Problem Link to comment Share on other sites More sharing options...
Massemania Posted March 25, 2014 Share Posted March 25, 2014 Same for me, can't show the pics. Link to comment Share on other sites More sharing options...
perezdans Posted April 2, 2014 Share Posted April 2, 2014 Same problem. I can see image thumbnails in CMS's File Manager but when I try to preview them or insert them in the cms page, I get a "question mark image". Link to comment Share on other sites More sharing options...
perezdans Posted April 2, 2014 Share Posted April 2, 2014 I found it: Look for file .htaccess on your img/cms folder and remove it or just comment this line #php_flag engine off Mine is working now 2 Link to comment Share on other sites More sharing options...
mir-aus Posted June 9, 2014 Share Posted June 9, 2014 Hi, I can see my img in cms pages but problem is if i use the link like ../ . www.domain.com/en/myownfolder/image.jpg shows and for other languages different url ! any suggestion to fix this problem? I have ps1.6 Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2014 Share Posted June 9, 2014 it's because you use relative path for image, use direct link to image instead of relative path like "../img/cms/image.jpg" Link to comment Share on other sites More sharing options...
mir-aus Posted August 30, 2014 Share Posted August 30, 2014 it's because you use relative path for image, use direct link to image instead of relative path like "../img/cms/image.jpg" HI Vekia, Please see this link for example: http://continuousinksupplysystem.com.au/en/content/17-ciss-installation-instructions for En page I used ../images/CISS-HELP.jpg but still shows: http://continuousinksupplysystem.com.au/en/images/CISS-HELP.jpg Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2014 Share Posted August 30, 2014 for En page I used ../images/CISS-HELP.jpg it's a relative path Link to comment Share on other sites More sharing options...
mir-aus Posted August 31, 2014 Share Posted August 31, 2014 for En page I used ../images/CISS-HELP.jpg it's a relative path Hi Vekia, Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2014 Share Posted August 31, 2014 your post probably was cutted somehow (?) Link to comment Share on other sites More sharing options...
mir-aus Posted September 1, 2014 Share Posted September 1, 2014 your post probably was cutted somehow (?) hi, I would like to have relative path , because i need to active Https in all of my pages, problem is if i use relative path, img shows with languages, for example in en pages shows like this" ../en/images/CISS-HELP.jpg , i don't know how can i dis-active flag for images url. if i can not do that I have to use https fro all img links and will takes long time to fix this bug! any suggestion will help me hips. Thanks for your help in advance... Link to comment Share on other sites More sharing options...
mir-aus Posted September 9, 2014 Share Posted September 9, 2014 anyone can help me please ? Link to comment Share on other sites More sharing options...
mir-aus Posted November 4, 2014 Share Posted November 4, 2014 hi, if I use this for example ../../img.img for img links it's working which part i have to change in tpl then img works like this as well ../img.img Link to comment Share on other sites More sharing options...
tfcexesoft Posted November 6, 2014 Share Posted November 6, 2014 I was trying to add images to my cms pages via tinyMCE and were not displayed. The problem was that tinyMCE was changing all the url's to relative and couldn't be displayed because of the language on the url. for example, tinyMCE converted my links to this: ../img/cms/img.png getting this: http://www.myweb.com/en/img/cms/img.png I solved this by editing tinymce configuration file (/js/tinymce.inc.js) and adding this: relative_urls : false, convert_urls: false, After this change I could change the url in the tinyMCE to display the proper path. following the example: ../../img/cms/img.png or any absolute path you want. I'm not sure if that's your problem but hope it can help someone. This is the tutorial by Milosz Myszczuk to make the timyMCE changes: mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html Link to comment Share on other sites More sharing options...
mir-aus Posted November 9, 2014 Share Posted November 9, 2014 I was trying to add images to my cms pages via tinyMCE and were not displayed. The problem was that tinyMCE was changing all the url's to relative and couldn't be displayed because of the language on the url. for example, tinyMCE converted my links to this: ../img/cms/img.png getting this: http://www.myweb.com/en/img/cms/img.png I solved this by editing tinymce configuration file (/js/tinymce.inc.js) and adding this: relative_urls : false, convert_urls: false, After this change I could change the url in the tinyMCE to display the proper path. following the example: ../../img/cms/img.png or any absolute path you want. I'm not sure if that's your problem but hope it can help someone. This is the tutorial by Milosz Myszczuk to make the timyMCE changes: mypresta.eu/en/art/prestashop-16/extended-rich-text-editor.html Thanks for that , When I check the file already like that: I just use like this ../../img.png now working ok Thanks again Link to comment Share on other sites More sharing options...
bine93 Posted January 10, 2015 Share Posted January 10, 2015 (edited) THANK YOU SO MUCH it was one year i had this problem and i never found the problem, now i can add more languages! --------------------------- www.shamyna.fr --------------------------- Edited January 26, 2015 by bine93 (see edit history) Link to comment Share on other sites More sharing options...
picrasma Posted April 12, 2015 Share Posted April 12, 2015 I found it: Look for file .htaccess on your img/cms folder and remove it or just comment this line #php_flag engine off Mine is working now nope this didnt work for neither all the other posts i have seen on this forum please see http://www.styleplaygroundng.com/content/3-terms-and-conditions-of-use using inspector i change the path from relative path to full path and it worked. where can i put this full path in the code? which file? Link to comment Share on other sites More sharing options...
picrasma Posted April 12, 2015 Share Posted April 12, 2015 (edited) it's because you use relative path for image, use direct link to image instead of relative path like "../img/cms/image.jpg" Thanks Veika, i just got it fixed by changing path in the appropriate tpl file to a fullpath and it works just fine! Edited April 12, 2015 by picrasma (see edit history) Link to comment Share on other sites More sharing options...
paizinho Posted January 31, 2016 Share Posted January 31, 2016 Hi, go to /js/tiny_mce/tinymce.min.js, find and replace code as i show below convert_urls:true,relative_urls:false,remove_script_host:false, this will convert relative to absolute url. 1 Link to comment Share on other sites More sharing options...
Guest locen Posted March 31, 2016 Share Posted March 31, 2016 (edited) Hi, I have problems when i add image in cms page. i can't add image by click but i should follow these passages to insert images. can someone help me? Edited April 1, 2016 by locen (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now