Sergei Gnezdov

Results 34 comments of Sergei Gnezdov

I don't use Docker unless Dockerfile is something else. ``` php -v PHP 5.6.18 (cli) (built: Feb 11 2016 01:25:03) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright...

Here is what an example of what PHP isntallation usually end up looking like after installing a bunch of extensions: ``` php56-5.6.18 PHP Scripting Language php56-ctype-5.6.18 The ctype shared extension...

I am surprised that we are guessing in here instead of turning on logging and looking at the error. It is one of the few PHP projects I run into...

I have updated main ./index.php and restarted php-fpm. There does not seem to be much difference. Here is what I see: ``` /protected/runtime >ls -lR total 4 -rw-rw-r-- 1 www...

My search for index.php found more than one. Should I update some other one? List: ``` >find . -name index.php ./index.php ./protected/views/entry/index.php ./protected/views/tag/index.php ./protected/views/upgrade/index.php ./vendor/yiisoft/yii/framework/cli/views/shell/crud/index.php ./vendor/yiisoft/yii/framework/cli/views/shell/module/views/default/index.php ./vendor/yiisoft/yii/framework/cli/views/webapp/index.php ./vendor/yiisoft/yii/framework/cli/views/webapp/protected/views/site/index.php ./vendor/yiisoft/yii/framework/gii/generators/controller/views/index.php ./vendor/yiisoft/yii/framework/gii/generators/crud/templates/default/index.php...

nginx configuration ``` server { listen 10.0.1.10:80; server_name pass.private-lan; # site is served from jail # dir below is a symbolic link `ln -s ...` # that allowed nginx to...

There are no log files in ./protected/runtime Initially I tested that init.php by writing log line on file entry and I got convinced that file is being executed. I have...

I have the same issue on the list page at I looked into it and it appears that images that are not displayed are set to hight zero. I have...

I have had some time and possibly located reason for the zero height. in file js/front.js: /* picture zoom */ function pictureZoom () { $('.product .image, .post .image, .photostream div').each(function...

The submitted fix is implemented on http://www.talkingwithrebecca.com website and applies to blog and material archetypes.