Error while adding Attribute in Magento 1.4.2 - magento

I have started working on a fresh Magento 1.4.2 installation. When I try to add a new attribute I get the following error:
Fatal error: Call to a member function setIsPopup() on a non-object in /var/www/projects/magento/app/code/core/Mage/Adminhtml/controllers/Catalog/Product/AttributeController.php on line 117
I tried searching in google and found a solution here:
http://www.magentocommerce.com/boards/viewthread/214159/
But that resolves add issue but it causes problem in Modifying a attribute.
I like to know if any better solution is available to this issue.
Thanks

Please try reinstalling the package "Mage_All_Latest" with the Magento Connect Manager and make sure, you have set the folder-permissions right.
Ensure that the file magento/var/.htaccess, the directories magento/app/etc, magento/var, and all the directories under magento/media are writable by the web server.
It sounds like there was a problem while your install, so a reinstall of the latest packages maybe solves your problem.

Related

Call to undefined method JAdminCssMenu::load()

I have updated joomla version from 3.6.5 to 3.7 joomla latest version.
Now I am getting fatal error on site backend :
Fatal error: Call to undefined method JAdminCssMenu::load() in /public_html/administrator/modules/mod_menu/mod_menu.php on line 25
Can anyone please provide me solution to get it fixed.
Thanks
The temp fix does work, (uncomment line 25). However I found it was a component that was causing the error, SP Page Builder, once uninstalled, all worked fine :D
I had the same issue but you don't need to uninstall SPPageBuilder, just go to yoursite.co.uk/administrator/index.php?option=com_modules&view=modules, filter by Administrator modules and unpublish the one called "SP Page Builder Admin Menu".
I have also received the same error on a couple sites so far after updating. I added a php override to my htaccess file to bring the sites back online. I added the following to the rewrite section of my htaccess file:
php_value memory_limit 128M
This increases the memory to 128MB. Not the best way to fix the issue, but it works right now. I don't know if this issue is related to the 3.7 upgrade or not, but it's awfully coincidental that 2 of my sites, and now coming across this post happened after upgrading. I wonder if there is a bug in the new Joomla version, or if it requires more memory now.
This is faced by many who used JSN Poweradmin. You need to uninstall it to run your Joomla site or you can simply comment out or delete this line on line no 25
//$menu->load($params, $enabled);
in the file /administrator/modules/mod_menu/mod_menu.php.
I have replaced mod_menu complete Directory/Files with old one (3.6.5) and its working now.
If you are using JSN Poweradmin and you tried to install SP Page Builder, Just go to this directory:
administrator\modules
and delete this folder: mod_sppagebuilder_admin_menu
Now Joomla Admin panel would work OK and also SP Page Builder component is ready to use.

Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found

I'm getting an error in the admin page when I try to login, it was working fine and I would like to know if you can please help find out what may be causing the error and how to fix it. The error is:
Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found in /home/site/public_html/app/Mage.php on line 546
The admin page is only showing the header and the error line code, the search box but the search box is not giving any results neither. However, the front of the store is working find, no issues in front. Please help, thank you
Best Regards,
Jenny
99% that you were hacked and that you didn't apply the two patches which were released by magento some weeks ago...
I have seen that issue 1 day ago at a client side of mine and they also didn't apply the patch.
check also this: https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
It also happened to me. Did not install the security patches.
Follow the steps from this post:
https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
Remove all files: app/code/community/Magpleasure/Filesystem/
Clear your cache, login should be possible now.
Check for new "Admin Users"
Patch your System with SUPEE-5344!
This happened to my site AGAIN, even after removing the magepleasure files, and then installing the 2 security patches.
I looked in the community and local folders as noted above in the way that I fixed this the first time around. This time there was one called Ma2.
I deleted the files from both places and deleted the cache folder contents on the server. I was then able to get the backend again. There was another unauthorized user, deleted it.
There is a remaining problem though. Anybody know where to look to fully delete the problem?
This is Compiler Error edit index.php, there just comment out following lines
$compilerConfig = MAGENTO_ROOT . '/includes/config.php'; if
(file_exists($compilerConfig)) {
include $compilerConfig; }
it will fix now..
This looks like an extension has been installed but not completely. The error is because Magento is trying to find the file Magpleasure_Filesystem_Helper_Data which I guess will either be under code base local or community app/code/local/Magpleasure/Filesystem/Helper/Data.php but the file is not there.
I would suggest reinstalling the extension either by magento connect or locally and deploy to your system and if you are still having issues contacting the developer directly may be your best bet.

Fatal error: Class 'plgContentWidgetkit_Content' not found in

My website http://gutenberginstitute.com was developped using joomla and yootheme "venice". However, I have download and installed Widgetkit (free version so far) to test it on my site, and I can't make it work. It seems there are some plugins that are not installed, and if I put
...
[widgetkit id=1]
...
in some article, for example...
http://gutenberginstitute.com/index.php/es/our-teachers-es
It's not converted into the widget, but it shows just "[widgetkit id=1]"
On the other hand, if I use the module that gets created after the installation of widgetkit, in the "Modules" tab, I get an error when trying to show the article:
Fatal error: Class 'plgContentWidgetkit_Content' not found in
{..}public_html/administrator/components/com_widgetkit/helpers/system.php
on line 312
Anyone know what could be here happening?
This is already fixed. It was related to different uikit.js version (2.18) and templates (2.20) and yoo_theme out of date. Update your yoo_theme version and all the rest will be fixed automatically!

Fatal error: "Class JController" not found in Joomla

I'm trying to update the Joomla version on one of the website I managed.
I downloaded the package to upgrade to Joomla 1.5.25 (if my memory's good). I did a test on a dev website and everything worked well.
Now, when I apply the update to the current website, i receive the error : Fatal error: "Class JController" not found in */components/com_content/controller.php "
The line
jimport('joomla.application.component.controller');
is there.
Anyone has any idea?
Thanks a lot
try to upload the files again via FTP client. Sometimes files don't transfer properly or at all. Also make sure you downloaded the correct upgrade package related to your previous version.

Joomla 'component not found' install error

I made a component that was working find on my local machine but when I tried to put it on live site it gives me '404 - An error has occurred. Component not found' error that doesn't seem to go away. I have tried everything from installing from different admins to putting the files directly to server but nothing works. I even tried installing it on another joomla site but that doesn't help either. Any help would be appreciated.
Thank you.
I was stuck on this since morning and finally got the solution. This might be of help...
The component name was com_ABCdef and it worked on local like that however when I installed in to site it became all small letters and was calling for option=com_abcdef and my installation files file ABCdef.xml and ABCdef.php and changing those to lower case solved my problem.
how are you doing it ?
Do you have the xml install file ?
name convention? i think name should always be com_componentName
have you placed it in the component directory ?
read more about joomla component here http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_1

Resources