-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've been setting up a fresh magento 1.4.0.1 install, working great so far. I did some test orders just to see. Everything works fine, but when I click on "view order" under "my orders", I get a bunch of error messages:
There has been an error processing
your request
Notice: iconv_substr()
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
Need Advice which sharing hosting will run Magento Community fast or some other not expensive solution.
This website will not have a lot of users,
I only need that it will run fast for 100-20 users in same time.
The problem with magento is database design that make this system very slow ,…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
Need Advice which sharing hosting will run Magento Community fast or some other not expensive solution.
This website will not have a lot of users,
I only need that it will run fast for 100-20 users in same time.
The problem with magento is database design that make this system very slow ,…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are looking at Magento as a possible commerce solution, but we are reading more bad than good on the free product. However Magento sells itself as the best thing ever, so I am confused on its actual value. Thought I'd ask the pros here.
Can any seasoned developer here explain the difficulties…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am loading Magento blocks outside of Magento for certain parts of my site. I can do this successfully with something similar the following.
require_once $docRoot.'/app/Mage.php';
umask(0);
Mage::app('default');
...
$layout = Mage::getSingleton('core/layout');
$block = $layout->createBlock('Mage_Page_Block_Html_Header');
$block->setTemplate('page/html/header…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Adding a seemingly perfectly index is having an unexpectedly adverse affect on a query performance...
-- [Data] has a predictable structure and a simple clustered index of the primary key:
ALTER TABLE [dbo].[Data] ADD PRIMARY KEY CLUSTERED ( [ID] )
-- My query, joins on itself looking for a certain…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got a bit of a poor situation here. I'm stuck working with commerce server, which doesn't do a whole lot of sanitization/parameterization.
I'm trying to build up my queries to prevent SQL Injection, however some things like the searches / where clause on the search object need to be built up…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I'd like to print a simple table in my page with 3 columns, building name, tags and architecture style. If I try to retrieve the list of building names and arch. styles there is no problem:
SELECT buildings.name, arch_styles.style_name
FROM buildings
INNER JOIN buildings_arch_styles
ON buildings…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
To optimize application speed, everyone always advises to minimize the number of queries an application makes to the database, consolidating them into fewer queries that retrieve more wherever possible.
However, this also always comes with the caution that data transferred is still data transferred…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using firePHP(Zend profiler) on on FF 3.6.3(firephp addon installed) and it returns queries, when I do a normal page load. Ajax requests, however, are not returning the proper queries. I am using Prototype 1.6.0.2 for ajax requests. Is there something I am missing? Most of the write-ups seem…
>>> More