Re: [Php-calendar-discussion] "Options" problems in 0.8
Brought to you by:
sproctor
From: Sean P. <spr...@cc...> - 2003-03-10 17:47:48
|
On Mon, Mar 10, 2003 at 09:54:45AM -0500, Mark Bernard wrote: > Sean, > > I've installed version 0.8 on both a Linux machine and a Windows machine, > both with PHP 4.3.1 and some fairly recent MySQL. > > It seems that Option settings aren't being retrieved. I see them stored in > the MySQL database, but when I go to edit them, they are all at their > defaults. > > A problem, likely related to this, is that upon entering a new event, I > receive the following error: > > Software Error > Your subject was too long. characters max. > > This happens no matter how long my subject really is. Note there is no > actual "characters max" displayed. > > I suspect that the "subject_max" field isn't being read properly anywhere > in the scripts. This is very bothersome... I'm guessing it's caused by the new version of php, or by windows. check lines 35 - 45 of includes/setup.php that's where the config stuff is being read at. try doing some debugging there and let me know how it goes. everything works fine for me with php 4.1.2 Sean |