I have been successfully using your xataface framework for a year now and recently moved to the latest xampp version, which included phpmyadmin 5.3. As such, I needed to move to the latest xataface version as well, now using 1.2.5.
For some reason, I am now unable to launch my application. I get the following error:
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\my_app\conf\ApplicationDelegate.php on line 103
from my application_delegate.php file, lines 102 and 103:
- Code: Select all
import('Services/JSON.php');
$json =& new Services_JSON();
It seems nothing has changed in terms of the JSON.php file, or the directory hierarchy between the 1.2.5 version and the older version I was using, so I am a bit stuck as to where the problem may lie.
Dataface does seem to have access to my dB, as it creates the dataface__mtimes and dataface__version tables. When I point to http://localhost/my_app in the browser.
One other data point is that the reason I reinstalled xampp was because I also moved from XP to Win7, if that could make any difference.
Any ideas?
Thanks,
Rich