Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong temp folder in tiny_mce_gzip #3891

Closed
sb-relaxt-at opened this issue Feb 12, 2015 · 1 comment
Closed

Wrong temp folder in tiny_mce_gzip #3891

sb-relaxt-at opened this issue Feb 12, 2015 · 1 comment

Comments

@sb-relaxt-at
Copy link
Contributor

The cache_dir of tiny_mce_gzip.php does not respect TEMP_FOLDER if it is set, instead it uses getTempFolder(). This is an issue if someone wants to use a different TEMP_FOLDER path.

Steps to reproduce

  • Silverstripe 3.1 or master branch
  • Set TEMP_FOLDER via _ss_environment.php, do not create a silverstripe-cache in the webroot
  • Login and edit a page
  • The TinyMCE won't load due to the missing cache directory (in case it can not create 'silverstripe-cache' in the webroot)

I will suggest a fix for this in a PR.

@sminnee
Copy link
Member

sminnee commented May 10, 2017

Fixed by #3892

@sminnee sminnee closed this as completed May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants