Closed Thread
Results 1 to 10 of 10

Thread: Weird error.. slow responding host... again, this time an other one tho

  1. #1
    WP Like sander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to behold sander k's Avatar
    Join Date
    Jan 2008
    Location
    Netherlands
    Posts
    2,296

    Weird error.. slow responding host... again, this time an other one tho

    Hello guys,

    I am getting the following error:

    Code:
    Warning: fopen(mybb/users/tricks/index.htm) [function.fopen]: failed to open stream: No such file or directory in /home2/tacpdyrz/public_html/domake.php on line 407
    can't open file.
    Its with a multi forum script when I try to make a new forum/subdomain.
    But just like the host I had before, this one is slow as well. I am waiting for an answer on 3 different tickets allready for 3 days.
    And yes the weekend was between them, but still...
    I get tyerd of waiting, so I am asking you guys now.
    Free Web Proxy: WP Like!

  2. #2
    b& TheBoss has a little shameless behaviour in the past
    Join Date
    Feb 2012
    Posts
    24
    What is on line 407 of /home2/tacpdyrz/public_html/domake.php ?

    I guess it tries to open some file (with a call to the fopen function), but that file cannot be opened because the web server does not have permissions to open it (or does not have permissions to read the directory where the file is in).

    Solution: find which file it tries to open (look at line 407 of domake.php above) and check its permissions - they are probably set in a way that the web server cannot open it. Maybe you have to set the owner of the file to be the web server. Or you have to set the web server in a group that has enough permissions on that file - welcome to Linux System Administration!

  3. #3
    WP Like sander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to behold sander k's Avatar
    Join Date
    Jan 2008
    Location
    Netherlands
    Posts
    2,296
    Quote Originally Posted by TheBoss View Post
    What is on line 407 of /home2/tacpdyrz/public_html/domake.php ?
    Code:
    $ourFileHandle = fopen($ourFileName, 'w') or die("can't open file");
    Maybe its a .htacces thing?
    Free Web Proxy: WP Like!

  4. #4
    b& TheBoss has a little shameless behaviour in the past
    Join Date
    Feb 2012
    Posts
    24
    Do not think, it is trying to open a file that web server is not giving permission to.

  5. #5
    It gets better. Dynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant future
    Join Date
    Jan 2008
    Location
    United Kingdom
    Posts
    4,534
    You've given the file w permissions in your fopen function. try r+ (gives reading/writing, right now you just have write). Also check the general permissions of the php file.
    JavaKrypt

    "If you think education is expensive. You should see the cost of ignorance."

  6. #6
    NLC wswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud of wswd's Avatar
    Join Date
    Dec 2010
    Posts
    1,148
    Quote Originally Posted by sander k View Post
    But just like the host I had before, this one is slow as well. I am waiting for an answer on 3 different tickets allready for 3 days.
    You might be waiting longer. Most hosts will not help you with 3rd party scripts and errors that are not server related. This really isn't their responsibility.
    WSWD Inc., Celebrating our 17th year in business
    WSWD.net - Shared, Reseller, VPS, Dedicated Server Hosting
    Blazing Fast SSD VPS That Will Blow Your Mind!! High Performance RAID10 SSD Drives, IPv4, IPv6, and Private IPs

  7. #7
    WP Like sander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to behold sander k's Avatar
    Join Date
    Jan 2008
    Location
    Netherlands
    Posts
    2,296
    Quote Originally Posted by wswd View Post
    You might be waiting longer. Most hosts will not help you with 3rd party scripts and errors that are not server related. This really isn't their responsibility.
    They didn't answer my other 2 tickets either, one about 3 extra IP's that I need and the second about privat nameservers.

    @Dynash: r+ gives me the same error. And the developer of the script doesn't respond either.
    Last edited by sander k; June 27th, 2012 at 10:20.
    Free Web Proxy: WP Like!

  8. #8
    b& TheBoss has a little shameless behaviour in the past
    Join Date
    Feb 2012
    Posts
    24
    Quote Originally Posted by sander k View Post
    @Dynash: r+ gives me the same error. And the developer of the script doesn't respond either.
    What kind of script is it, im sure I can find you a better working one. (i think)

  9. #9
    NLC wswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud of wswd's Avatar
    Join Date
    Dec 2010
    Posts
    1,148
    Quote Originally Posted by sander k View Post
    They didn't answer my other 2 tickets either, one about 3 extra IP's that I need and the second about privat nameservers.
    Well that's not good.
    WSWD Inc., Celebrating our 17th year in business
    WSWD.net - Shared, Reseller, VPS, Dedicated Server Hosting
    Blazing Fast SSD VPS That Will Blow Your Mind!! High Performance RAID10 SSD Drives, IPv4, IPv6, and Private IPs

  10. #10
    WP Like sander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to behold sander k's Avatar
    Join Date
    Jan 2008
    Location
    Netherlands
    Posts
    2,296
    Quote Originally Posted by TheBoss View Post
    What kind of script is it, im sure I can find you a better working one. (i think)
    Its: http://rusnakweb.com/mybb-multiforums-mod but I have the premium version.

    Quote Originally Posted by wswd View Post
    Well that's not good.
    The host finally responded. There was some weird problem with Apache which he rebooted and now everything works fine.
    I have been editing and scripting for 7 days to fix something that couldn't be fixed
    Free Web Proxy: WP Like!

Closed Thread

Similar Threads

  1. Slow time of year?
    By LM-Neil in forum General Discussions
    Replies: 5
    Last Post: January 6th, 2006, 05:29
  2. host.sk.....SLOW / Down...???
    By ideavirus in forum Free hosting requests
    Replies: 25
    Last Post: April 2nd, 2002, 18:41
  3. host.sk = WEIRD
    By laotching in forum Free hosting requests
    Replies: 9
    Last Post: February 16th, 2002, 06:23
  4. Weird java error
    By badviolinist in forum Programming Help
    Replies: 1
    Last Post: February 12th, 2002, 00:37
  5. weird host
    By murat in forum Free hosting requests
    Replies: 9
    Last Post: January 14th, 2002, 14:36

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts