問(wèn)題:安裝新版本wordlpress的時(shí)候遇到如下問(wèn)題,
為唐山等地區(qū)用戶提供了全套網(wǎng)頁(yè)設(shè)計(jì)制作服務(wù),及唐山網(wǎng)站建設(shè)行業(yè)解決方案。主營(yíng)業(yè)務(wù)為成都做網(wǎng)站、成都網(wǎng)站設(shè)計(jì)、唐山網(wǎng)站設(shè)計(jì),以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠(chéng)的服務(wù)。我們深信只要達(dá)到每一位用戶的要求,就會(huì)得到認(rèn)可,從而選擇與我們長(zhǎng)期合作。這樣,我們也可以走得更遠(yuǎn)!
Zend Guard Run-time support missing!
One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured.
For the Web site user
This means that this Web server is not configured correctly to runthe files that it contains. Please contact the Web site'sadministrator/webmaster and inform them of this problem and give themthe URL you are trying to display to help them in diagnosing theproblem.
For The Site Administrator/Web Master
One or more files on your site were encoded with Zend Guard. Thismay be third party libraries that were provided to you by an ISV. Toallow these files to properly run you need to download and installone of the Zend guard run-time libraries. This is either ZendOptimizer or Zend Loader. The proper files can be downloaded fromhttp://www.zend.com/guard/downloads.This software is provided free of charge.
General Disclaimer: Zend Technologies is not responsible tothe configuration and setup of web sites using Zend Guard technology.Please contact your software vendor if these components were providedby an ISV or consult your Zend Guard Users Guide if these files wereencoded by your organization.
解決辦法:
下載ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz見(jiàn)附件(試了幾下附件沒(méi)有上傳成功,大家可把這個(gè)文件名放在百度里搜下會(huì)有很多),
解決文件:
ZendGuardLoader-php-5.3-linux-glibc23-x86_64
|-- README.txt
`-- php-5.3.x
`-- ZendGuardLoader.so
把ZendGuardLoader.so這個(gè)文件復(fù)制到/usr/local/lib目錄下,(沒(méi)有相應(yīng)的目錄請(qǐng)創(chuàng)建)
然后找到php.ini所對(duì)應(yīng)的配置文件,我的是在/etc/php.ini
在最后一行添加
zend_extension = /usr/local/lib/ZendGuardLoader.so
保存,之后重啟php
/etc/init.d/php-fpm restart
再去試一下就OK了,我的php版本是5.3的喲,你的可能要去找相應(yīng)的ZendGuardLoader這個(gè)版本的文件