Results 1 to 2 of 2

Thread: Upgrade 2.10.0 - Path to CSS is incorrect

  1. #1
    User
    Join Date
    06-19-09.
    Posts
    417

    Default Upgrade 2.10.0 - Path to CSS is incorrect

    After an upgrade to 2.10.0 the path to the css files is incorrect.

    In the template we have:

    <?php echo $this->stylesheets; ?>

    This outputs:

    <link rel="stylesheet" href="TL_SCRIPT_URLsystem/scripts/5379be0e26a4.css" media="all">

    So "TL_SCRIPT_URL" is being added or not replaced?

    We have tried both auto update and manual update, no difference.

    typolight-check.php does not report any errors


    Any ideas?

  2. #2
    New user
    Join Date
    08-17-11.
    Location
    The Netherlands
    Posts
    9

    Default Re: Upgrade 2.10.0 - Path to CSS is incorrect

    Hi Gary,

    the TL_SCRIPT_URL is define in the file ./system/initialize.php (line 217).

    This Script path can be set in the back end in the Settings section -> Back end configuration -> Script URL.
    OR you can create an entry in the ./system/config/localconfig.php
    Code:
    $GLOBALS['TL_CONFIG']['staticSystem']
    .

    Perhaps this is a hint to your solution.

    Regards,
    Arvid

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
  •