×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Hidden directories

Hidden directories 15 years 4 months ago #1739

  • lior
  • lior's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi,

I encounterd the problem while configuring joomlacomment. I entered the configuration menu and the hole page got messed up. It happened becuase of my CVS hidden folder.
At administrator/components/com_comment/library.comment.php I changed line 285
from
if ($file != "." && $file != ".." && is_dir("$path/$file") )
to
if ($file != "." && $file != ".." && is_dir("$path/$file") && (strpos($file,".") > 0 || strpos($file,".") === false))

Hidden directories 15 years 4 months ago #1740

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hidden folder? Can you explain us, what for is this hidden folder?

Hidden directories 15 years 4 months ago #1743

  • lior
  • lior's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I use CVS for my website project. It maintains a hidden folder in joomla subfolders.

Hidden directories 15 years 4 months ago #1744

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Should that be a bug with !jocomment or specific configuration to CVS?
SVN has also hidden folders, but the actual files are not in hidden folders.
  • Page:
  • 1
Time to create page: 0.156 seconds