Fatal error: error traversing database - perhaps it is corrupt?
Very strange, I was checking my email (raw text) and copied the URL for the image that is inserted at the bottom of all emails for tracking purposes, this is the URL:
http://mydomain.com/mailer/t/2/7
(*of course domain changed for privacy)
Because my mail software (Poco mail) shows a broken image, I wanted to see what was going on there, so I copied/pasted the url above, and got the fatal error:
Fatal error: error traversing database - perhaps it is corrupt? in /home/domain/public_html/mailer/includes/helpers/geo/geoip.inc on line 610
Any one have an idea what is going on? Anyone seen this before?
Any help greatly appreciated...
Thanks,
-Brett
This discussion has been closed.
Comments
Hi Brett,
This error may be caused by your PHP not being allocated enough RAM. Try increasing your
memory_limit
in php.ini to a larger number. I checked your phpinfo and saw that yours is currently only 32M.Thanks.
Best regards,
Ben