Re: [Dataface-users] delegate class error
Brought to you by:
sjhannah
|
From: Steve H. <st...@we...> - 2009-04-21 16:05:14
|
Likely this is due to short open tags being disabled in your PHP
installation. You can resolve this by either:
1. Use <?php instead of <? to open your php in your delegate class.
2. Change short_open_tag=on in your php.ini file.
-Steve
On Tue, Apr 21, 2009 at 5:14 AM, Fred Hudson <fre...@sy...>wrote:
> added an empty class to table/vendor class tables_vendor{} this errors
> occur with every table.
> site is one directory outside xataface installation.
> Fatal error: Class 'tables_vendor' not found in
> /var/www/html/xataface-1.1.5r2/Dataface/Table.php on line 1049
>
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Dataface-users mailing list
> Dat...@li...
> https://lists.sourceforge.net/lists/listinfo/dataface-users
>
>
|