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?
Install error
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 ) )
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:
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
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/
# 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/
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!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
this realy look like the best blog software out there
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Thanks a lot 
Because of the smarty templating and the plugin API, it's cool to integrate.
Have fun,
Garvin
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
# 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
tnx for your help!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
ops was guest..Anonymous wrote:tnx for your help!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