FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
516 stars 83 forks source link

Fix base url #215

Closed nicolas-joubert closed 4 years ago

nicolas-joubert commented 4 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none
License MIT

Since 04-20-2020 this error occured on ckeditor:install --clear=drop: `

php bin/console ckeditor:install --clear=drop


| CKEditor Installer |

// Downloading CKEditor ZIP archive from "https://github.com/ckeditor/ckeditor-releases/archive/full/latest.zip"

In CKEditorInstaller.php line 329:

Unable to download CKEditor ZIP archive from "https://github.com/ckeditor/ckeditor-releases/archive/full/latest.zip". (file_get_contents(https://github.com/ckeditor/ckeditor-releases/archive/full/latest.zip): failed to open stream: Connection timed out) `

Removing redirect from https://github.com/ckeditor/ckeditor-releases to https://github.com/ckeditor/ckeditor4-releases fix this issue without causing BC Break.

nicolas-joubert commented 4 years ago

Fu*** internal network issue...

PhoneixS commented 3 years ago

Why have been closed? I think the problem still persists because the original URL doesn't exist anymore.