Results 1 to 4 of 4

Thread: Safe Mode Hack ???

  1. #1
    New user
    Join Date
    09-18-15.
    Posts
    2

    Default Safe Mode Hack ???

    Hi there,

    I am a newbie for Contao and use Linux Ubuntu 15.04. I have installed XAMPP and it works perfekt.

    Then I have put in htdocs folder with Contao 3.5.3 version.

    I have problem by the installation. On my browser first page is to setup FTP server. I have googled and it is

    Safe Mode Hack problem. The problem is that in system/config there is no localconfig.php file ?

    How to solve this problem ?
    Last edited by putolov; 09/18/2015 at 11:14.

  2. #2
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    localconfig.php gets created during install localhost/contao/install.php

    If you have problem with xampp or safe mode hack maybe take a look at contao to go http://www.contao2go.org
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  3. #3
    New user
    Join Date
    09-18-15.
    Posts
    2

    Default

    Quote Originally Posted by Andreas View Post
    localconfig.php gets created during install localhost/contao/install.php

    If you have problem with xampp or safe mode hack maybe take a look at contao to go http://www.contao2go.org
    Thanks Andreas on your answer.

    OK. I have downloaded Contao2Go-V3.7z and what to do with this file ?

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

    Default

    Hi putolov,

    actually, you do not need XAMPP on Ubuntu at all since there you can set up a LAMP stack easily. See e.g. https://help.ubuntu.com/community/ApacheMySQLPHP for further information or get all the required packages by
    Code:
    sudo apt-get install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server
    To check whether the web server is running correctly, just open http://localhost in your web browser.

    Make sure to add the respective user to the www group to access the document root "/var/www/html/" or "/var/www/":
    Code:
    sudo groupadd www
    sudo adduser YOURUSERNAME www
    sudo chgrp www /var/www
    sudo chmod g+w /var/www
    Contao Community Moderator
    → Support options

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
  •