Project:IP to Country
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:sugree
Status:closed (fixed)

Issue Summary

I don't know if I should set this as a support request or a bug report - but when I go to install this module - I enable it on the module administration page and it errors out.

Found this in httpd/error.log:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /home/drupal-5.1/includes/database.mysql.inc on line 156, referer: http://mydomain.bzaeds.org/admin/build/modules
Allowed memory size of 134217728 bytes exhausted (tried to allocate 85 bytes)

I have this in php.ini:
memory_limit = 128M
post_max_size = 128M
upload_max_filesize = 128M

Any ideas?

Comments

#1

Here is my status report:
Drupal 5.1
Configuration file Protected
Cron maintenance tasks Last run 4 min 51 sec ago
You can run cron manually.
Database schema Up to date
File system Writable (private download method)
MySQL database 5.0.22
PHP 5.1.6
Unicode library PHP Mbstring Extension
Web server Apache/2.2.0 (Fedora)

Also - the watchdog is flooded with errors like this:
Table 'drupal.www_ip2cc' doesn't exist query: ip2cc_insert_batch INSERT INTO www_ip2cc VALUES (3438184704,3438184959,"US","Unknown","0"); in /home/drupal-5.1/includes/database.mysql.inc on line 172.

Thanks!

#2

Category:support request» bug report
Assigned to:Anonymous» sugree

Oops! It's too big.

#3

Status:active» needs review

If you have time, please try again with the latest code in cvs. I have added a manual update page at `admin/settings/ip2cc/update`.

#4

I just ran it with the dev code from here: http://drupal.org/node/114136 - Last updated: February 23, 2007 - 06:09

It seemed to install completely this time - but there was two warnings that came up afterwards:

* user warning: Query was empty query: ip2cc_install in /home/drupal-5.1/includes/database.mysql.inc on line 172.
* user warning: Query was empty query: ip2cc_install in /home/drupal-5.1/includes/database.mysql.inc on line 172.

#5

#6

Status:needs review» fixed

#7

Status:fixed» closed (fixed)