I get the message "directory not writable" when trying to upload images into a normal cms page.
I have seen this before so I created a wysiwyg folder inside the media folder and chmod it to 777.
The images now upload but they dont appear in the wysiwyg folder on the backend. So I cant pick any images to inset into a page.
I tried copying the js folder from the original install folder, and it still doesn't work.
Any ideas?
Thanks
Check whether there is a folder named wysiwyg in media folder.
If no, then create /media/wysiwyg folder in magento installation folder and chmod 777.
If the problem still persists, then open the site in Firefox browser and activate firebug while opening the site.
Click on console and reload the page.
Now try to upload image. If there is some js error in console of browser, then download same version of magento you have, and replace the js folder from the download into your Magento installation and come back to minification later on.
Note: create a backup of your current js folder, just in case. Delete it once you have confirmed the fix works.
Related
I really don't know what could be the issue but I Can't find from CPanel images I just uploaded from Joomla Media.
I created a Folder and uploaded ninety images but can't find them (folder + images) in CPanel.
I searched for about 2 hours without solution.
I also checked "Show Hidden Files (dotfiles)" in CPanel Setting but still can't see the file.
Using the browser, from Joomla Media (menu Contents>Media), you can right-click on a image that you can't found and choose "copy image location" or similar. So you can see where the image was stored.
i have downloaded theme in Magento CMS and now i want to preview this theme in Localhost xampp server. for that i have installed magento on local server.
but i dont know how to preview downloaded theme in xampp server.
WHAT I HAVE DONE.
i have copied app,js,media and skin folder to the folder in magento installation directory but nothing made. please tell me how i can solve this..
View page source to the admin page that you are looking for and view whether setup.js inside js/mage/adminhtml/wysiwyg/tinymice/ is loaded or not. This js file loads your wysiwyg editor on admin page.
This normally occurs due to mismatch on code. So, you can copy core magento js folder from fresh magento installation and overwrite to your working site.
Try once !!
I am using a joomla plugin that shows multiple images inside a gallery. But whenever I add the code for the plugin inside an article I get this error:
Simple Image Gallery Notice: Joomla!'s /cache folder is not writable. Please correct this folder's permissions, clear your site's cache and retry.
So I connected to my website with FTP and changed the permissions of the cache folder located at administrator/cache to 777 (Permission for everything), but I keep getting this message.
What could be the cause of this? And is there a work-around?
Joomla has a cache folder directly in the joomla root. You have to set the permissions of this folder (e.g. /var/www/joomla/cache), but it looks like you set them of /var/www/joomla/administrator/cache.
If you are using centos, you can change selinux to permissive mode. It works.
I'm working on a pagetype with a Imagedataobjectmanager. In slide show, files getting uploaded in CMS area.
The problem I'm having is, in the uploadify popup, when you upload a file, it hits 100%, and disappears. The file has been uploaded to the assets/uploads folder but it doesn't attach.
One mediocre fix is to upload in the File & Images to the right folder, go to your page and import them, however when you do that, it moves the selected files into the assets/Uploads folder, but it does attach them.
Changed the permission of the folder to 777, no luck. But surprosingly, file & images attaches the photos into the same folder
Thanks
Joomla 1.5.22 new installation, no extensions added. I've only configured the Global Configuration pages. For some reason, I can't upload any pictures, either in articles or in the media manager. "Start Upload" does nothing, it just sits there.
The only thing I could find on this was a folder permissions issue and and so I set Images and all sub-folders to 777, but that still didn't help.
Any thoughts on what could be causing this and how to get it to allow for pictures to be uploaded?
First off change your folder settings back from 777 to something more secure (664 or 775). Then Prakash could be correct in that the flash uploader is not working on your system and you can disable it and use the normal file view uploader. Try that and let us know.
On global configuration, in media settings you've enabled the flash uploader which disallows to upload the files for some reason. Disable it, now you'll be allowed to upload files again