Results 1 to 4 of 4

Thread: install fresh 4.5.4

  1. #1
    User
    Join Date
    10-12-13.
    Posts
    104

    Default install fresh 4.5.4

    Hello!
    Again problem with installing fresh copy of 4.5.4 version. Here is my step by step process:
    - wget https://getcomposer.org/download/1.6.3/composer.phar
    - php composer.phar update -o
    - /opt/cpanel/ea-php71/root/usr/bin/php composer.phar create-project contao/managed-edition public_html 4.5.*

    After installing I get error masage /tmp/somenumbersandletters not writable: look attachment!
    Maybe I need to install aditional apache modules -> attachment

    Any idea?
    Thank's all for help!
    Best regards
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by essecosi; 03/04/2018 at 12:41.

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-20-09.
    Posts
    1,287

    Default

    What's your hosting provider?

    There's probably a misconfiguration of the sys_temp_dir variable so that the sys_get_temp_dir() function could not retrieve the temporary directory which should be writeable.

    You could try to set another writeable temporary directory at runtime. That said, add the following directives to a script that is called by the application at runtime, i.e. app.php or localconfig.php, ...
    PHP Code:
    putenv('TMP=' TL_ROOT '/system/tmp'); 
    putenv('TEMP=' TL_ROOT '/system/tmp'); 
    putenv('TMPDIR=' TL_ROOT '/system/tmp'); 
    Make sure that system/tmp exists and is writeable.

    You may also want to ask your hosting provider why the temporary directory is not writeable at all.
    Contao Community Moderator
    → Support options

  3. #3
    User
    Join Date
    10-12-13.
    Posts
    104

    Default

    Contabo, Germany
    do you know which apache modules I need to install. for now I have default modules. PHP extensions all with opcache.
    Last edited by essecosi; 03/04/2018 at 14:09.

  4. #4
    User
    Join Date
    10-12-13.
    Posts
    104

    Default

    an new :-)
    Fatal error: Cannot declare class ClassLoader, because the name is already in use in /home/xtalkshop/public_html/vendor/contao/core-bundle/src/Resources/contao/config/ide_compat.php on line 0

    Fatal error: Cannot declare class BackendUser, because the name is already in use in /home/xtalkshop/public_html/vendor/contao/core-bundle/src/Resources/contao/config/ide_compat.php on line 0

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
  •