Skip to content

Wrong path resolution for skin files #45

Description

@stat1x

Hi,

In RichTextElement class the skinFilename and skinDirectory are wrongly set. If your typo3 installation is in a subdirectory the paths are wrong so the cache files are empty.

I fixed it by setting the path manually like this :

 // Get skin file name
$skinFilename = '/typo3conf/ext/rtehtmlarea/Resources/Public/Css/Skin/htmlarea.css';
$skinDirectory = '/typo3conf/ext/rtehtmlarea/Resources/Public/Css/Skin';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions