Book a Demo

Author Topic: PHP Import  (Read 3282 times)

Jan-Martin

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
PHP Import
« on: April 21, 2009, 02:12:06 am »
Hello,

when importing PHP Code, I receive the following error:

There was an error parsing C:\DATEN\htdocs\wkal\wkal.php on line 80.  Unexpected symbol: >      

However, the code is error-free. The > symbol is not from a tag, but from an arrow for object methods:

$erster = date_create($lastdat[year] . '-' . $lastdat[mon] . '-01')->format('Y-m-d');

So for me it looks like this is a bug in the import routines, because they do not accept this kind of notation.

Please help.

Regards

Jan

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: PHP Import
« Reply #1 on: April 21, 2009, 08:07:59 am »
I'd say it looks like a bug too.

Send in a sample file and we'll have a look at it.