Page 1 of 1

Dont my blog up again

Posted: Wed Jul 27, 2005 3:15 pm
by danst0
Hi,

my blog is on blog.danst0.com. I am really having problems getting it running again after updating the version to 0.8.2.
I just overwrote all files in my public_html/blog directory with the new version. Now i get the following errors:

Code: Select all


[2005-07-27 10:58:45]: error: directory is writable by others: (/home/danst0/public_html/blog)
[2005-07-27 10:58:45]: error: directory is writable by others: (/home/danst0/public_html/blog)
[2005-07-27 10:58:08]: error: directory is writable by others: (/home/danst0/public_html/blog)
[2005-07-27 10:58:07]: error: directory is writable by others: (/home/danst0/public_html/blog)
PHP Fatal error:  Call to undefined function:  serendipity_db_connect() in /home/danst0/public_html/blog/serendipity_config.inc.php on line 200
PHP Warning:  main(): Failed opening '/home/danst0/public_html/blog//serendipity_config_local.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/danst0/public_html/blog/serendipity_config.inc.php on line 179
PHP Warning:  main(/home/danst0/public_html/blog//serendipity_config_local.inc.php): failed to open stream: Permission denied in /home/danst0/public_html/blog/serendipity_config.inc.php on line 179
[Wed Jul 27 10:58:45 2005] [error] [client 68.142.249.45] Premature end of script headers: /home/danst0/public_html/blog/index.php
[Wed Jul 27 10:58:45 2005] [error] [client 68.142.249.45] File does not exist: /home/danst0/public_html/blog/archives/20041203.htmlserendipity[category]=2
[Wed Jul 27 10:58:45 2005] [error] [client 68.142.249.190] Premature end of script headers: /home/danst0/public_html/blog/index.php
[Wed Jul 27 10:58:45 2005] [error] [client 68.142.249.190] File does not exist: /home/danst0/public_html/blog/robots.txt
[Wed Jul 27 10:58:08 2005] [error] [client 84.150.73.81] File does not exist: /home/danst0/public_html/blog/500.shtml
[Wed Jul 27 10:58:08 2005] [error] [client 84.150.73.81] Premature end of script headers: /home/danst0/public_html/blog/index.php
[Wed Jul 27 10:58:07 2005] [error] [client 84.150.73.81] File does not exist: /home/danst0/public_html/blog/500.shtml
[Wed Jul 27 10:58:07 2005] [error] [client 84.150.73.81] Premature end of script headers: /home/danst0/public_html/blog/index.php
[Wed Jul 27 10:31:22 2005] [alert] [client 68.142.251.209] /home/danst0/public_html/blog/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
[Wed Jul 27 10:31:22 2005] [alert] [client 68.142.251.209] /home/danst0/public_html/blog/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
[Wed Jul 27 10:28:08 2005] [alert] [client 84.150.73.81] /home/danst0/public_html/blog/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
[Wed Jul 27 10:28:08 2005] [alert] [client 84.150.73.81] /home/danst0/public_html/blog/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
in my error log.
it seems that my server is not supporting php_value in the .htaccess so i removed it. but it did not get better...
since i cannot upgrade my apache I wanted to know what i have to do to downgrade to a version which worked like 0.7.x just copiing (like with upgrades does not work).

I hope someone can help me!

Re: Dont my blog up again

Posted: Thu Jul 28, 2005 3:27 pm
by garvinhicking
It just seems that your "serendipity_config_local.inc.php" file is not readable for the webserver user. Check those file permissions via FTP, apache needs to read that file.

The "directory is writable by others" warning message seems to come from some Apache plugin, it's not a PHP or serendipity error.

Regards,
Garvin

Posted: Thu Jul 28, 2005 7:02 pm
by danst0
ohhhhhh.... ok didnt recognize this this problem seemed to have persisted since 0.6.6 CVS...

now its working again!

thank you for the fast help!