PHP Classes

Function missing

Recommend this page to a friend!

      jQuery4PHP  >  All threads  >  Function missing  >  (Un) Subscribe thread alerts  
Subject:Function missing
Summary:Function missing
Messages:2
Author:Ran Vijay Singh
Date:2010-09-21 11:29:09
Update:2010-09-21 17:34:14
 

 


  1. Function missing   Reply   Report abuse  
Picture of Ran Vijay Singh Ran Vijay Singh - 2010-09-21 11:29:14
Hi

I got a fatal error while trying to test the files.
There is a function missing in the uploaded file pack.

Fatal error: Call to undefined function spl_autoload_register() in \jquery4php\lib\YepSua\Labs\RIA\jQuery4PHP\YsJQueryAutoloader.php on line 29

Please provide the missing function so that people would become able to use your contribution.

Thanks
Rajesh Singh

  2. Re: Function missing   Reply   Report abuse  
Picture of Omar Yepez Omar Yepez - 2010-09-21 17:34:14 - In reply to message 1 from Ran Vijay Singh
The function spl_autoload_register() is available since php 5.1

php.net/manual/en/function.spl-auto ...

This function is used to perform the autoload in jQuery4PHP

Check your version of php

jQuery4PHP works only with php 5.2 or higher.

Regards,