Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes)
I got this error:
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2761 bytes) in /home/gotantan/public_html/rwolfefamily/modules/views/views_cache.inc on line 146"
I found this solution:
http://drupal.org/node/76156
"That indicates that Drupal needed more memory than PHP was allowed to give it.
Increase PHP's memory limit, either by adding:
memory_limit = 12M to your php.ini file (recommended, if you have access)
ini_set('memory_limit', '12M'); in your sites/default/settings.php file
php_value memory_limit 12M in your .htaccess file in the Drupal root
Some hosts allow a PHP.ini in the root of your site.
Depending on the amount of modules you have enabled and their 'impact' on the site you may need to increase the memory_limit even more (sometimes to 30 MB or more). Experiment with what memory value works for your needs.
You may need to restart your server before the php.ini settings take effect."
I changed the memory limit from 32 to 62 in the php.ini, however I did not change any of the other files. Now I get these error messages:
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in /home/gotantan/public_html/rwolfefamily/modules/views/views_cache.inc on line 102
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/gotantan/public_html/rwolfefamily/modules/feedapi/parser_simplepie/simplepie.inc on line 12061
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 145834 bytes) in /home/gotantan/public_html/rwolfefamily/includes/common.inc on line 2188
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 83 bytes) in /home/gotantan/public_html/rwolfefamily/includes/form.inc on line 852"

Don't forget to restart the
Don't forget to restart the webserver. Otherwise your server won't know you've changed the memory limit.
According to the techs at my
According to the techs at my webhost there is no need to restart web server because they use Unix. Still getting the errors. Should I increase the memory?
Your techs are wrong.
Your techs are wrong. apache reads the php.ini file on start... not on the fly. Tell them that your change is not in the .php file... but in php.ini itself. If they persist... just tell them to do it to make you happy...
It just occurs to me that
It just occurs to me that they might mean reboot the server... which isn't what we are talking about here. The web server is the application that is serving your site content to the web. They need to stop and start apache, if that is what they are using, I would bet my pinky that it is.
The Webhost tech upped the
The Webhost tech upped the php.ini to 100 but nothing changed. Then he enabled fast cgi and now no errors and Drupal is working!
I have de same error and want to change my webhost.
I have de same error and want to change my webhost. Who is your Webhost?
Thank you.