: This article mainly introduces ThinkPHP322 error: _ STORAGE_WRITE_ERROR _. if you are interested in the PHP Tutorial, refer to it.
:( _ STORAGE_WRITE_ERROR _:./Application/Runtime/Cache/Home/50c9f5d2ef37c2cf1_d5cf1381d3a4b. php error location FILE:/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/Storage/Driver/File.class.php LINE: 47 TRACE #0/export/app/rewrite (47): E ('_ STORAGE_WRITE _... ') #1 [internal function]: Think \ Storage \ Driver \ File-> put ('./Application/R ...','
#2/export/app/resize (37): call_user_func_array (Array, Array) #3/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/Template.class.php (110): Think \ Storage :: __callstatic ('put', Array) #4/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/Template.class.php (110): Think \ Storage: put ('./Application/R ...','
#5/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/Template.class.php (76): Think \ Template-> loadTemplate ('./Application/H... ', '') #6/export/app/admin.xxx.com.cn/ThinkPHP/Library/Behavior/ParseTemplateBehavior.class.php (32): Think \ Template-> fetch ('./Application/H... ', Array, '') #7/export/app/Behavior (119): Behavior \ ParseTemplateBehavior-> run (Array) #8/export/app/Behavior (89 ): think \ Hook: exec ('behavior \ ParseT... ', 'View _ parse', Array) #9/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/View.class.php (124): Think \ Hook: listen ('View _ parse', Array) #10/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/View.class.php (72): Think \ View-> fetch ('','', '') #11/export/app/timeout (56 ): think \ View-> display ('','') #12/export/app/admin.xxx.com.cn/Application/Home/Controller/LoginController. class. php (40): Think \ Controller-> display () #13 [internal function]: Home \ Controller \ LoginController-> login () #14/export/app/admin.xxx.com.cn/ThinkPHP/Library/Think/App.class.php (162): ReflectionMethod-> invoke (Object (Home \ Controller \ LoginController) #15/export/app/issue (200 ): think \ App: exec () #16/export/app/timeout (120): Think \ App: run () #17/export/app/admin.xxx.com.cn/ThinkPHP/ThinkPHP.php (96 ): think \ Think: start () #18/export/app/admin.xxx.com.cn/index.php (25 ):Require('/Export/app/adm...') #19 {main} ThinkPHP3.2.2 {Fast & Simple oop php Framework} -- [we can do it just think]
The server reported an error today, as shown in the code above. Generally, the hard disk is full.
Login server:
First, check the hard disk usage: df-Th
The/export partition is slow.
View the large files in the partition (files larger than 20 MB)
Find/export/-size + 20000 k-exec ls-lh {}\;
It is found that the log is too large. just delete it.
The above introduces the ThinkPHP322 error: _ STORAGE_WRITE_ERROR _, including The require and Application content, and hopes to help friends who are interested in the PHP Tutorial.