Fresh Install cannot change perimissions on serendipity_conf

Having trouble installing serendipity?
Post Reply
rancov
Posts: 4
Joined: Mon Oct 02, 2006 8:04 am
Location: Colorado
Contact:

Fresh Install cannot change perimissions on serendipity_conf

Post by rancov »

Cannot change get the following error meassage.

/nearingcriticality.com/serendipity/serendipity_config_local.inc.php - Unable to change permission, file has different UID (398)

Also, no htaccess fiole written. Got to adminpanel, chnaed user info and password. Try to make a change sends me to login - any change I try to make sends me to login which sends me back into admin panel.

Try to access the site form anotehr browser get the following error messages:

Warning: main(/hsphere/local/home/rancov/nearingcriticality.com/nucleus/libs/globalfunctions.php) [function.main]: failed to open stream: No such file or directory in /hsphere/local/home/rancov/nearingcriticality.com/config.php on line 26

Warning: main(/hsphere/local/home/rancov/nearingcriticality.com/nucleus/libs/globalfunctions.php) [function.main]: failed to open stream: No such file or directory in /hsphere/local/home/rancov/nearingcriticality.com/config.php on line 26

Warning: main() [function.include]: Failed opening '/hsphere/local/home/rancov/nearingcriticality.com/nucleus/libs/globalfunctions.php' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/rancov/nearingcriticality.com/config.php on line 26

Fatal error: Call to undefined function: selector() in /hsphere/local/home/rancov/nearingcriticality.com/index.php on line 8

Can anyone help?

using php4.4.1
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Fresh Install cannot change perimissions on serendipity_

Post by garvinhicking »

Hi!

The first message comes because you or some other process changed the owner of "serendipity_config_local.inc.php" and your PHP is running in safe mode.

Please either ask your provider to change the owner of that file to a proper owner, or try to change the owner via FTP so that the webserver has read and write privileges to that file.

The other error messages you pasted are from a differtn blog application, nucleus. Please ask their support for help.

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