Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: problem on my web host

  1. #1
    Join Date
    Jul 2010
    Posts
    10

    problem on my web host

    Hi,
    My Host Have Some Problems Since Yesterday
    I Can't access my wordpress administration site,i can't delete any file using dolphin file manager,and i can't use fopen() function.
    am i done a work against the law of x10hosting?

  2. #2
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: problem on my web host

    Your website isn't suspended, so we are not blocking your site from working. Are you receiving errors for any of these things?

    It sounds to me like a permission problem.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

  3. #3
    Join Date
    Jul 2010
    Posts
    10

    Re: problem on my web host

    Quote Originally Posted by garrettroyce View Post
    Your website isn't suspended, so we are not blocking your site from working. Are you receiving errors for any of these things?

    It sounds to me like a permission problem.
    it's the ERR:
    URL file-access is disabled in the server configuration in /home/hpx/public_html/addons/page/2.php on line 24

    and this:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/hpx/public_html/BETU-COMPUTER.TK/wp-includes/registration.php on line 207

  4. #4
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: problem on my web host

    Quote Originally Posted by iran.scientific94 View Post
    it's the ERR:
    URL file-access is disabled in the server configuration in /home/hpx/public_html/addons/page/2.php on line 24
    This is due to he configuration of the server, which cannot be changed. This addon may have to be disabled.

    Quote Originally Posted by iran.scientific94 View Post
    and this:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/hpx/public_html/BETU-COMPUTER.TK/wp-includes/registration.php on line 207
    This is an infinite loop error in your program, most likely. You can see that you have 32MB of memory (33554432B) and you are using more than that somehow. Usually this happens when an infinite loop occurs in which more memory is allocated every loop. You may have to contact the author of the software to find out why an infinite loop condition would occur. This may also be due to the restrictions on remote file access.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

  5. #5
    Join Date
    Jul 2010
    Posts
    10

    Re: problem on my web host

    Quote Originally Posted by garrettroyce View Post
    This is due to he configuration of the server, which cannot be changed. This addon may have to be disabled.



    This is an infinite loop error in your program, most likely. You can see that you have 32MB of memory (33554432B) and you are using more than that somehow. Usually this happens when an infinite loop occurs in which more memory is allocated every loop. You may have to contact the author of the software to find out why an infinite loop condition would occur. This may also be due to the restrictions on remote file access.
    what about this?
    "URL file-access is disabled in the server configuration"

  6. #6
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: problem on my web host

    Quote Originally Posted by iran.scientific94 View Post
    what about this?
    "URL file-access is disabled in the server configuration"
    People use this URL file-access to create software that is against X10's rules. Because so many users broke this rule, we had to disable it for everyone, even the users like you who aren't using it to break rules.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

  7. #7
    Join Date
    Jul 2010
    Posts
    10

    Re: problem on my web host

    Quote Originally Posted by garrettroyce View Post
    People use this URL file-access to create software that is against X10's rules. Because so many users broke this rule, we had to disable it for everyone, even the users like you who aren't using it to break rules.
    but i think it's a server problem.
    until yesterday it was working safely,i haven't changed my scriptes,
    it was working yesterday but now i have many errors like(unlink function error,fatal error and fopen error)

  8. #8
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: problem on my web host

    unlink() and fopen() can both be blocked because of remote files, which may be a fatal error. It may be that you haven't used the software in a way to trigger the error, and now the software is stuck in that error.

    I would have to look at the code in your files to tell you whether it is trying to do something that is blocked or not.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

  9. #9
    Join Date
    Jul 2010
    Posts
    10

    Re: problem on my web host

    Quote Originally Posted by garrettroyce View Post
    unlink() and fopen() can both be blocked because of remote files, which may be a fatal error. It may be that you haven't used the software in a way to trigger the error, and now the software is stuck in that error.

    I would have to look at the code in your files to tell you whether it is trying to do something that is blocked or not.
    thanks ,please do this.

  10. #10
    garrettroyce's Avatar
    garrettroyce is offline Generally Helpful Member garrettroyce is a glorious beacon of lightgarrettroyce is a glorious beacon of light
    Join Date
    Apr 2008
    Location
    IL, USA
    Posts
    3,746

    Re: problem on my web host

    Quote Originally Posted by iran.scientific94 View Post
    thanks ,please do this.
    I don't have access to your account at my permission level. You would either have to wait until someone comes along who has that permission, or you will have to send the files to me.
    gjr.gr - coming soon: secrets of OCD coding from a self taught tinkerer

Closed Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. problem with my host
    By ilyes87 in forum Free Hosting
    Replies: 5
    Last Post: 08-25-2010, 08:33 AM
  2. Host problem: pending ...
    By szpisjak_cristian9319 in forum Free Hosting
    Replies: 1
    Last Post: 07-26-2010, 07:00 PM
  3. problem with my host
    By gooman8752 in forum Free Hosting
    Replies: 1
    Last Post: 07-15-2010, 12:00 PM
  4. Problem with host
    By T-ReX in forum Free Hosting
    Replies: 2
    Last Post: 12-30-2008, 04:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers