dcman007 Posted June 6, 2012 Share Posted June 6, 2012 I'm trying to upload an image into the CMS using the file uploader. However, every time I try it I get a pop up that says "The folder path is not allowed". I can see that the folder where the images are stored is located at <mysiteroot>/img/cms/ I have checked the permissions on the .htaccess file and they are set correctly. Any help in pinpointing why this is happening or where I should look to rectify this is greatly appreciated. Thank you, in advance Link to comment Share on other sites More sharing options...
fitgura Posted June 6, 2012 Share Posted June 6, 2012 Yo should chmod your folder to 777 Link to comment Share on other sites More sharing options...
dcman007 Posted June 6, 2012 Author Share Posted June 6, 2012 Thanks Fitgura, I changed the file permissions on both the .htaccess file and on the img folder before I posted my initial question, no luck it still says path not allowed. I've also made sure the .htacccess file was regenerated. Do you have any other suggestions?? Thanks Link to comment Share on other sites More sharing options...
jmaybes Posted October 18, 2012 Share Posted October 18, 2012 Same problem! Anyone? Link to comment Share on other sites More sharing options...
mrnutz Posted October 18, 2012 Share Posted October 18, 2012 Hi, Try another browser, may be a browser issue. Link to comment Share on other sites More sharing options...
Crazy_babar Posted December 15, 2012 Share Posted December 15, 2012 I have the same problem... with the same error message. Any idea? My chmod is fine and i can upload pictures for a product. I juste can't do for CMS pictures Link to comment Share on other sites More sharing options...
mrnutz Posted December 21, 2012 Share Posted December 21, 2012 have you tried another browser??? Link to comment Share on other sites More sharing options...
Crazy_babar Posted December 21, 2012 Share Posted December 21, 2012 Chrome, firefox, safari... Yep! Definitly tried Link to comment Share on other sites More sharing options...
Nanou2301 Posted March 11, 2013 Share Posted March 11, 2013 Hi ! Does anyone find a solution for this ? I have the same problem with Prestashop 1.5.3.1 Link to comment Share on other sites More sharing options...
Nyctaclope Posted March 24, 2013 Share Posted March 24, 2013 (edited) Hello Same problem with prestashop 1.4.9.0 , same message "Folder path is not allowed" I changed files permissions to 777 for folders /upload, /img and /img/cms, this last one beeing default folder. Nothing changed. And it is not possible to navigate to parent folder, i stay always in default /img/cms. It is possible to directly "insert" picture when typing her correct url in the text area, when known, and when pictures are already uploaded to the folder with ftp soft. There was no such problem in prestashop 1.4.3 I will try to compare config parameters in both versions, but it's probable hard work to do this .. Hope some one knows how to do something .. Awfull it is to never find any prestashop version without a lot of bugs I have quite a lot of with 1.4.9.0 ! ...but up to this date i could manage or go around it I am afraid to test updating to the new version 1.4.10 Please excuse my english, hope you guess what i meaned .. Hope to read your contributions .... Will come again if something new ... Nyctaclope Edited March 24, 2013 by Nyctaclope (see edit history) Link to comment Share on other sites More sharing options...
Nemesis tech Posted December 5, 2013 Share Posted December 5, 2013 Hi guys, I hope I founded the issues ! Please check : Folder Rights Folder CHMOD $_GET['folder'] is not empty please check your Ajax request using Firebug; I saw the $_GET['folder'] as empty. http://www.monsite.com.com/admin/ajaxfilemanager/ajax_file_upload.php?folder=undefinedDEBUG :Open the file '\admin\ajaxfilemanager\ajax_file_upload.php' and add after all the $errors definitions a debug tag wich will help you to localize your error. Eg : if(CONFIG_SYS_VIEW_ONLY || !CONFIG_OPTIONS_UPLOAD) { $error = SYS_DISABLED; $error .= ' - TAG 1 ! '; } Chris Link to comment Share on other sites More sharing options...
Recommended Posts