• Get the following error after updating.
    Parse error: syntax error, unexpected ‘[‘ in /home/content/a/i/p/aipparl2/html/wp-content/plugins/ldd-directory-lite/includes/functions.php on line 203

    How do I correct this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author LDD Web Design

    (@lddwebdesign)

    We think this may be caused by an older version of PHP on your server. Can you check what version your site is using?

    Can you access plugin files via ftp? we can suggest you a fix for the issue if you are using older PHP version

    • This reply was modified 7 years, 2 months ago by LDDConsulting.
    Plugin Author LDD Web Design

    (@lddwebdesign)

    I posted this to the wrong thread earlier. I belive this is the solution for your issue if updating your PHP version is not an option on your server:

    There is an issue with our latest update on older versions of PHP. We hope to get it fixed in the next update soon. In the meantime try replacing the following code in the plugin file located here: includes/functions.php

    in line 203 replace: $args = []

    with: $args = array()

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update Problem’ is closed to new replies.