
Rudi Ahlers - 2007-11-22 14:16:30
Hi all
I have a project that makes extensive use of this Form Validation Class, http://www.phpclasses.org/browse/package/2785.html
Recently we upgraded our server to run PHP 5.2, and this class breaks half of the project.
What I could gather, was the following:
Fatal error: Cannot access empty property in /home/intranet/public_html/includes/validation.class.php on line 6
Looking at the code, this is line 6:
$this->$jscript = $this->$jscript."\n<script language='Javascript'>";
Does anyone know how to fix the problem please?