Re: Gollem clipboard is broken
Jan Schneider <[email protected]> Fri, 08 Mar 2013 18:40:34 +0100
| Newsgroups | gmane.comp.horde.gollem |
|---|---|
| Message-ID | <[email protected]> |
Zitat von cjdl01 <[email protected]>: > Quoting cjdl01 <[email protected]>: > >> Quoting cjdl01 <[email protected]>: >> >>> Hello, >>> >>> Just updated everything in the horde suite yesterday, and I'm loving it. >>> >>> One issue though: The clipboard on Gollem is not working >>> (everything else with regard to gollem seems fine). >>> >>> When I cut a file (named "Debian Netbooky" under the ftp root, and >>> try to paste it into another folder, I get th e following error: >>> >>> ====================================================================================================== >>> A fatal error has occurred >>> Failed to move to "/Debian on Netbooky". >>> >>> 1. Gollem::moveFile() /var/www/horde/gollem/manager.php:169 >>> 2. Gollem::_copyFile() /var/www/horde/gollem/lib/Gollem.php:480 >>> 3. Gollem::moveFile() /var/www/horde/gollem/manager.php:169 >>> 4. Gollem::_copyFile() /var/www/horde/gollem/lib/Gollem.php:480 >>> 5. Horde_Vfs_Ftp->move() /var/www/horde/gollem/lib/Gollem.php:522 >>> >>> Details >>> The full error message is logged in Horde's log file, and is shown >>> below only to administrators. Non-administrative users will not >>> see error details. >>> >>> Gollem_Exception Object >>> ( >>> [details] => >>> [logged] => 1 >>> [_logLevel:protected] => 0 >>> [message:protected] => Failed to move to "/Debian on Netbooky". >>> [string:Exception:private] => >>> [code:protected] => 0 >>> [file:protected] => /var/www/horde/gollem/lib/Gollem.php >>> [line:protected] => 525 >>> [trace:Exception:private] => Array >>> ( >>> [0] => Array >>> ( >>> [file] => /var/www/horde/gollem/lib/Gollem.php >>> [line] => 480 >>> [function] => _copyFile >>> [class] => Gollem >>> [type] => :: >>> [args] => Array >>> ( >>> [0] => move >>> [1] => ftp >>> [2] => / >>> [3] => Debian on Netbooky >>> [4] => ftp >>> [5] => / >>> ) >>> >>> ) >>> >>> [1] => Array >>> ( >>> [file] => /var/www/horde/gollem/manager.php >>> [line] => 169 >>> [function] => moveFile >>> [class] => Gollem >>> [type] => :: >>> [args] => Array >>> ( >>> [0] => ftp >>> [1] => / >>> [2] => Debian on Netbooky >>> [3] => ftp >>> [4] => / >>> ) >>> >>> ) >>> >>> ) >>> >>> [previous:Exception:private] => Horde_Vfs_Exception Object >>> ( >>> [details] => >>> [logged] => >>> [_logLevel:protected] => 0 >>> [message:protected] => Failed to move to "/Debian on Netbooky". >>> [string:Exception:private] => >>> [code:protected] => 0 >>> [file:protected] => /usr/share/php/Horde/Vfs/Ftp.php >>> [line:protected] => 717 >>> [trace:Exception:private] => Array >>> ( >>> [0] => Array >>> ( >>> [file] => /var/www/horde/gollem/lib/Gollem.php >>> [line] => 522 >>> [function] => move >>> [class] => Horde_Vfs_Ftp >>> [type] => -> >>> [args] => Array >>> ( >>> [0] => / >>> [1] => Debian on Netbooky >>> [2] => / >>> ) >>> >>> ) >>> >>> [1] => Array >>> ( >>> [file] => /var/www/horde/gollem/lib/Gollem.php >>> [line] => 480 >>> [function] => _copyFile >>> [class] => Gollem >>> [type] => :: >>> [args] => Array >>> ( >>> [0] => move >>> [1] => ftp >>> [2] => / >>> [3] => Debian on Netbooky >>> [4] => ftp >>> [5] => / >>> ) >>> >>> ) >>> >>> [2] => Array >>> ( >>> [file] => /var/www/horde/gollem/manager.php >>> [line] => 169 >>> [function] => moveFile >>> [class] => Gollem >>> [type] => :: >>> [args] => Array >>> ( >>> [0] => ftp >>> [1] => / >>> [2] => Debian on Netbooky >>> [3] => ftp >>> [4] => / >>> ) >>> >>> ) >>> >>> ) >>> >>> [previous:Exception:private] => >>> ) >>> >>> ) >>> ====================================================================================== >>> >>> >>> This is in my horde log: >>> ========================================================================================================== >>> 2013-02-17T20:55:11+00:00 WARN: HORDE [gollem] PHP ERROR: >>> rewind(): stream does not support seeking [pid 23626 on line 1816 >>> of "/usr/share/php/Horde/Mime/Part.php"] >>> 2013-02-17T20:55:11+00:00 WARN: HORDE [gollem] PHP ERROR: fseek(): >>> stream does not support seeking [pid 23626 on line 73 of >>> "/var/www/horde/gollem/view.php"] >>> 2013-02-17T20:55:14+00:00 WARN: HORDE [horde] PHP ERROR: rewind(): >>> stream does not support seeking [pid 23626 on line 56 of >>> "/var/www/horde/services/download/index.php"] >>> 2013-02-17T20:56:03+00:00 ERR: HORDE [gollem] Share name >>> ftp|//Debian on Netbook not found [pid 23895 on line 179 of >>> "/usr/share/php/Horde/Share/Sql.php"] >>> 2013-02-17T20:56:27+00:00 EMERG: HORDE [gollem] Unable to open VFS >>> file "/Debian on Netbooky". [pid 23895 on line 560 of >>> "/var/www/horde/gollem/lib/Gollem.php"] >>> 2013-02-17T20:56:27+00:00 WARN: HORDE [gollem] PHP ERROR: Cannot >>> modify header information - headers already sent [pid 23895 on >>> line 0 of "Unknown"] >>> 2013-02-17T20:56:27+00:00 WARN: HORDE [gollem] PHP ERROR: Cannot >>> modify header information - headers already sent [pid 23895 on >>> line 0 of "Unknown"] >>> =========================================================================================================== >>> >>> >>> Here is my backends.local (cutting out the comments): >>> ---------------------------------------- >>> $backends['ftp'] = array( >>> // ENABLED by default >>> 'disabled' => false, >>> 'name' => 'FTP Server', >>> 'driver' => 'ftp', >>> 'hordeauth' => true, >>> 'params' => array( >>> 'hostspec' => 'localhost', >>> 'port' => 21, >>> 'pasv' => false, >>> ), >>> 'loginparams' => array( >>> ), >>> 'attributes' => array( >>> 'type', >>> 'name', >>> 'edit', >>> 'download', >>> 'modified', >>> 'size', >>> 'permission', >>> 'owner', >>> 'group' >>> ) >>> ); >>> --------------------------------------------------- >>> >>> My VFS is set in the horde global configs as /tmp. >>> >>> Thank you for any help1 >>> >>> -Chris >> >> Bump. > > Is this list abandoned? Should I fill out a bug report instead? Good idea, if you bumped into a bug. -- Jan Schneider The Horde Project http://www.horde.org/ -- gollem mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]