Install error

Having trouble installing serendipity?
Post Reply
StarF
Regular
Posts: 66
Joined: Thu Sep 29, 2005 4:53 pm
Location: Denmark
Contact:

Install error

Post 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?
StarF
Regular
Posts: 66
Joined: Thu Sep 29, 2005 4:53 pm
Location: Denmark
Contact:

Post 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 ) )
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
StarF
Regular
Posts: 66
Joined: Thu Sep 29, 2005 4:53 pm
Location: Denmark
Contact:

Post 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 :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Thanks a lot :)

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

Have fun,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
StarF
Regular
Posts: 66
Joined: Thu Sep 29, 2005 4:53 pm
Location: Denmark
Contact:

Post 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 ?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post 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!
StarF
Regular
Posts: 66
Joined: Thu Sep 29, 2005 4:53 pm
Location: Denmark
Contact:

Post 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..
Post Reply