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

BaseImage::frame() possible bug #10661

Closed
rumatakira opened this issue Jan 25, 2016 · 1 comment
Closed

BaseImage::frame() possible bug #10661

rumatakira opened this issue Jan 25, 2016 · 1 comment

Comments

@rumatakira
Copy link

<?= DetailView::widget([
        'model' => $model,
        'attributes' => [
            [
                'attribute' => 'photo',
                'value' => BaseImage::frame('/home/kira/lampstack-7.0.2-0/apache2/htdocs/mafia-yii2/frontend/tmp/1.jpg', $margin = 20, $color = $GLOBALS['statusColor']),
                'format' => ['image', ['width'=>'300']],
            ],
            ...

returns:

Not Found

The requested URL /mafia-yii2/frontend/web/�PNG was not found on this server.

@yii-bot
Copy link

yii-bot commented Jan 25, 2016

Issue moved to yiisoft/yii2-imagine#12

@yii-bot yii-bot closed this as completed Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants