Summary | readlink() [function.readlink]: No such file or directory |
Queue | Gollem |
Queue Version | 1.0.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | kristian.lance (at) crc (dot) ca |
Created | 11/15/2008 (6080 days ago) |
Due | |
Updated | 12/08/2008 (6057 days ago) |
Assigned | 11/16/2008 (6079 days ago) |
Resolved | 12/07/2008 (6058 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
so it's probably a broken Gentoo install since it seems to work
everywhere else. Thanks -KL
State ⇒ Not A Bug
appreciate a nudge in the right direction if this issue happens to
ring a bell.
Have you verified that outside of Gollem?
bug in Horde. The software upgrade coincided with a server upgrade,
and when I rolled back to Horde 3.1.6 to do some testing, I found that
the latest version of Gollem that works with Horde 3.1.6 now does the
exact same thing, though it worked fine on the old server. I ran
Gollem's test.php script and it indicated that all prerequisites are
met. Obviously there's a failed dependency somewhere, but I'd
appreciate a nudge in the right direction if this issue happens to
ring a bell.
if I do this in that directory:
touch foo
ln -s foo bar
Gollem doesn't follow the symlink. It's there, but the arrow that
usually points to the original file points to nothing, and Gollem
doesn't follow it.
Have you verified that outside of Gollem?
State ⇒ Feedback
Have you verified that outside of Gollem?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ readlink() [function.readlink]: No such file or directory
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
structure is no longer traversable because Gollem won't follow
symlinks anymore. I get this error message:
readlink() [function.readlink]: No such file or directory
...and where my links used to look like this:
foo -> /path/to/bar
They now look like this:
foo ->
I even created a file and then created a symlink right next to it in
the same directory, and Gollem wouldn't show the path to which the
symlink was pointing, or follow it if clicked.
ln -s foo bar
foo
bar ->
Anything you could do to help would be much appreciated.