Page 2 of 2

Re: a NEW erorr appeared....

Posted: Fri Jun 04, 2004 11:57 am
by garvinhicking
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.

Posted: Sat Jun 05, 2004 4:41 am
by wyh
yes---0.6-pl2. How to slove it then?

Posted: Sat Jun 05, 2004 6:04 pm
by garvinhicking
wyh wrote:yes---0.6-pl2. How to slove it then?
I just read through your other problems again, and noticed that you talked about having phpinfo() disabled.

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.

Posted: Sun Jun 06, 2004 10:18 am
by wyh
Thx. I think it is time to change my provider... :shock:

ini_set() Warning

Posted: Thu Aug 19, 2004 9:38 pm
by aoxenreider
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.

Re: ini_set() Warning

Posted: Thu Aug 19, 2004 10:30 pm
by garvinhicking
aoxenreider, which serendipity version are you trying to install?

Regards,
Garvin

Posted: Thu Aug 19, 2004 11:38 pm
by aoxenreider
Sorry for not stating that earlier. Version Serendipity 0.6-pl3. Downloaded earlier today.

Thanks.

Posted: Fri Aug 20, 2004 9:46 am
by garvinhicking
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

Posted: Fri Aug 20, 2004 5:23 pm
by aoxenreider
Thank Garvin.
That worked great.

Aaron