Search found 1 match

by battez
Sat Apr 24, 2004 8:27 pm
Forum: Installation
Topic: "Session is active" problem
Replies: 3
Views: 6224

workaround

hi - i had the same problem on a php 5 install. I editeed the file where it say s the session thing is set. Just add a @ before the command on line 12

e..g instead of ini(........
put @ini(....

on line 12 of the file.

In php this will suppress a warning. Things seem to be working ok, although I ...