Is that a screenshot of a 0.6-pl2 installation? If not, try that version. The error you are getting may happen if you run your webserver on a non-standard (non-80) port...
Regards,
garvin.
I can not install Serendipity!
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: a NEW erorr appeared....
# 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:
I just read through your other problems again, and noticed that you talked about having phpinfo() disabled.wyh wrote:yes---0.6-pl2. How to slove it then?
The error seems to be related to just another "security" restriction of your provider; fsockopen/fopen seems to be disabled for URL streams as well.
I suggest you to change your provider or talk him into re-enabling those restrictions. With them you won't be able to use serendipity without much patching.
# 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/
-
aoxenreider
- Regular
- Posts: 5
- Joined: Thu Aug 19, 2004 9:02 pm
ini_set() Warning
When trying to install Serendipity, I get the following message:
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in C:\Program Files\Apache Group\Apache2\htdocs\serendipity\serendipity_config.inc.php on line 16
Serendipity is not yet installed. Please install it now.
I've installed Apache on Win2k, installed PHP5 and configured as per their and your docs. Installed MySQL, but have not set up a database.
I can run the Installation for Serendipity, but it doesn't stay.
Thanks.
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in C:\Program Files\Apache Group\Apache2\htdocs\serendipity\serendipity_config.inc.php on line 16
Serendipity is not yet installed. Please install it now.
I've installed Apache on Win2k, installed PHP5 and configured as per their and your docs. Installed MySQL, but have not set up a database.
I can run the Installation for Serendipity, but it doesn't stay.
Thanks.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: ini_set() Warning
aoxenreider, which serendipity version are you trying to install?
Regards,
Garvin
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/
-
aoxenreider
- Regular
- Posts: 5
- Joined: Thu Aug 19, 2004 9:02 pm
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Okay, we fixed that issue in current snapshots and for the upcoming 0.7 release.
As a workaround, please just edit your serendipity_config.inc.php and replace all ini_set() calls with @ini_set() and just forget about that error message, it's not important.
Regards,
Garvin
As a workaround, please just edit your serendipity_config.inc.php and replace all ini_set() calls with @ini_set() and just forget about that error message, it's not important.
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/
-
aoxenreider
- Regular
- Posts: 5
- Joined: Thu Aug 19, 2004 9:02 pm