• Hi, how can i fix this problem:

    Warning: glob() has been disabled for security reasons in /var/home/home/xxx/public_html/wp-content/plugins/mailpress/mp-includes/class/swift/Swift/Cache/Disk.php on line 124

    Warning: glob() has been disabled for security reasons in /var/home/home/xxx/public_html/wp-content/plugins/mailpress/mp-includes/class/swift/Swift/Cache/Disk.php on line 124

Viewing 1 replies (of 1 total)
  • Hi I get the same error but on line 74.

    PHP [E_WARNING] 2 : unlink(/var/www/vhosts/domain/httpdocs/wp-content/plugins/mailpress/tmp/9b6551f88cf6b4837f67cfdbea244eeebody) [function.unlink]: No such file or directory in /var/www/vhosts/domain/httpdocs/wp-content/plugins/mailpress/mp-includes/class/swift/Swift/Cache

    at line 74 in Disk.php I see this code :
    /**
    * Clear the cached data (unlink)
    * @param string The cache key
    */
    public function clear($key)
    {
    @unlink(self::$save_path . “/” . $this->prefix . $key
    }
    So something is wrong with the path or there is a permissions issue I would say.

Viewing 1 replies (of 1 total)
  • The topic ‘problem with mailpress’ is closed to new replies.