I tried installing an extension, and it said some core files where it wanted to install along where upgraded. I'm thinking it downgraded them so I upgraded again. I cleared the magento cache and now I'm getting a 500 error on every other page except the homepage.
Need help here. Any help is appreciated.
Using magento 1.9.
This is more a comment, but for readability I post it as answer:
Release Date is 2013-08-09, so it is max. compatible with 1.7, but a comment on
http://www.magentocommerce.com/magento-connect/e-reactor-slider.html
says that it also broke 1.7.0.2.
See installed files:
http://connect20.magentocommerce.com/community/Ereactor_Slider/1.0.0/package.xml
Download-Link:
http://connect20.magentocommerce.com/community/Ereactor_Slider/1.0.0/Ereactor_Slider-1.0.0.tgz
Releases (first and only release):
http://connect20.magentocommerce.com/community/Ereactor_Slider/releases.xml
So you could try to deactivate it in app/etc/modules/Ereactor_Slider.xml:
<active>false</active>
If that brings no success try to uninstall it and clear all caches again.
The developer is a company and has a shop for the extension with a contact form:
http://shop.e-reactor.dk/contacts/
Maybe they can help?
Good luck
Related
I've just completed an upgrade of Magento from 1.5 to 1.9 following the command line guide at http://blog.chapagain.com.np/update-upgrade-magento-1-x-to-latest-version-via-both-browser-command-line/
along the way, some errors were encountered but eventually were all resolved through SO.
However, after the upgrade, with the index recreated and cache cleared, the category page and product page are no longer displaying the products, checking the HTML source sees that the HTML is being cut off after rendering the menu.
There are no errors being logged. All other pages are working fine, the products can be found and displayed through the search function.
Changing to another theme does not solve the issue.
Any help would be greatly appreciated.
Thank you.
problem was solved by enabling debug following How to debug magento application
main cause was the Config.xml in app/code/local/Mage/Paypal/etc is still the old version. replaced it with the version from app/code/core/Mage/Paypal/etc solved the issue.
I've installed the AheadWorks' Automatic Product Callouts extension for Magento. I've followed the steps on their website on how to install this extension and everything is set up and installed correctly. The problem is when I call the block nothing shows on the website.
Installation Guide:
http://confluence.aheadworks.com/display/EUDOC/Automatic+Product+Callouts
This is the code I use to call the block on my page:
{{block type="automaticcallouts/automaticcallouts" block_type="best_selling"}}
Thanks in advance for the help.
So after countless hours of struggling I finally found what was preventing multiple functionality problems (including my initial question's problem) on the Magento website... The answer, an outdated Fishpig (wordpress integration) extension.
After I read the error logs I found that Fishpig was the problem, but didn't know what the exact problem was. I then saw that my version of Fishpig was way outdated and I simply just downloaded and installed the new version and everything was working again.
BuddyPress version: 1.9.2
Wordpress version: 3.8.1
I have a very angry client at the moment.
The buddy press installation has been functioning flawlessly for a couple of weeks until the last few days.
When creating a new group, at the second step (Settings) the usual options of “Public/Private” etc do not show. When clicking “Next Step” button you get the WordPress error page of “Are you sure you want to do this?”
Have tried disabling all plugins and still not working so I’ve ruled out a plugin issue.
UPDATE:
Going to try move to a fresh server and reinstall piece by piece. Will report back.
I moved the installation to a fresh server and all is good now. I suspect it was something to do with the Varnish config I was running.
I'm getting this error when trying to add posts as admin in Kunena forum. The post is not a duplicate so I don't understand why it is giving me this error. Is there something I can change to fix this problem?
Firstly, ensure you are running the latest version of Kunena (3.0.2) and Kunena plugins, along with the latest version of your Joomla series (2.5.14 or 3.1.5)
If you're running Kunena 1.6.5 and Joomla 1.7, then there are known issues with what you have reported, and thus my first point most definitely applies.
If you're using JomSocial and the JomSocial Activity Stream, again, ensure you running the latest version else try disabling the Activity stream extension to see if this solves the problem.
If you're using the Kunena/JomSocial plugin, then in its configuration set "Core Application" to "Yes" (default is "No")
If none of these fix your problem, then I would suggest reporting the error to the Kunena dev team.
Hope this helps
I tried to upgrade our shopsoftware from Ver. 1.3.2.3 to 1.4.1.0 and I used the Magento Connect Manager. It loads all the files and said they has been installed, but they are not. Under “downloader/pearlib/download/” are all these files. Have I forgotten anything or is that maybe a bug in our customized shopversion?
I’m searching for days and hope, someone can help me here.
I'm in your shoes as well. I've got an upgrade to do as well, and trying to do it automatically didn't work out well at all.
Here's the only upgrade path I've gotten to work:
Install a fresh copy of 1.4.1.0
Backup 1.3.2.3 via Magento
Move media files from 1.3.2.3
Bring skin over, convert to 1.4.1.0's new requirements
Bring modules over - turn error reporting on, and check for issues (there were a ton with ours)
Good luck. I'm still having some issues with ours :(