Home PHP Framework YII yii2 server 500 error

yii2 server 500 error

Feb 20, 2020 am 10:47 AM
500 yii2

yii2 server 500 error

First open web/index.php defined('YII_DEBUG') or define('YII_DEBUG', true); Change this to true; check the error report , as follows:

Exception (Invalid Configuration) 'yii\base\InvalidConfigException' with message 'The directory is not writable by the Web process: /home/wwwroot/1XX.2X.XX3.X2/xhedu/backend/web/assets'in /home/wwwroot/12X.2X.XXX.1X/xhedu/vendor/yiisoft/yii2/web/AssetManager.php:213
Copy after login

Cause analysis:

(Recommended tutorial: yii framework)

assests folder and its files have insufficient permissions, resulting in inaccessibility AssetManager.php Change it to 777.

Solution:

The owner and group name of the previous project was www, and the permissions were the maximum 777. The user name of the later project was root, and the permissions were not the maximum, so you need to Just change the project assets folder to 777.

For more programming related content, please pay attention to the Programming Introduction column on the php Chinese website!

The above is the detailed content of yii2 server 500 error. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to remove jquery in yii2 How to remove jquery in yii2 Feb 17, 2023 am 09:55 AM

How to remove jquery from yii2: 1. Edit the AppAsset.php file and comment out the "yii\web\YiiAsset" value in the variable $depends; 2. Edit the main.php file and add the configuration "'yii" under the field "components" \web\JqueryAsset' => ['js' => [],'sourcePath' => null,]," to remove the jquery script.

A few selected CTF exercises will help you learn the yii2 framework! A few selected CTF exercises will help you learn the yii2 framework! Feb 23, 2022 am 10:33 AM

This article will introduce you to the yii2 framework, share a few CTF exercises, and use them to learn the yii2 framework. I hope it will be helpful to everyone.

What does 500internal server error mean? What does 500internal server error mean? Feb 21, 2023 pm 03:39 PM

500internal server error means HTTP 500 internal server error, which means that the server encountered an unexpected situation that caused it to be unable to fulfill the request, but it cannot explain the specific error or the root cause of the error; when an error occurs, the website visited will display an error. .

How to install Redis extension using YII2 framework How to install Redis extension using YII2 framework May 26, 2023 pm 06:41 PM

1. You need to download the windows version of the master branch of yii2-redis with composer 2. Unzip and copy it to vendor/yiisoft 3. Add 'yiisoft/yii2-redis'=>array('name'=>'yiisoft to extensions.php under yiisoft /yii2-redis','version'=>'2.0.

Brits urged to check at home for rare 50p coin that could be worth £2,500 Brits urged to check at home for rare 50p coin that could be worth £2,500 Oct 28, 2024 pm 04:20 PM

According to one expert, the 2011 piece was minted to celebrate the London Olympics in 2012

Ethereum (ETH) Price Recovers Above $2,320, But Struggles to Gain Pace Ethereum (ETH) Price Recovers Above $2,320, But Struggles to Gain Pace Sep 10, 2024 pm 03:20 PM

Ethereum price started a recovery wave above the $2,250 level. ETH was able to clear the $2,280 resistance zone to move into a positive zone, but momentum was weak compared to Bitcoin.

Bitcoin (BTC) Price Analysis: BTC Initiates Significant Upward Movement, Targets $60,000 Mark Bitcoin (BTC) Price Analysis: BTC Initiates Significant Upward Movement, Targets $60,000 Mark Sep 12, 2024 pm 06:35 PM

Bitcoin has initiated a significant upward movement, surpassing the $57,500 resistance level and now showing promising signs of potentially reaching the $60,000 mark.

Brits urged to check their 50p coins as rare version could be worth a huge £2.5k Brits urged to check their 50p coins as rare version could be worth a huge £2.5k Oct 28, 2024 pm 04:24 PM

The 2011 coin, minted in celebration of the London Olympics in 2012, is known as the "aquatics" design and features an image of a swimmer

See all articles