[Imc-web] web form editing

Daniel S. Lewart lewart at uiuc.edu
Thu May 15 12:04:01 CDT 2003


Sascha, et al,

> Yeah, I ain't mad at you -- I suppose e-mail sometimes gives the wrong
> tone...  here's the error:

> Fatal error: Call to undefined function: lower() in
> /extra0/var/www/ucimc-dada/imc_classes/imc_Info.inc on line 47

> From:
> http://lists.cu.groogroo.com/mailman/archive/imc-tech/2003-April/001494.html

PHP does not have a lower() function.  It is called strtolower().  Fixed.
This was a sloppy bug in the dadaIMC 0.94 code, which was fixed in 0.95.
The current dadaIMC version is 0.96.

Clint, a bunch of (related) questions:
  * Is UCIMC running 0.94?
  * How buggy is 0.96?
  * How painful is the upgrade?
  * Is it worth it?
  * Should we wait until 0.97?
  * Any other advice?

Sascha, whenever you change a file, you *must* save the original.  Either:
	cp -p imc_Info.inc imc_Info.inc~		# First change
	cp -p imc_Info.inc imc_Info.inc.20030515	# Subsequent changes

Cheers,
Dan




More information about the IMC-Web mailing list