Mochabomb

Web Design and Technical notes

Mochabomb header image 4

Entries from November 2007

PHP memory limit results in blank pages

November 5th, 2007 1:47 pm · No Comments

From a Drupal install, got a blank page when logging in….

[Mon Nov 05 13:20:36 2007] [error] [client 71.139.36.123] PHP Fatal error:
Allowed memory size of 16777216 bytes exhausted (tried to allocate 92160 bytes) in
/home/someuser/public_html/modules/event/event_timezones.inc on line 331, referer: http://example.com/
Up the memory in php.ini a few MB, restart httpd and all was working..

[Read more →]

Tags: Apache · Drupal · Linux · PHP

DNS Troubleshooting

November 1st, 2007 4:09 am · No Comments

Yeah, its 5am - got clients that rely on me to get things done…
DNS: Best free tool to use: http://www.dns.lu/en/EN-LUTestNoms.php
If seeing “not advertising as nameserver”, that means in the zone file that server is not listed:

mochabomb.com. IN NS ns1.mochabomb.com.
mochabomb.com. IN NS ns2.mochabomb.com.
mochabomb.com. [...]

[Read more →]

Tags: Linux