I was evaluating Odoo v9.0 by pulling odoo v9.0 branch in my system and found that it is having some problem in showing the images. It prompts up with an error "Could not display the selected Image". If you open the product form view or company form view it comes up with the error. Even if you try to save new image to a product, after saving the image again it comes with the same error and image is not displayed.
The same issue is with the odoo e-commerce website, where no images are seen. I tried to debug where I can see that binary value is found, but somehow not been displayed on the screen.
Does it require any configuration? Does anybody knows the reason for this?
You have to update your werkzeug python librairy.
pip install --upgrade werkzeug
use this command
sudo pip install --upgrade werkzeug
Related
Hello I have a problem with PrestaShop 1.7.4.3. After trying to log in to the Admin panel, errors appear as in the attached picture.
[
I will be you, either I would reinstall my Prestashop, or I would install it somewhere else and I would put all the Vendor folder that is at the root to correct the problem.
Regards,
I have downloaded a theme from odoo backend theme market named artarad_theme_v9. I tried to install the theme and failed to install.
Now when I googled, I got the response to update apps module after changing to developer mode. I did that too.
Where should I keep the downloaded folder? Will the theme also be shown in the app list itself?
You need to keep your theme folder inside the addons folder. Then you update the App list, search for your theme in the apps list, install it.
I was hoping to install cloudera docker image on my laptop, It says that the file is about 4gb, I have a slow internet connection so i searched for downloading the image manually, I found - http://www.cloudera.com/documentation/enterprise/5-5-x/topics/quickstart_docker_container.html
In the above image it says that we can download the image from the website.
So I went to http://www.cloudera.com/downloads/quickstart_vms/5-7.html selected docker image as the Platform and Signed In and then clicked on Download Now.
It says that your download will start automatically, or CLICK HERE,
and then it redirects me to https://hub.docker.com/r/cloudera/quickstart/, even in the page source its the href of the link. Can anybody help me with the download link.
Thanks!
Nikhil, the procedure is to import the image from Docker Hub (there is no "download" from cloudera.com). Instructions are provided via https://hub.docker.com/r/cloudera/quickstart/.
I have a problem with one magento installation version 1.7.0.2
when I try to upload an image through the WYSIWYG editor in the cms pages for example when I click on browse server I get this error:
error: error in [unknown object].fireEvent():
event name: open_browser_callback
error message: Dialog is not defined
SO far I haven't found the same error so if anyone can help out I'd be very grateful.
Also in product WYSIWYG editor it doesn't load and says
Window is not defined.
I guess the error is the same.
Thanks!
I had the same problem on 1.6. Fixed it by overwriting the complete js folder
I had the same problem on 1.7.0
I go to the Magento "old versions" repository and downloaded the whole CMS
Then I replaced the whole existing js folder in that the fresh installation...it works :)
I have created a website named www.connectedipvoice.com and installed SEO Boss extension. Somehow it was not working so I tried to remove it using my administrator mode from my website but it shows a message:
JFolder: :delete: Path is not a folder. Path: /home/content/54/9492054/html/components/com_seoboss
Component Uninstall: Can't uninstall. Please remove manually
Then I tried to uninstall directly from server but it's not showing there too. My problem is when I try to install it again - it's showing me that the file is already installed and when I checked in the extension area >
manage catagory I found that SEO Boss extension is still there. But now I'm unable to get the options to remove it - the status column becomes blank!
To properly uninstall it (so you can install it again) you need to also remove the component reference inside the table called #__extensions
Search the element field for anything containing "com_seoboss" and delete it.
Then you should be able to install it again.
You should also look for this and delete it - /home/content/54/9492054/html/administrator/components/com_seoboss
I am not too sure what you mean by 'i tried to uninstall directly from the server'.
Anyway, I have had a similar issue to you when I was trying to uninstall virtuemart from a website. What worked for me was to:
manually delete all the component folders (using an FTP client like Filezilla )
manually delete all component tables from the database (using phpMyAdmin)
If you try this solution, make sure you backup your database first.
Hope this helps.