• Resolved mdeejay

    (@mdeejay)


    Hello,
    I am trying to export my products to an exe or CSV and I get an error every time I try to do this.

    Parse error: syntax error, unexpected ‘.’, expecting ‘&’ or variable (T_VARIABLE) in…home/…/Calculation.php on line 3036

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi mdeejay,

    What version of PHP do you have on installed on your server? It should be atleast 5.6 or newer, PHP on your server should also satisfy the following conditions:

    PHP extension php_zip enabled
    PHP extension php_xml enabled
    PHP extension php_gd2 enabled (if not compiled in)

    Please check the above with your hosting provider and get them to install the missing dependencies and see if you’re now able to export.

    Thread Starter mdeejay

    (@mdeejay)

    Hello!

    The update worked! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Posting again, export Csv or Excel’ is closed to new replies.