Magento: Reviews and ratings not showing in backend - magento

My version of Magento is 1.8.1.0. The problem is that I cannot see the "Reviews and Ratings" link under Catalog. Do you have any idea what could be causing this?
I have recently upgraded from Magento 1.6.2 to 1.8.1.0.
Thank you very much.

Check System > Configuration > Advanced > Advanced and see if Mage_Review is enabled there. If it's not there at all, check that there's a Mage_Review.xml in app/etc/modules.
If it's enabled and still not showing, you may be missing some Adminhtml .xml files.

Related

Magento 2 Design Theme tab is missing

Hi, I am trying magento 2 and struggling to install the new theme. Because Design Theme is not showing under Stores > Configuration > Design.
It has been moved to Content/Design/Configuration
Yes It has been moved to Content/Design/Configuration.
check screenshot for more clarification
Then you can select specific store if you have multi store. click edit action and in new window you can find search engine robots setting.
In Magento 2.0.x, you can configure the theme in Stores > Configuration > Design.
However, from Magento 2.1.x, this configuration is relocated in Content > Design > Configuration. Edit the theme currently in used, and select the newly installed theme.
Screenshot

Cannot create bundled product in magento 1.9 - tabs are empty/blank

I cannot create bundled products in my recently upgrade (1.5 -> 1.9) magento.
When I go to created a bundled product, the "Product Information" tabs are all empty/blank like this:
I cannot see any errors in system.log or exception.log, I even checked for errors in JS Console in chrome as well as nginx/php-fpm logs (there were nothing in there).
Any idea why this is? How can I fix this?
This happens when Mage_Bundle is disabled. Make sure its enabled.

Can't Add/ Edit Categories After Upgrading Magento to 1.9.1.0

After upgrading Magento from 1.9.0.1 to 1.9.1.0 we can't add/ edit categories.
When clicking Catalogue/ Manage Categories in the Admin Panel, the categories descriptions are showing for 1/10 of a second and then dissapear.
The categories descriptions are shown in the frontend, but not in the admin panel.
Also when clicking one of the tabs (manage categories), "#" is beiing added to url.
Does anybody know what could be causing this problem?
Check your php.ini settings by adding:
phpinfo();
die;
at the top of your index.php
You likely have your
memory_limit
set too low, likely at 128m.
Increase this to 256/512/1024/2048 until satisfied.
i had face same problem on Saturday and then i search in my db and delete this row then i am able to see my categories this problem is not for upgrading magento but it is because of ultimo theme extension
I had the same issue and tried everything. Finally I contacted my hosting company and this is what they found out. (which is weird because I have created many magento themes and never had an issue of this before even with the latest version) Thank you for contacting support. After looking into this for you I am seeing that there are some mod_security errors getting generated when you click on one of the categories. So we fix this on our end for you.
Hopefully this will help.
I had exactly the same issue and after about a months worth of testing I pinned it down to mod_security.
my hosting allows me to turn this off and after doing so, the categories worked as expected.
Same problem, disabling mod-security and re-enabling afterward fixed this for me

Search not working Magento 1.9 rwd theme

I am using magento RWD theme for my project and have made some customization in the theme.
But my search is not working in it.
Few things I have tried are:-
Reindexing data.
Flush magento cache.
Went to System > Configuration > Catalog > Catalog Search and set Search Type to Combine (Like and Fulltext)
http://magento.stackexchange.com/questions/7335/magento-search-not-working
All are of no avail.
I have created a gist of required files.
https://gist.github.com/bhargavmehta/4aee123a93e07b4db60c
Can Anyone point out the error?
I have found out many solutions to it and created a blog to how I solved this issue.
You can find solutions here at Magento Search solution

Magento: Multi-column dropdown menu

I'm using Magento CE 1.6.
Briefly: I found exactly what I'm looking for here, but it seems like it doesn't work for Magento version 1.6; it's unzipped in the Magento catalog and enabled in the administration panel, but the menu doesn't change at all.
If there's no solution for this extension, is there any free alternative?
Thank you in advance!
Solution found: Ensure that the files in the extension goes to the "base" package catalogs; otherwise it will only affect the "default" package.

Resources