Answer the question
In order to leave comments, you need to log in
Problem with paths in yii?
<?php
$this->widget('ImperaviRedactorWidget', array(
// You can either use it for model attribute
'model' => $model,
'attribute' => 'img_url',
// or just for input field
'name' => 'my_input_name',
// Some options, see http://imperavi.com/redactor/docs/
'options' => array(
'lang' => 'ru',
'toolbar' => true,
'iframe' => true,
'css' => 'wym.css',
'imageUpload' => '/MyGallery/upload',
),
));
?>
Answer the question
In order to leave comments, you need to log in
The error clearly says - 403.
Most likely, this path is closed in the Apache or nginx settings.
Well, or maybe closed everything in the filters.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question