Strange error # 32 at the bottom of the site using yii2

I am using yii2 and I recently uploaded my entire site to godaddy shared server. I have uploaded all other folders like controller, vendors, config, etc. to the root folder.

Then I uploaded files with the "web" folder like index.php and themes etc. to the public_html folder.

Everything works fine on the server, but unexpectedly appears at the end of my page. This appears randomly when I update my server. I'm not sure.

Error (#32)
An internal server error occurred.
The above error occurred while the Web server was processing your request.

Please contact us if you think this is a server error. Thank you.

      

This only happens with yii2 based framework

+3


source to share


2 answers


Just try updating your php version. I have the same error with php 5.5, but with php 5.6 everything works fine.



+3


source


I also have the same error, when I check the error_log file, I found a php error like PHP Warning: PHP startup: unable to load dynamic link library '/ usr / local / lib / php / extensions / no-debug-non-zts- 20100525 / timezonedb.so '- / usr / local / lib / php / extensions / no -debug-non-zts-20100525 / timezonedb.so: Unable to open shared objects file: No such file or directory listed on line 0.



I think you may have some php library error on your shared hosting. So check the error_log file. This will be useful for debugging the error.

+1


source







All Articles