Hello,
I upgraded that weekend my Serendipity Installation to 1.0 (from 0.9.1)
Now I does not work with safe_mode = on. Because of the is_writable queries in the code.
Even when I do a chmod 1777 to the required folderes I won´t work. Unless I deactivate Safe mode.
Thats not what I wan´t. I want Serendipity with Safe mode.
When I really need that functions (e.g. Sparatacus) I will enabling it for the required time.
So in what files have you implemented the writable check and where a the depencies?
Since 1.0 Serendipty wouldn´t work with Safe Mode On
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Since 1.0 Serendipty wouldn´t work with Safe Mode On
Hi!
Can you tell me the exact error message, from where do you get it? Then I can tell you where such a check might be implemented. I guess that it's within the serendipity_smarty_init()...
is_writable() should also properly return true or false in SafeMode environments if the permissions are correct. You might need to do a 0777 instead of 1777?
Regards,
Garvin
Can you tell me the exact error message, from where do you get it? Then I can tell you where such a check might be implemented. I guess that it's within the serendipity_smarty_init()...
is_writable() should also properly return true or false in SafeMode environments if the permissions are correct. You might need to do a 0777 instead of 1777?
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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Again, what error message do you get?
If the installation page appears, this means either no serendipity_config_local.inc.php file exists or it cannot be read.
Regards,
Garvin
Again, what error message do you get?
If the installation page appears, this means either no serendipity_config_local.inc.php file exists or it cannot be read.
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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Oh, okay. You didn't properly describe your problem in first place.
What is your URL? And check your serendipity_config_local.inc.php file, does it contain all the right settings?
You wrote "because of the is_writable queries". Why do you suspsect these, and which exactly do you suspect?
Anyways - if only the installer pops up, it's definitely because either the file is not readable OR because your path settings in your serendipity_config DB table do not point to the right path and thus the file can't be found. I might be able to tell you the exact reason if you could give me temporary FTP access to your blog.
Best regards,
Garvin
Oh, okay. You didn't properly describe your problem in first place.
What is your URL? And check your serendipity_config_local.inc.php file, does it contain all the right settings?
You wrote "because of the is_writable queries". Why do you suspsect these, and which exactly do you suspect?
Anyways - if only the installer pops up, it's definitely because either the file is not readable OR because your path settings in your serendipity_config DB table do not point to the right path and thus the file can't be found. I might be able to tell you the exact reason if you could give me temporary FTP access to your blog.
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/
# 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:
Hi!
Ah, cool. I had thought you uploaded the file via FTP, which would result in an automatic owner change. It'S the first SafeMode Host I now know which provides SSH access.
Beste regards and have fun,
Garvin
Ah, cool. I had thought you uploaded the file via FTP, which would result in an automatic owner change. It'S the first SafeMode Host I now know which provides SSH access.
Beste regards and 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/