serendipity_reference_autodiscover

Found a bug? Tell us!!
Post Reply
davidcrickett
Regular
Posts: 83
Joined: Sat Oct 01, 2005 10:25 am
Location: Denmark
Contact:

serendipity_reference_autodiscover

Post by davidcrickett »

Whenever I make a post with an url in it, this shit happens:

Code: Select all

• Checker http://www.dr.dk/p1/klubvaerelset/ for mulige trackbacks...
 Warning: serendipity_reference_autodiscover(): SAFE MODE Restriction in effect. The script whose uid/gid is 123395/123395 is not allowed to access /hsphere/shared/apache/libexec/php4ext/php//HTTP/Request.php owned by uid/gid 0/0 in /hsphere/local/home/davidbee/serendipity.blangstrup.org/include/functions_trackbacks.inc.php on line 208 Warning: serendipity_reference_autodiscover(HTTP/Request.php): failed to open stream: No such file or directory in /hsphere/local/home/davidbee/serendipity.blangstrup.org/include/functions_trackbacks.inc.php on line 208 Fatal error: serendipity_reference_autodiscover(): Failed opening required 'HTTP/Request.php' (include_path='.:/hsphere/shared/apache/libexec/php4ext/php/:/hsphere/local/home/davidbee/serendipity.blangstrup.org/bundled-libs/:/hsphere/local/home/davidbee/serendipity.blangstrup.org/bundled-libs/Smarty/libs/:/hsphere/local/home/davidbee/serendipity.blangstrup.org/:') in /hsphere/local/home/davidbee/serendipity.blangstrup.org/include/functions_trackbacks.inc.php on line 208
sry for cursing, but I have tried deleting and uploading the whole include folder to get rid of the safe_mode problem, but nothing works against this &%¤# error. ;)
What to do? I don't care if the links in my articles don't get serendipity_reference_autodiscover'ed, I just want no errors!
read my serendipity blog
http://blangstrup.info
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: serendipity_reference_autodiscover

Post by garvinhicking »

Hi!

Your webserver is running in Safe_Mode, and your webserver is configured to be able to include the local "PEAR" repository.

However, both don't go well together, so your server administrator messed up.

To solve the error, you have two options:

1. Tell the provider to please either disable safe_mode, or to adjust the include_path to not point to files that you cannot include in Safe_Mode.

2. Edit your serendipity_config.inc.php and at the first line set $serendipity['use_PEAR'] = false;

To bypass the error, you can disable sending trackbacks alltogether, by following the FAQ here:

http://www.s9y.org/11.html#A30

Best 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/
davidcrickett
Regular
Posts: 83
Joined: Sat Oct 01, 2005 10:25 am
Location: Denmark
Contact:

Post by davidcrickett »

thank you! :) You are right, there is something about the PEAR that's bad, disabling it always helps. I have send the thread to my provider, hope they'll listen!
read my serendipity blog
http://blangstrup.info
Post Reply