Archive for magento
You are browsing the archives of magento.
You are browsing the archives of magento.
Introduction
Well, Google Base in Magento 1.3.2.1 Community Edition is broken. Word on the forum is that it will be fixed for 1.3.2.2. Here’s the error message I got:
Warning: Varien_Autoload::include(Zend/Gdata/Gbase/Extension/ItemEntry.php) [varien-autoload.include]: failed to open stream: No such file or directory in lib/Varien/Autoload.php on line 93
Solution that Worked For Me
As always, YMMV and make sure you test. [...]
Introduction
I’m pretty much just adapting/ copying an old internal wiki entry out here. I’ve used CVS for years and years, but only once in a great while do I add whole new directories of source code. More typically, I’m simply adding a module or 2, so “cvs add” does the trick. So here it goes, [...]
Introduction
I have been running a script based on code posted by srinigenie on the Magento boards here, which I adapted for my use to update prices, inventory levels, descriptions, etc. Up until 1.3, everything was fine. After upgrade to 1.3, boom. Updates didn’t work, and I got an Error/ Warning message:
Error importing:Warning: Invalid argument supplied [...]
Introduction
I’m using the Fontis-Wysiwyg Extension v1.0.4, and it’s been performing well for our item descriptions. There is a warning on the extension page that “Pages loaded through AJAX calls will not display the WYSIWYG editor” – I took that to mean that the WYSIWYG editor just won’t be used. Maybe I’m wrong? In any case, [...]