Results 1 to 11 of 11

Thread: No Template for admin panel

  1. #1
    New user
    Join Date
    05-21-14.
    Posts
    15

    Default No Template for admin panel

    Hi,

    I am new to Contao CMS.
    My sites admin login screen has default Contao tempate. But after I logged in admin panel, the admin panel lost their template and the CSS and JS are not properly.
    Please refer attached screenshot, please help me to fix this issue.
    contao_admin.jpg

  2. #2
    User
    Join Date
    07-23-10.
    Posts
    86

    Default

    Try to open /contao/install.php. If you do so the Configuration for the Path will be adapted. Probably this could solve your problem.

  3. #3
    New user
    Join Date
    05-21-14.
    Posts
    15

    Default

    Do I run the installation again in the browser?
    i.e www.mysite.com/contao/install.php
    or just edit the config setting in /contao/install.php ?
    Please advice.

  4. #4
    User
    Join Date
    07-23-10.
    Posts
    86

    Default

    Just open (browse) install.php type in the password and the config ist allready written new.
    Last edited by ciaobello; 06/17/2014 at 17:37.

  5. #5
    User
    Join Date
    05-12-14.
    Posts
    72

    Default

    Quote Originally Posted by senthil View Post
    Do I run the installation again in the browser?
    i.e www.mysite.com/contao/install.php
    Yes.

  6. #6
    New user
    Join Date
    05-21-14.
    Posts
    15

    Default

    Does it override my database tables and CMS PHP files when I run the installation again in browser - i.e www.mysite.com/contao/install.php ?

  7. #7
    User
    Join Date
    05-12-14.
    Posts
    72

    Default

    I don't think so, but back up your DB in any case.

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

    Default

    Quote Originally Posted by senthil View Post
    Does it override my database tables and CMS PHP files when I run the installation again in browse
    No. As long as you don't import an SQL website template you will lose neither the DB contents nor the CMS PHP files. And as @ciaobello already said: just run the Contao install tool and it will set the websitePath automatically. Actually, there's no need to change anything.
    Contao Community Moderator
    → Support options

  9. #9
    New user
    Join Date
    05-21-14.
    Posts
    15

    Default

    I run / execute the page in browser, but it is not proceed to next page.
    I mean, after click on 'Save FTP setting' it again redirect to same install page.
    mydomain.com/contao/install.php

    NO error or mesages, so I can not proceed further.

    Please help me to fix this error.

  10. #10
    User
    Join Date
    07-23-10.
    Posts
    86

    Default

    Can you please tell us witch provider you use and witch package you got. I will try find out over the FAQ what the problem could be.

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

    Default

    Quote Originally Posted by senthil View Post
    I mean, after click on 'Save FTP setting' it again redirect to same install page.
    mydomain.com/contao/install.php

    NO error or mesages, so I can not proceed further
    The PHP process running on your web server has no write access to modify the local configuration "system/config/localconfig.php".

    Please try to manually add the FTP configuration to your "localconfig.php" file:
    Code:
    ### INSTALL SCRIPT START ###
    $GLOBALS['TL_CONFIG']['useFTP'] = true;
    $GLOBALS['TL_CONFIG']['ftpHost'] = 'YOUR FTP HOSTNAME';
    $GLOBALS['TL_CONFIG']['ftpPath'] = 'YOUR FTP PATH';
    $GLOBALS['TL_CONFIG']['ftpUser'] = 'YOUR FTP USERNAME';
    $GLOBALS['TL_CONFIG']['ftpPass'] = 'YOUR FTP PASSWORD';
    Change the hostname, path and FTP credentials accordingly!

    See the Contao manual for further information.

    After all, this is a server misconfiguration and does not happen if PHP runs in a user context and with user privileges.
    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
  •