gmartoo Posted September 18, 2008 Share Posted September 18, 2008 Fatal error: Out of memory (allocated 16777216) (tried to allocate 52 bytes) in /www/-/www/root/on1/classes/MySQL.php on line 71if I delete some products everything work great... my hosting company says the script on the shop is too heavy!!!my .htaccess fileDirectoryIndex /on1/index.phpAddType application/x-httpd-php5 .php# URL rewriting module activationRewriteEngine on# URL rewriting rulesRewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1$3 [L,E]RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [L,E]RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [L,E]# Catch 404 errorsErrorDocument 404 /404.phpmy php5.ini filememory_limit = 32Minfophp is attachet - o.php.txtSorry for my broken english o.php.txt Link to comment Share on other sites More sharing options...
Recommended Posts