Quota file not readable?

HostingGrounds

Verified User
Joined
Dec 11, 2009
Messages
23
Hi,

I have an issue with the API / quota file(s).
When I execute the /CMD_API_POP command, I get the following error:

Cannot open the quota file for reading

Converted into an array, I got this result

PHP:
array (size=8)
      'error' => string '1' (length=1)
      'text' => string 'Error getting the quota file' (length=28)
      'details' => string 'Cannot open the quota file for reading' (length=38)
      '#60br' => string '' (length=0)
      '#62
/etc/virtual/domain_nl/quota_' => string '' (length=0)
      '#58_Unable_to_open_/etc/virtual/domain_nl/quota_for_reading_' => string '' (length=0)
      '#62
No_such_file_or_directory' => string '' (length=0)
      '#62
' => string '' (length=0)

When I goto the directory /etc/virtual/domain.nl/, there is no quota file.

What am I doing wrong? Quota overall is working.
 
Hello,

Do you have any POP account on domain.nl ?
The file /etc/virtual/$domain/quota exists only if you have at least one POP account on the $domain.
 
Back
Top