Fork me on GitHub

initializing form express problem  Bottom

  • When initiating form express i get this
    Parse error: parse error, unexpected ')' in /home/siha47d/public_html/modules/FormExpress/pntables.php on line 149
    any ideas
    thanks
  • check the line in the file it tells you
    FormExpress/pntables.php on line 149 you'll most likely find a closing bracket (I think it's a closing bracket can't really remember)

    But any way there is something on that line that should not be there.... delete it
  • It doesnt conatin that line in that file?
  • well that is what it's telling you is wrong.
    I just downloaded Fe 032 again and checked. line 147 - 150 of pntables.php looks like this in the archive

    Code

    active active
    */
                                                  );
    ?>

    it should look like this line 147 - 149

    Code

    active active
    */
    ?>

    remove the );
  • Sorry that is it working now thanks very much.
    Have you had any dealings with Content Express. I can make pages etc but cant view them only edit or delete. I am sure thee was a view option the last time i had it.
    Thanks again for form express
    getting this
    Failed to load module ContentExpress (at function: "view")
  • 0 users

This list is based on users active over the last 60 minutes.