Skip to content

Subscriber lists

edited November 2012 in Troubleshooting
For a couple of versions, the display of subscribers of a list is blank. Although the list of lists created appears the number of people subscribed to the list. There must be some kind of mistake there because either load the bottom of the page.

Comments

  • I suspect your installation files are messed up judging from your other thread that says the footer displays 1.0.8 when it should display 1.1.2.

    Did you make any kind of modifications to Sendy?
  • Only the file geoip.inc.

    if (!function_exists('geoip_country_code_by_name')) {
    function geoip_country_id_by_name($gi, $name) {
    $addr = gethostbyname($name);
    if (!$addr || $addr == $name) {
    return false;
    }
    return geoip_country_id_by_addr($gi, $addr);
    }
    }

    Without adding the conditional, the code on my server returns an error with this function.
  • [29-Nov-2012 11:51:38] PHP Fatal error: Call to undefined function get_custom_fields_count() in subscribers.php on line 120
  • get_custom_fields_count() is not related to the geoip class.

    You mentioned using subversion to upload changed file for Sendy updates, that may be the problem.

    You may want to try uploading the complete set of files from http://sendy.co/get-updated
  • As you mentioned in your previous thread that uploading a fresh copy to your server works, I'll now close this thread.
This discussion has been closed.