Re: [phplib] input in flex scanner failed From: Bob Bowker (bowker <email protected>)
Date: 12/21/00

Hi --

Can you do a global search for the function name ...? It's bound to be
there, somewhere, regardless of language ...

The way I found the problem was to go through my code, placing a "break"
every line or every few lines until I got to where it crashed. The break I
use is
         echo "
                 english.php line 27<br>
                 VARIABLE1: $variable1<br>
                 VARIABLE2: $variable2
         ";
         exit;

It will take a few minutes, but you will find the problem ...

Good Luck!

At 08:51 AM 12/21/00 +0400, you wrote:
>Hello!
>
>I try to use phplib with horde.
>There is no file english.php in phplib, shipped with horde :(
>
> > I ran into the same error message, and in my case the problem was in the
> > function date_format($datestamp) subroutine in english.php ... I changed
> > the sub to be as follows, and the error went away:
>
>Thank you!
>
>Dmitry Melekhov
>http://www.belkam.com/~dm
>2:5050/11.23 <email protected>
>
> > >Hello!
> > >
> > >I want to start horde with phplib.
> > >I write in apache config:
> > ><Directory /var/local/apache/htdocs/horde>
> > > Options Indexes FollowSymLinks
> > > AllowOverride None
> > > order allow,deny
> > > allow from all
> > > <IfModule mod_php3.c>
> > > php3_include_path '/var/local/apache/htdocs/horde/phplib:.'
> > > php3_auto_prepend_file /var/local/apache/htdocs/horde/phplib
> > > php3_magic_quotes_gpc Off
> > > php3_track_vars On
> > > </IfModule>
> > ></Directory>
> > >
> > >And get in error log:
> > >
> > >input in flex scanner failed
> > >
> > >
> > >Where is problem?
> > >
> > >I run
> > >[Wed Dec 20 11:28:42 2000] [notice] Apache/1.3.12 (Unix) tomcat/1.0
> > >PHP/3.0.16 m
> > >od_ssl/2.6.4 OpenSSL/0.9.5a rus/PL29.4 configured -- resuming normal
> > >operations
> > >
> > >
> > >
> > >Dmitry Melekhov
> > >http://www.belkam.com/~dm
> > >2:5050/11.23 <email protected>
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> > >For additional commands, e-mail: phplib-help <email protected>
> >
> >
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: phplib-unsubscribe <email protected>
>For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>