Results 1 to 3 of 3

Thread: empty POST

  1. #1
    New user
    Join Date
    01-17-12.
    Posts
    17

    Default empty POST

    Hi,

    I have problems during installation of Contao.
    The array $_POST is empty. The result of print_r($this->input->post('tl_license')) is a empty value.

    Why ?

    The environment is Ubuntu 10.04, PHP 5.3.2, Apache 2.0

    Thank you.
    Paolo

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: empty POST

    no idea - but "Input" - not "input".... ???
    try print_r($this);

  3. #3
    New user
    Join Date
    01-17-12.
    Posts
    17

    Default Re: empty POST

    the result of print_r....

    Code:
    InstallTool Object
    (
        [Config:protected] => Config Object
            (
                [Files:protected] => 
                [strTop:protected] => <?php if (!defined('TL_ROOT')) die('You cannot access this file directly!');
    
    /**
     * Contao Open Source CMS
     * Copyright (C) 2005-2011 Leo Feyer
     *
     * Formerly known as TYPOlight Open Source CMS.
     *
     * This program is free software: you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation, either
     * version 3 of the License, or (at your option) any later version.
     * 
     * This program is distributed in the hope that it will be useful,
     * but WITHOUT ANY WARRANTY; without even the implied warranty of
     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
     * Lesser General Public License for more details.
     * 
     * You should have received a copy of the GNU Lesser General Public
     * License along with this program. If not, please visit the Free
     * Software Foundation website at <http://www.gnu.org/licenses/>.
     *
     * PHP version 5
     * @copyright  Leo Feyer 2005-2011
     * @author     Leo Feyer <http://www.contao.org>
     * @package    Config
     * @license    LGPL
     * @filesource
     */
    
    
                [strBottom:protected] => 
    
                [blnIsModified:protected] => 
                [arrData:protected] => Array
                    (
                        [$GLOBALS['TL_CONFIG']['websitePath']] => '';
                        [$GLOBALS['TL_CONFIG']['installCount']] => 0;
                        [$GLOBALS['TL_CONFIG']['displayErrors']] => true;
                        [$GLOBALS['TL_CONFIG']['debugMode']] => true;
                    )
    
                [arrCache:protected] => Array
                    (
                        [activeModules] => Array
                            (
                                [0] => backend
                                [1] => frontend
                                [2] => calendar
                                [3] => comments
                                [4] => faq
                                [5] => listing
                                [6] => news
                                [7] => newsletter
                                [8] => registration
                                [9] => rep_base
                                [10] => rep_client
                                [11] => rss_reader
                                [12] => tpl_editor
                            )
    
                    )
    
            )
    
        [Input:protected] => Input Object
            (
                [arrCache:protected] => Array
                    (
                    )
    
            )
    
        [Environment:protected] => Environment Object
            (
                [arrCache:protected] => Array
                    (
                        [httpAcceptLanguage] => Array
                            (
                                [0] => it
                                [1] => en
                            )
    
                    )
    
            )
    
        [Session:protected] => Session Object
            (
                [arrSession:protected] => 
            )
    
        [Database:protected] => 
        [Encryption:protected] => 
        [String:protected] => String Object
            (
            )
    
        [Files:protected] => 
        [User:protected] => 
        [Template:protected] => 
        [DataContainer:protected] => 
        [Automator:protected] => 
        [arrCache:protected] => Array
            (
            )
    
    )

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
  •