The MU forums have moved to WordPress.org

Monty Spam problems (9 posts)

  1. jaekob
    Member
    Posted 14 years ago #

    Hi!

    I've installed Monty Spam and it seems to stop all the spammers from registrering new blogs but wp-admin/wpmu-montyspam.php is just blank.
    My other mu-plugins are: New Blog Defaults, Cimy Swift SMTP & Site Feed.

    Anyone else had this problem?

    Cheers

  2. DeannaS
    Member
    Posted 14 years ago #

    Blank page means a php error. What do your error logs say?

  3. jaekob
    Member
    Posted 14 years ago #

    Ahaa, seems like the database is missing?

    [Sun Sep 20 06:44:37 2009] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.7 with Suhosin-Patch configured -- resuming normal operations
    [Mon Sep 21 05:24:49 2009] [error] [client IP] script '/var/www/blog/anp.php' not found or unable to stat
    [Tue Sep 22 10:46:22 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require_once, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://smulan.blog.domain.com/wp-admin/post-new.php
    [Tue Sep 22 10:46:23 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require_once, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://smulan.blog.domain.com/wp-admin/post-new.php
    [Tue Sep 22 10:46:34 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://smulan.blog.domain.com/wp-admin/post.php?action=edit&post=497&message=6
    [Tue Sep 22 10:46:39 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f
    [Tue Sep 22 10:46:41 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require_once, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://blog.domain.com/wp-admin/plugins.php?deleted=true&plugin_status=all&paged=1
    [Tue Sep 22 10:46:44 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require_once, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://blog.domain.com/wp-admin/wpmu-admin.php
    [Tue Sep 22 10:46:45 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require_once, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://smulan.blog.domain.com/wp-admin/post-new.php
    [Tue Sep 22 10:46:53 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require_once, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://blog.domain.com/wp-admin/wpmu-montyspam.php
    [Tue Sep 22 10:46:53 2009] [error] [client IP] WordPress database error Table 'mu.wp_monty_data' doesn't exist for query SELECT value_int FROM wp_monty_data WHERE <code>variable</code> = 'exp' LIMIT 1 made by require, require_once, require_once, require_once, include_once, montyspam_filter->montyspam_filter, ff25c5370, f5b2b2f9f, referer: http://smulan.blog.domain.com/wp-admin/post.php?action=edit&post=497&message=6
    [Wed Sep 23 02:25:51 2009] [error] [client IP] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
    [Wed Sep 23 09:15:07 2009] [notice] caught SIGWINCH, shutting down gracefully
    [Wed Sep 23 09:15:17 2009] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.7 with Suhosin-Patch configured -- resuming normal operations
    [Wed Sep 23 09:15:39 2009] [error] [client IP] PHP Fatal error:  Call to undefined function curl_init() in /var/www/blog/wp-content/mu-plugins/montyspam/classes/curl.php on line 1, referer: http://blog.domain.com/wp-admin/
  4. jaekob
    Member
    Posted 14 years ago #

    *the table..

    Anyone has any ideas?

  5. SteveAtty
    Member
    Posted 14 years ago #

    Very odd, it looks like it failed to create the tables when it was installed.

    Has it created any of the montyspam tables?

  6. jaekob
    Member
    Posted 14 years ago #

    I've got the table "wp_monty_data" and my database is called called mu.
    Should it be called "mu.wp_monty_data" as in the logs?

  7. SteveAtty
    Member
    Posted 14 years ago #

    "mu." in the logs is simply the database name and so its nothing to worry about You should have about 20 tables in the database all starting wp_monty.

    Its odd that you say the table is there but its reporting that it can't access it.

    Is there any more detail in your php error log compared to your apache logs?

  8. jaekob
    Member
    Posted 14 years ago #

    Solved it! :)
    I got this in my log:
    PHP Fatal error: Call to undefined function curl_init()
    because curl was missing.

    Installed php5-curl and the blank page were full of text :).

    Cheers

  9. SteveAtty
    Member
    Posted 14 years ago #

    Glad you fixed it.

    Odd that curl wasn't there.

About this Topic

  • Started 14 years ago by jaekob
  • Latest reply from SteveAtty