Starting the LiveSupport scheduler...
using config file '/usr/etc/scheduler.xml'
error executing command start
authentication problem: Login method returned fault response:
[faultCode:805,faultString:ERROR:xrLocStor: 2048 Non-static method
PEAR::setErrorHandling() should not be called statically
(/usr/var/LiveSupport/storageServer/var/xmlrpc/xrLocStor.php:72)]
I honestly wonder why, if Sebastian patched all PHP5 problems, a 'clean'
svn install still raises that error.
> > Another thing I don't get to work is create an empty playlist. It returns:
> > Unable to open playlist "".
>
> Uh, that?s really worse.
>
> But anything I try, I cannot get this error. Please, can you remove the #
> from line 73 in htmlUI/var/ui_playlist.class.php and attach the output?
Still some other issues (crash in gLivesupport when resizing the window),
but I should sleep and then study again...
Thanks for the tip Sebastian
Greetings,
Stefan
ps. please remove line 2-4 from ui_conf... because without it you can't
see anything when something goes wrong.
ps2. keep session value for language (incase password is wrong)
ps3. I should make a list with all my issues
I am not sure, but maybee permission problem. Please check if
storageServer/var/access
storageServer/var/storage
storageServer/var/storage/buffer
are writable for apache.
Also here the gLiveSupport process crashs if i try to resize those windows
without frames, but the output is diplayed on a X-server running on MS
windoze, so I did not wonder much.
Sebastian
> -----Ursprungliche Nachricht-----
> Von: Stefan de Konink [mailto:skinkie@xs4all.nl]
> Gesendet: Dienstag, 25. Oktober 2005 02:17
> An: livesupport-dev@campware.org
> Betreff: Re: AW: [livesupport-dev] PHP5 was working, no trunk needed?
>
>
> On Tue, 25 Oct 2005, Sebastian Goebel wrote:
>
> > > Another thing I don't get to work is create an empty
> playlist. It returns:
> > > Unable to open playlist "".
> >
> > Uh, that?s really worse.
> >
> > But anything I try, I cannot get this error. Please, can you
> remove the #
> > from line 73 in htmlUI/var/ui_playlist.class.php and attach the output?
>
> Its fixed now, access directory wasn't there.
>
>
> [file] => /usr/share/php/PEAR.php [line] => 543 [function] => PEAR_Error
> [class] => PEAR_Error [type] => -> [args] => Array ( [0] =>
> BasicStor::bsAccess: symlink create failed
> (/usr/var/LiveSupport/storageServer/var/../../storageServer/var/ac
> cess/3874e3dbf2f219d0.xml)
> [1] => 41 [2] => 1 [3] => [4] => ) ) [1] => Array ( [file] =>
> /usr/var/LiveSupport/storageServer/var/BasicStor.php [line] => 328
> [function] => raiseError [class] => PEAR [type] => -> [args] => Array (
> [0] => BasicStor::bsAccess: symlink create failed
> (/usr/var/LiveSupport/storageServer/var/../../storageServer/var/ac
> cess/3874e3dbf2f219d0.xml)
> [1] => 41 ) ) [2] => Array ( [file] =>
> /usr/var/LiveSupport/storageServer/var/BasicStor.php [line] => 428
> [function] => bsAccess [class] => BasicStor [type] => -> [args] => Array (
> [0] =>
> /usr/var/LiveSupport/storageServer/var/../../storageServer/var/sto
> r/5a2/5a21afac246ae6e0.xml
> [1] => xml [2] => 5a21afac246ae6e0 [3] => download [4] => 0 ) ) [3] =>
> Array ( [file] => /usr/var/LiveSupport/storageServer/var/LocStor.php
> [line] => 537 [function] => bsOpenDownload [class] => BasicStor [type] =>
> -> [args] => Array ( [0] => 15 [1] => metadata ) ) [4] => Array ( [file]
> => /usr/var/LiveSupport/storageServer/var/GreenBox.php [line] => 471
> [function] => editPlaylist [class] => LocStor [type] => -> [args] => Array
> ( [0] => dbc7da9e5f77cf87754be650be6940af [1] => 5a21afac246ae6e0 ) ) [5]
> => Array ( [file] => /usr/var/LiveSupport/htmlUI/var/ui_playlist.class.php
> [line] => 71 [function] => lockPlaylistForEdit [class] => GreenBox [type]
> => -> [args] => Array ( [0] => 15 [1] => dbc7da9e5f77cf87754be650be6940af
> ) ) [6] => Array ( [file] =>
> /usr/var/LiveSupport/htmlUI/var/ui_playlist.class.php [line] => 242
> [function] => activate [class] => uiPlaylist [type] => -> [args] => Array
> ( [0] => 15 ) ) [7] => Array ( [file] =>
> /usr/var/LiveSupport/htmlUI/var/html/ui_handler.php [line] => 175
> [function] => create [class] => uiPlaylist [type] => -> [args] => Array (
> [0] => ) ) ) [callback] => )
>
>
> Still some other issues (crash in gLivesupport when resizing the window),
> but I should sleep and then study again...
>
>
> Thanks for the tip Sebastian
>
>
> Greetings,
>
> Stefan
>
>
> ps. please remove line 2-4 from ui_conf... because without it you can't
> see anything when something goes wrong.
> ps2. keep session value for language (incase password is wrong)
> ps3. I should make a list with all my issues
Sebastian Goebel wrote:
> Also here the gLiveSupport process crashs if i try to resize those
> windows without frames, but the output is diplayed on a X-server running
> on MS windoze, so I did not wonder much.
Please file a bug then into Trac, and assign it to Ferenc...
Stefan de Konink wrote:
> -the makefile of storageAdmin should have prefix before DEST_DIR,
> PHPPART_DIR, STORAGE_SERVER. Not that it is an issue for most users, but
> it is for portage since you get sandbox violations And I personally
> don't need autogen.sh in /usr/bin
unfortunately it's not that easy, but do talk to Tomas about it.
storageAdmin basically contains the storage mass import tool, which is a
command-line PHP script. but, unfortunately it has some hard-coded
relative directory dependencies, etc. so it can't be just installed
anywhere