Problems migrating PHPList to new VPS server
up vote
0
down vote
favorite
I am trying to migrate an installation of PHPlist via the Installatron installer provided by the cPanel console on a VPS. This error occurs in red under the URL heading:
! This import will require 1MB of available disk space to complete. Sufficient disk space is currently not available.
For assistance or to add additional disk space, contact your web hosting administrator.
Technical Error: Unable to create directory `/public_html/phplist'.
I went into SSH and created the /public_html/phplist folder using mkdir and the problem still persists. It's a newly leased server with 60GB of space -- 1mb shouldn't be an issue.
centos cpanel
add a comment |
up vote
0
down vote
favorite
I am trying to migrate an installation of PHPlist via the Installatron installer provided by the cPanel console on a VPS. This error occurs in red under the URL heading:
! This import will require 1MB of available disk space to complete. Sufficient disk space is currently not available.
For assistance or to add additional disk space, contact your web hosting administrator.
Technical Error: Unable to create directory `/public_html/phplist'.
I went into SSH and created the /public_html/phplist folder using mkdir and the problem still persists. It's a newly leased server with 60GB of space -- 1mb shouldn't be an issue.
centos cpanel
Read message.Sufficient disk space is currently not available.
Check quota for user.
– Abdel Karim Mateos Sanchez
Aug 8 '16 at 5:56
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to migrate an installation of PHPlist via the Installatron installer provided by the cPanel console on a VPS. This error occurs in red under the URL heading:
! This import will require 1MB of available disk space to complete. Sufficient disk space is currently not available.
For assistance or to add additional disk space, contact your web hosting administrator.
Technical Error: Unable to create directory `/public_html/phplist'.
I went into SSH and created the /public_html/phplist folder using mkdir and the problem still persists. It's a newly leased server with 60GB of space -- 1mb shouldn't be an issue.
centos cpanel
I am trying to migrate an installation of PHPlist via the Installatron installer provided by the cPanel console on a VPS. This error occurs in red under the URL heading:
! This import will require 1MB of available disk space to complete. Sufficient disk space is currently not available.
For assistance or to add additional disk space, contact your web hosting administrator.
Technical Error: Unable to create directory `/public_html/phplist'.
I went into SSH and created the /public_html/phplist folder using mkdir and the problem still persists. It's a newly leased server with 60GB of space -- 1mb shouldn't be an issue.
centos cpanel
centos cpanel
asked Aug 7 '16 at 21:38
user1780242
73522
73522
Read message.Sufficient disk space is currently not available.
Check quota for user.
– Abdel Karim Mateos Sanchez
Aug 8 '16 at 5:56
add a comment |
Read message.Sufficient disk space is currently not available.
Check quota for user.
– Abdel Karim Mateos Sanchez
Aug 8 '16 at 5:56
Read message.
Sufficient disk space is currently not available.
Check quota for user.– Abdel Karim Mateos Sanchez
Aug 8 '16 at 5:56
Read message.
Sufficient disk space is currently not available.
Check quota for user.– Abdel Karim Mateos Sanchez
Aug 8 '16 at 5:56
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
Just a quick note for anyone facing this error which is totally non-explanatory in what the problem actually is:
In Installatron
, when you choose the SSH option, as you should, you need to specify the full path to the files. Not just from the user directory.
So, normally it might say public_html/blog
, and you will need to change that to say, /home/user/public_html/blog
.
Now enter the full path and SSH will work fine.
add a comment |
up vote
-1
down vote
This error only occurred when the "ssh" option was selected in the Installatron import settings. After switching to ftp the error disappeared.
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Just a quick note for anyone facing this error which is totally non-explanatory in what the problem actually is:
In Installatron
, when you choose the SSH option, as you should, you need to specify the full path to the files. Not just from the user directory.
So, normally it might say public_html/blog
, and you will need to change that to say, /home/user/public_html/blog
.
Now enter the full path and SSH will work fine.
add a comment |
up vote
1
down vote
Just a quick note for anyone facing this error which is totally non-explanatory in what the problem actually is:
In Installatron
, when you choose the SSH option, as you should, you need to specify the full path to the files. Not just from the user directory.
So, normally it might say public_html/blog
, and you will need to change that to say, /home/user/public_html/blog
.
Now enter the full path and SSH will work fine.
add a comment |
up vote
1
down vote
up vote
1
down vote
Just a quick note for anyone facing this error which is totally non-explanatory in what the problem actually is:
In Installatron
, when you choose the SSH option, as you should, you need to specify the full path to the files. Not just from the user directory.
So, normally it might say public_html/blog
, and you will need to change that to say, /home/user/public_html/blog
.
Now enter the full path and SSH will work fine.
Just a quick note for anyone facing this error which is totally non-explanatory in what the problem actually is:
In Installatron
, when you choose the SSH option, as you should, you need to specify the full path to the files. Not just from the user directory.
So, normally it might say public_html/blog
, and you will need to change that to say, /home/user/public_html/blog
.
Now enter the full path and SSH will work fine.
edited Nov 29 at 0:23
Run5k
10.6k72749
10.6k72749
answered Nov 28 at 23:40
SiParker
412
412
add a comment |
add a comment |
up vote
-1
down vote
This error only occurred when the "ssh" option was selected in the Installatron import settings. After switching to ftp the error disappeared.
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
add a comment |
up vote
-1
down vote
This error only occurred when the "ssh" option was selected in the Installatron import settings. After switching to ftp the error disappeared.
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
add a comment |
up vote
-1
down vote
up vote
-1
down vote
This error only occurred when the "ssh" option was selected in the Installatron import settings. After switching to ftp the error disappeared.
This error only occurred when the "ssh" option was selected in the Installatron import settings. After switching to ftp the error disappeared.
answered Jan 30 '17 at 1:29
user691519
1
1
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
add a comment |
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
SSH is generally considered preferable to FTP because FTP is insecure. If the system is supposed to support SSH, then a good solution would allow for the continued use of SSH.
– music2myear
Feb 1 '17 at 0:40
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
@user691519 you are correct in this case, although SSH is the preferred method it also causing the same issue here
– Cookra
May 21 '17 at 11:17
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1110916%2fproblems-migrating-phplist-to-new-vps-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Read message.
Sufficient disk space is currently not available.
Check quota for user.– Abdel Karim Mateos Sanchez
Aug 8 '16 at 5:56