Page 1 of 1

Install error

Posted: Thu Sep 29, 2005 5:09 pm
by StarF
Hi

i am trying to install this blog system to my web hotel, but i am having some problems. In the instalation i get these errors:


Warning: main(S9Y_PEAR_PATHXML/RPC.php): failed to open stream: No such file or directory in /hsphere/local/home/eskape/eskape.dk/serendipity/include/functions.inc.php on line 9

Warning: main(): Failed opening 'S9Y_PEAR_PATHXML/RPC.php' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/eskape/eskape.dk/serendipity/include/functions.inc.php on line 9

how do i resolve these?

Posted: Thu Sep 29, 2005 5:30 pm
by StarF
also when i try to add media i get this error:

Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid/gid is 128504/128504 is not allowed to access /hsphere/local/home/eskape/eskape.dk/serendipity/uploads owned by uid/gid 398/398 in /hsphere/local/home/eskape/eskape.dk/serendipity/include/admin/images.inc.php on line 194
Array ( [userfile] => Array ( [name] => bar.gif [type] => image/gif [tmp_name] => /tmp/php1bdYXU [error] => 0 [size] => 601 ) )

Posted: Thu Sep 29, 2005 5:55 pm
by garvinhicking
The first error is just a warning message that slipped through in the 0.8.4 installer. You can safely ignore it, it doesn't do anything bad.

The second error comes because your Server is using Safe_mode features. Serendipity cannot properly upload images when safe_mode is in effect and the PHP server is not configured to suit those settings. You'll need to talk to your provider about that.

Regards,
Garvin

Posted: Thu Sep 29, 2005 5:57 pm
by StarF
garvinhicking wrote:The first error is just a warning message that slipped through in the 0.8.4 installer. You can safely ignore it, it doesn't do anything bad.

The second error comes because your Server is using Safe_mode features. Serendipity cannot properly upload images when safe_mode is in effect and the PHP server is not configured to suit those settings. You'll need to talk to your provider about that.

Regards,
Garvin
alright tnx.. btw resolved that last isue... just had to get another ftp client, and then i could right click the dir and change permissions!
this realy look like the best blog software out there :) hope its easy to integrate into a exsisting site :)

Posted: Thu Sep 29, 2005 6:09 pm
by garvinhicking
Thanks a lot :)

Because of the smarty templating and the plugin API, it's cool to integrate. :)

Have fun,
Garvin

Posted: Thu Sep 29, 2005 6:26 pm
by StarF
np :)

cool sounds perfect.. i was kinda hoping intigrating it into a design, would be something like, just adding some includes where u wanted the diffrent things to show up..

are there any docs on it? tryed to look fast but dident seem to find any ?

Posted: Thu Sep 29, 2005 6:45 pm
by garvinhicking
Yes, you can do that adding include thing. This is called "embed" mode, you can read it on www.s9y.org -> http://www.s9y.org/index.php?node=55.

Also search this forum for the strings "embed" and "ob_start" and you will find several threads about this :)

Regards,
Garvin

Posted: Thu Sep 29, 2005 7:15 pm
by Guest
garvinhicking wrote:Yes, you can do that adding include thing. This is called "embed" mode, you can read it on www.s9y.org -> http://www.s9y.org/index.php?node=55.

Also search this forum for the strings "embed" and "ob_start" and you will find several threads about this :)

Regards,
Garvin
tnx for your help!

Posted: Thu Sep 29, 2005 7:25 pm
by StarF
Anonymous wrote:
garvinhicking wrote:Yes, you can do that adding include thing. This is called "embed" mode, you can read it on www.s9y.org -> http://www.s9y.org/index.php?node=55.

Also search this forum for the strings "embed" and "ob_start" and you will find several threads about this :)

Regards,
Garvin
tnx for your help!
ops was guest.. :) any way tnx..