magento,google-sitemapRelated issues-Collection of common programming errors


  • czerasz
    installation zend-server magento
    I try to install magento for the first time.I’ve created the database with the name “project” in my C:\Zend\Apache2\conf\httpd.conf I added on the end:<Directory “C:\Zend\Apche2\htdocs\project”>Options Indexes FollowSymLinksAllowOverride AllOrder allow,denyAllow from all </Directory>in my ZendServer/Server Setup/Extensions: PDO_MySQL, simplexml, mcrypt, hash, GD, DOM, iconv, curl, SOAP are on in C:\Zend\ZendServer\etc\php.ini I set:safe_mode = Off ;<– was set to off … memory_li

  • razbakov
    magento upgrade php
    After upgrading magento from 1.5.1 to 1.6.1 by ssh I get the next error:Fatal error: Out of memory (allocated 41418752) (tried to allocate 24768513 bytes) in /home/username/public_html/downloader/lib/Mage/Archive/Abstract.php on line 45I edited my php.ini to:max_execution_time = 18000 max_input_time = 6000 memory_limit = 256MDoes anyone have an idea how to solve this problem? After trying and searching for a whole day it’s getting pretty frustrating.Any help would be realy appreciated!Thanks

  • sulman
    magento
    I have just started experiencing this problem: The site is fine until I add something to my cart at which point I start to receive the following error at the bottom of the page:Fatal error: spl_autoload() [<a href=’function.spl-autoload’>function.spl-autoload</a>]: Class Mage could not be loaded in /blah/blah/app/code/core/Mage/Core/functions.php on line 244The logged in user also gets logged out and they can not log back in again.I’ve seen a couple of forum posts that talk about thi

  • user2958356
    php mysql magento
    I have Magento 1.7.0.2 and when I try to edit a customer account in the admin panel i get this error: Fatal error: Call to a member function setRenderer() on a non-object in /home/techspec/public_html/magento/includes/src/Mage_Adminhtml_Block_Customer_Edit_Tab_Account.php on line 77$attributes = $customerForm->getAttributes();foreach ($attributes as $attribute) {/* @var $attribute Mage_Eav_Model_Entity_Attribute */$attribute->setFrontendLabel(Mage::helper(‘customer’)->__($attribute->

  • pwalsh
    magento memory-leaks magento-1.4
    I am exporting around 1200 products to csv via Magento’s export profile feature.The export begins and then locks up.php has this to work with: max_execution_time 28000 memory_limit 1024MI get this error: [Wed Mar 23 12:48:33 2011] [error] [client 84.229.93.19] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 24 bytes) in /path/to/lib/Zend/Db/Adapter/Pdo/Abstract.php on line 292, referer: http://domain.com/index.php/admin/system_convert_profile/edit/id/10/key/

  • Hossein
    php magento e-commerce
    I have a fresh installation of magento 1.8I have created a category called ‘TEST’when I want to add a Product in ‘Simple Products’ Then I get the following Error.Fatal error: Class ‘Varien_Data_Form_Element_Weight’ not found in C:\xampp\htdocs\testmag\lib\Varien\Data\Form\Abstract.php on line 147I realy don’t Understand whats the reason if I add my product in other types like ‘Grouprd Products’ or ‘Virtual Products’ Then i get no error and every thing goes fine.Any help appreciated.

  • brodster
    magento magento-1.7
    after moving my mangento installation fromm mywebsite.com/mangento To mywebsite.com I get an error message:\my magneto is displaying “Site Down For Maintenance” with white screenI get an error in my error_log filePHP Fatal error: Class ‘Varien_Data_Tree_Node_Collection’ not found in public_html/lib/Varien/Data/Tree.php on line 51

  • FlourishDNA
    php function magento e-commerce
    When I got to System >> COnfiguration >> Google API from my magento dashboard I get following error.Fatal error: Call to a member function toOptionArray() on a non-object in /home/dev/public_html/app/code/core/Mage/Adminhtml/Block/System/Config/Form.php on line 421In Form.php on line 421 there is following code.} else {$optionArray = $sourceModel->toOptionArray($fieldType == ‘multiselect’);}Thanks

  • Steve Robbins
    magento backend
    I just made a few changes to my webshop by admininterface (no big one, like no short media URL..) and now every time I log in to Magento it shows up the following Error. I can’t see anything else. The frontend is still working.Fatal error: Class ‘Mage_Catalogrule_Helper_Data’ not found in /var/www/vhosts/mysite.com/httpdocs/app/Mage.php on line 546What could be the matter and how can I fix it? Would be great if somebody could help me.thanks

  • Will Palmer
    magento fatal-error magento-1.7 lightbox2 wsod
    I’m using Magento Community Edition 1.7.0.2.LightBox2 stopped working after clearing js/css cache via cache management.I receive the following error:PHP Fatal error: Call to a member function addItem() on a non-object in home/*******/public_html/app/code/community/IG/LightBox2/Block/Catalog/Product/View/Media/Gallery.php on line 163The front-end now only shows WSOD / blank page.I have tried:commenting out line 162 & 163, Clearing caches, Logging In/Out, Uncommenting line in index.php to dis

  • Rahat
    iis-7 iis-7.5 windows-server-2008-x64 google-sitemap
    Why do all the sites on IIS start to throw HTTP 503 error after installing google sitemap generator?I noticed that app pools are crashing. If I restart an app pool it crashes again after few minutes. It all started after installing the Google sitemap generator tool (sitemap_win-beta1-20091231.msi).We did not have the problem on Windows server 2003 32bit OS and IIS6. The problem exists on IIS 7 running on Windows Server 2008 64bit OS.

  • Stuart M
    magento google-sitemap
    I’m trying to override Magento’s functionality to create a sitemap.xml file (Catalog > Google Sitemap in the backend). The idea of my override is that not all product- and category-URLs should be included in the sitemap, I need the category-path of a product or category to determine whether to include it or not.So this is what I did, I added this to my module’s config.xml:… <global>…<models>…<sitemap><rewrite><sitemap>Company_Module_Model_Sitemap</sitema

Web site is in building