Jump to content

Haik

Members
  • Posts

    2
  • Joined

  • Last visited

Haik's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi guys, thanks for the suggestions (and removing my username, I wasn't thinking). It did look like a permissions issue to me too, and here is what I've dug up for help. I'm not too keen on doing this however. Wouldn't chmod'ing my album directories '777' create a security concern? Its all inside my public_html folder. I found this fix on this link. Should I try it?
  2. Hiya. Couldn't find a relavent topic through searches, and I know this has to do with PHP but I didn't know where else to look, besides, it was caused after TCH fixed an error with their server about 2-3 weeks ago. The error I recieve is this: >Warning: fopen(/home/***/public_html/albums/Mclean-June-24,2006/photos.dat.lock) [function.fopen]: failed to open stream: Permission denied in /home/***/public_html/nuke/modules/gallery/platform/fs_unix.php on line 55 Error: Could not open lock file (/home/***/public_html/albums/Mclean-June-24,2006/photos.dat.lock)! I've checked all of my albums, it is the same error for all of them, just the album name changes in the code above to reflect which album I am in during the error. Now, I've looked at line 55 after TCH fixed the server/cpanel issue, and I looked at an older copy of the same file and they are identical. Thus, I'm lost. Here is lines 54 and 55 in fs_unix.php >function fs_fopen($filename, $mode, $use_include_path=0) { return fopen($filename, $mode, $use_include_path); I hope its an easy fix, I've already spent too many hours searching php boards and found nothing. My php skills are novice. My web url is www.waiparous.com url to the gallery http://waiparous.com/nuke/modules.php?name=gallery
×
×
  • Create New...