Fopen Flock errors in php script

Discussion in 'PHP' started by ak9597, Mar 9, 2008.

  1. #1
    I cannot enter my admin panel in my php word cloud script, I get this error:

    "Warning: fopen(/home/...../public_html/admin/parsed/dashboard.main.php) [function.fopen]: failed to open stream: No such file or directory in /home/....../public_html/lib/fusebox/fusebox4.runtime.php4.php on line 501

    Warning: flock(): supplied argument is not a valid stream resource in /home/....../public_html/lib/fusebox/fusebox4.runtime.php4.php on line 502
    Could not get exclusive lock to Parsed File file"

    I have no idea what caused this because previously it was working fine and haven't even made any changes or touched the site in some time now.

    Anyone know what to do to fix this?
     
    ak9597, Mar 9, 2008 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    And you're 100% sure the file you're trying to include exists in this path?
     
    nico_swd, Mar 9, 2008 IP
  3. ak9597

    ak9597 Active Member

    Messages:
    469
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Yes the file is there, nothing has been removed. I was trying to bring up the log-in for admin panel but instead got those errors. So not sure what I would need to do to resolve the problem.
     
    ak9597, Mar 9, 2008 IP