-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images not visible with image manager #1332
Comments
replace the library/helper/utf.8.php file with the latest |
@danielkerr Thanks for your answer Daniel. What files do you mean? I've found in /system/helper a utf8.php file. In /system/library no such file. Where can I find the latest file you are referring to? Joost |
I also have the same problem. also what ever folder you open the same blank image shows. Elliott |
Hi I have just copied system\helper\utf8.php from V1.5.6.1 to the server and now the image manager is working. BUT not sure by copying this file make any more problems!! Elliott |
@mewolari - go to the master branch on github and download the file - it was last modified in this commit (b3f6762) @egoody you should be fine, clear your error log and then check the log again after you've modified some images to see if any errors occur (make sure your errors are being logged via your settings in the admin). Best of Luck - DS-MATT |
@DS-Matt - The link to the new file don't make image manager work. I Will carry on use file from 1.5.6.1 Not sure this a 1.5.6.2 issues but sense upgrading i am getting a memory error Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4000 bytes) in /home/********/public_html/system/library/image.php on line 34 |
That is a server error, you have a cap on file upload at 64 megabytes. Go in your php.INI file and modify the max_file_size setting. |
sorry it'S upload_max_file size |
I have spoken to the host and sorted it out already. Any news on the utf8.php file? |
@DS-Matt Using the version on github results in the same problem. |
Ensure you have given the right permission for your folders. When I had the utf8.php problem, I didn't have the "permission denied". |
It seems to be all right. My version is 1.5.4, may an update resolve this? |
What version of the code are you running? Do you have a 3rd party mod changing your image manager? My OC v1.5.5.x has a different image manager than the one you have in your screen shot (and I'm not aware there is a link in the admin to a tpl file for the image manager - the image manager should only be a pop up modal - in your image you have a breadcrumb that shows a link to the image manager but that's not in the default opencart that I'm aware of - but I could be wrong)! If you have a 3rd part module installed, try removing it and if you have VQmod clear your vqcache then see if your problem still exists! Best of luck! DS-MATT |
@DS-Matt My version is 1.5.4, I saw it on the index.php, is there another way to confirm the version? I looked into my Modules and there is none that changes the image manager... My image manager is under System -> Image Manager Page. I tried to update to 2.0.0 but got a bunch of problems, with mysql and others, so I restored to original. I will try that vQmod thing. Thks! |
The page you reference (system --> Image Manager Page) doesn't exist in Opencart's default code (you can see this by going to the demo.opencart.com site - it's still on V1.5.4.1) that page doesn't exist. You have a modification (either you or someone you had set up your site) installed that is most likely causing the problem. As for updating to v2.0, I'd recommend you hire a developer to assist you in setting up or upgrading your store. A good place to find Opencart Developers is on the Opencart site under general support then visit the commercial support section and find your country http://www.opencart.com/index.php?route=support/support). |
I have installed Opencart on my localhost by cloning it from Github. While I am trying to run it from localhost it is not showing any images on a website though all the images were there in a folder and I am also able to open all those images in the Image viewer. |
Are you using 1.5 or 2.x OC? |
@arnisjuraga Please elaborate it. I can not able to understand what you want to say. |
Which Opencart version are you using? This issue is old one, and comments are done for version 1.5. |
And to both: discuss such in the forum, not here! |
@arnisjuraga |
Just chmod 777 -R image/ |
I used opencart 1.5.6.1. Images were shown as in attachment 1.5.6.1.jpg
After upgrade to opencart 1.5.6.2, the images are not displayed anymore. Also not able to select images anymore. Using a clean install (only with demo shop) without any addons.
After that I completely removed everything and performed a clean install (only with demo shop) with 1.5.6.2, but same problem occurs.
The text was updated successfully, but these errors were encountered: