Results 1 to 3 of 3

Thread: Error Message - $Globals ...

  1. #1
    New user
    Join Date
    04-20-12.
    Posts
    4

    Default Error Message - $Globals ...

    Hi,
    I do get the following error Message when submitting my form. Also when I would like to go to the extensions repository in the backend.
    Have transferred the site from local installation to a server. Maybe it needs config settings to be adjusted??

    Help is appreciated
    Thanks



    An error occurred while executing this script!
    1. If you are a Contao user, contact the administrator of your website.
    2. Open file system/logs/error.log and search for a corresponding entry.
    3. Open file system/config/localconfig.php and add the following line:

    $GLOBALS['TL_CONFIG']['displayErrors'] = true;

  2. #2
    User
    Join Date
    01-20-11.
    Location
    Germany
    Posts
    77

    Default Re: Error Message - $Globals ...

    Hello,

    please do, what the error messages describes:
    Add "$GLOBALS['TL_CONFIG']['displayErrors'] = true;" to your localconfig.php (Details see error message) and post the error you get here.

    Jan
    Free support only here in the forum.
    Please report bugs for my extensions using http://www.contao-forge.org. Thanks!
    Requests for Contao support and development please send mail to jan@theofel.de

  3. #3
    New user
    Join Date
    04-20-12.
    Posts
    4

    Default Re: Error Message - $Globals ...

    Thanks Jan,
    Yes found out to change error messages to actually "view" them and got the error messages, missing db table for the form and the other was a PHP 5.4 problem, which is on the list of the developers to look at (put my server back to PHP 5.3 to run properly)

    Have to look at how to configure Forms to store in the database correctly (actually create a db table first), but form works for now by email submission and storage I will figure out.
    Grüße vom Bodensee
    Anne

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •