Note that there are some explanatory texts on larger screens.

plurals
  1. POYii framework server error on localhost
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COCan you post the content of index.php in the www folder? Also it would be helpful to us if you can add the following lines in the index.php file at the top: `ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(-1);` And post the errors that are shown when navigating to www folder...
      singulars
    2. COThe index.php is having the following code '<?php // change the following paths if necessary $yii = dirname(__FILE__) . '/../framework/yii.php'; $configPath = dirname(__FILE__) . '/../frontend/config'; require_once($yii); defined('YII_DEBUG') or define('YII_DEBUG',true); $local = require($configPath . DIRECTORY_SEPARATOR . 'main-local.php'); $base = require($configPath . DIRECTORY_SEPARATOR . 'main.php'); $config = CMap::mergeArray($base, $local); Yii::createWebApplication($config)->run();'
      singulars
    3. COSorry for the above comment. Cant edit it now. My index.php is `<?php // change the following paths if necessary $yii = dirname(FILE) . '/../framework/yii.php'; $configPath = dirname(FILE) . '/../frontend/config'; require_once($yii); defined('YII_DEBUG') or define('YII_DEBUG',true); $local = require($configPath . DIRECTORY_SEPARATOR . 'main-local.php'); $base = require($configPath . DIRECTORY_SEPARATOR . 'main.php'); $config = CMap::mergeArray($base, $local); Yii::createWebApplication($config)->run();`
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload