Can't access CPanel?

Status
Not open for further replies.

wbspensfansite

New Member
Messages
14
Reaction score
0
Points
0
I am trying to log in to CPanel and I am getting this error:

"Sorry for the inconvenience - The filesystem mounted at / on this server is running out of disk space. CPanel operations have been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that operation."

I know I did not use too much space. I have 500 MB allocated and have only used about 25 MB.
Is anyone else having this issue?
 

brunin34

New Member
Messages
5
Reaction score
0
Points
0
yes!! i have the same problem!! my site is on starka and it isn´t loading either!!

Isn´t starka problem fixed ??
 

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
I will alert an administrator to the issue. I'm sure it's nothing to worry about, just some maintenance probably.

Thank you for being patient. :)
 

brunin34

New Member
Messages
5
Reaction score
0
Points
0
yeeiii!! my site is alive!! thanks everyone!!:biggrin:
Edit:
mmmmmmm:dunno: the service is dead again.........
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
No, just nothing loads...

Firefox says:

"La conexión ha caducado

El servidor www.ideascolectivas.com.ar está tardando demasiado en responder. "

Same thing happens with: http://starka.x10hosting.com:2082

I visited the URL that you specified, and it seems to be loading fine for me; I get a page titled "Taller de Ideas Colectivas."

Try clearing your browser's cache and flushing your DNS, then try visiting the page again.
 

brunin34

New Member
Messages
5
Reaction score
0
Points
0
ok, i tried that but nothing happend. I cleared the DNS entries as the browser's cache, but nothing.

But when i tried ideascolectivas.com.ar instead of www.ideascolectivas.com.ar it worked fine...

Now everything works!! :dunno::nuts:
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
ok, i tried that but nothing happend. I cleared the DNS entries as the browser's cache, but nothing.

But when i tried ideascolectivas.com.ar instead of www.ideascolectivas.com.ar it worked fine...

Now everything works!! :dunno::nuts:

Try adding the following code into your .htaccess file. Your .htaccess file can be found in your File Manager by either enabling showing hidden files, or adding &showhidden=1 to the end of the URL of your File Manager.

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.ideascolectivas\.com\.ar$ [NC]
RewriteRule ^(.*)$ http://ideascolectivas.com.ar/$1 [L,R=301]
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
tnx!! its running great! no need to do that! :drool:

tnx tnx tnx!!!!!!!

I understand that it's running great; the code I provided for you is to solve the issue you've been having where if you type in "www" it doesn't work, and if you don't type in "www," it does work.

But either way, if you don't want to do it, then that's fine too.
 
Status
Not open for further replies.
Top