cree8tor Posted September 3, 2011 Share Posted September 3, 2011 Here's what it looks like: http://tinyurl.com/3cqwq97 If you click on other products, you'll notice they don't do that. What am I missing here? Thanks Link to comment Share on other sites More sharing options...
phrasespot Posted September 5, 2011 Share Posted September 5, 2011 Because that page is actually giving an error. Hard to say why w/o access to server but may be due to your theme, a module, or server settings. Link to comment Share on other sites More sharing options...
cree8tor Posted September 5, 2011 Author Share Posted September 5, 2011 Thanks, that pointed me in the right direction. I got this error: PHP Fatal error: Allowed memory size of 419430400 bytes exhausted (tried to allocate 24 bytes) in /public_html/shop/classes/MySQL.php on line 91 I increased the memory limit in php.ini to 400mb, but it didn't do anything. It's version 1.2.5.0. Here's the mysql.php file line 91: $resultArray = array(); while ($row = mysql_fetch_assoc($this->_result)) $resultArray[] = $row; return $resultArray; } Here's the php.ini code for memory limit: memory_limit = 400M ; Maximum amount of memory a script may consume (16MB) Link to comment Share on other sites More sharing options...
phrasespot Posted September 7, 2011 Share Posted September 7, 2011 I got this error: PHP Fatal error: Allowed memory size of 419430400 bytes exhausted (tried to allocate 24 bytes) in /public_html/shop/classes/MySQL.php on line 91 I increased the memory limit in php.ini to 400mb, but it didn't do anything. Do you mean you are still receiving the above error? Maybe then the PHP config you modified is not the correct one, or hosting company has restriction on which PHP settings you can override. Best would be to ask your hosting company if the ini file you edited is the correct one. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now