i already run command php artisan storage:link
it shows only old images while when i upload new image in storage folder it does not appear while that image is exist on that location.
this is the image that won't show
and this that image file that i uploaded 7_587597.jpg but it don't shows while old files are showing while newly added doesn't show
Related
enter image description here
My xampp is running but it is not loading the changes I made to html files nor it is updating my php files.
I am working on laravel 5.4. I have used laravel storage where I have uploded images. It works fine in local. But when I have created zip and uploaded it on server then the public/storage folder is damaged and converted into files. That's why images are not visible on website.
Then what I have do to resolve it. I have delete that files and created zip of storage folder and upload it on server. And unzip that folder then images are visible.
Now, I am facing the another issue. Images are not uploaded into the storage folder.
So how to prevent this issue?
I got solution for it. I have used putty to use terminal of server.
First I have deleted storage folder from the public directory. Secondly, I had open directory of project folder in terminal using putty. Then write command as below :
php artisan storage:link
Now, its working perfect. As well as it restore all the images.
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 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.
I am new to Magento and trying Magento 1.7
I have installed a theme and trying to change the images of the theme. I copied the new images in the right path and renamed those to the old image name. I was expecting the new images will show up, but it is not working.
I made sure the new images are also png files and of same size like the existing one.
What I am missing here.
I was not chaging the png file permission.
I changed it starts working