phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

Issue with CSaveRelationsBehavior #90

Closed damiandennis closed 9 years ago

damiandennis commented 11 years ago

Hi the package ckeditor-configurator still seems to be downloading code from a previous release and is causing an issue on the application overviews when you go into templates or styles for the ckedit configurator.

This appears to no longer be in use the repo but I still got this code downloaded yesterday in BaseCkeditorStyle.php and CkEditorTemplateController.php so maybe an issue with composer setup? gii-template-collection.components.CSaveRelationsBehavior

schmunk42 commented 11 years ago

@damiandennis Could you check the version of ckeditor-configuration, eg. with composer show --installed @Quexer69: Any ideas about this issue?

damiandennis commented 11 years ago

clevertech/yiibooster dev-master 3b3f02ca YiiBooster cloudhead/less.js v1.3.3 Leaner CSS crisu83/yii-less v2.0.1 Yii extension for compiling LESS files client and server-side. crisu83/yii-rights dev-tip 437267d Rights is a module for the Yii PHP framework. This module utilizes Yii's built-in Database Authorization Manager (CDb... malyshev/yii-debug-toolbar dev-master 9102eba A configurable set of panels that display various debug information about the current request/response. mishamx/yii-user dev-master 00c8ca2 Yii PHP Framework extension for registration and management users accounts. phundament/backend-theme dev-master c27a0bd Backend Bootstrap Theme for Phundament phundament/gii-template-collection 0.12.0 Gii Template Collection, Model and CRUD templates with Boostrap UI phundament/jquery-file-upload dev-master 5e08d97 Multiple File Upload widget with Drag&Drop support for jQuery phundament/lessii dev-master 0.1.0 LESS Translation Library phundament/p3admin 0.14.1 Yii application info and skeleton phundament/p3bootstrap 0.19.1 Bootstrap Theme for Phundament phundament/p3extensions 0.15.1 Phundament 3 Core Extensions phundament/p3media 0.15.1 Yii media file manager module with ckeditor integration phundament/p3pages 0.14.2 Page Manager phundament/p3widgets 0.14.0 Widget Manager schmunk42/ckeditor-configurator dev-master a21ecf5 schmunk42/database-command 0.8.10 Yii command to create database migrations from existing schema schmunk42/giic dev-master 6ad6289 Toolset for running Gii on the command line schmunk42/multi-theme 0.1.1 Yii Framework Theme-Manager class, switch themes by regular expressions on controller routes. schmunk42/relation 1.0.1 Yii Framework components for active record relations schmunk42/web-user-behavior 0.1.1 Yii Behavior, which implments features from WebUser from mishamx/yii-user thomaspark/bootswatch v2.3.2 Themes for Twitter Bootstrap twitter/bootstrap v2.3.2 Sleek, intuitive, and powerful front-end framework for faster and easier web development. vitalets/x-editable-yii 1.2.0 Yii extension for creating editable elements waalzer/app-demo-data dev-master 9d0f8f4 Sample migrations for Phundament yiiext/fancybox-widget v0.3 Wrapper around fancybox. yiiext/lipsum-widget v0.1 Lorem Ipsum placeholder text generator yiiext/migrate-command dev-master 35f315b This is an enhanced version of the Yii Database Migration Tool that adds module support and many more usefull features. yiisoft/yii 1.1.14 Yii PHP Framework

schmunk42 commented 11 years ago

Make a backup first!

Please try updating the version constrain in your composer.json for ckeditor-configuratior to 0.2.*. And then run composer.phar update schmunk42/ckeditor-configurator.

schmunk42 commented 9 years ago

Closed due to no further activity.