最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

FixingintegrationissuesofmanuallyinstalledWordPress,M_MySQL

来源:动视网 责编:小采 时间:2020-11-09 19:18:52
文档

FixingintegrationissuesofmanuallyinstalledWordPress,M_MySQL

FixingintegrationissuesofmanuallyinstalledWordPress,M_MySQL:WordPress Error#1:Your PHP installation appears to be missing the MySQL extension which is required by WordPress.Fix:Enable MySQL Extension for Php via php.ini as shown below:;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;
推荐度:
导读FixingintegrationissuesofmanuallyinstalledWordPress,M_MySQL:WordPress Error#1:Your PHP installation appears to be missing the MySQL extension which is required by WordPress.Fix:Enable MySQL Extension for Php via php.ini as shown below:;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;
 WordPress

Error#1:

Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

Fix:Enable MySQL Extension for Php via php.ini as shown below:

;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; … or under UNIX:
;
; extension=msql.so
;
; … or with a path:
;
; extension=/path/to/extension/msql.so
;
; If you only provide the name of the extension, PHP will look for it in its
; default extension directory.
;
; Windows Extensions
; Note that ODBC support is built in, so no dll is needed for it.
; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
;

extension=php_mysql.dll

and also add up below locations to:

;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

extension_dir = “C:/php55/ext/”
error_log = “C:/windows/Temp/php-5.5.12_errors.log”
upload_tmp_dir = “C:/windows/Temp/”
cgi.force_redirect = 0
cgi.fix_pathinfo = 1
fastcgi.impersonate = 1
fastcgi.logging = 0

Error#2:

HTTP Error 500.0 – Internal Server Error

C:/php55/php-cgi.exe – The FastCGI process exited unexpectedly

Module

FastCgiModule

Notification

ExecuteRequestHandler

Handler

PhpWin55

Error Code

0x000000ff

Requested URL

http://www.psp.com:80/index.php

Physical Path

C:/PSP/index.php

Logon Method

Anonymous

Logon User

Anonymous

Troubleshooting: Install Php Manager for IIS to see what’s going wrong with your Php.ini

Verify the FastCGI settings at Server level that gets inherits to the web sites

Fix:

Delete the Web.Config from your Web site root and Restart IIS to recreate it afresh. Ensure it has the Handler and Default document config entered as shown below

										

<

p>Upon Successful configuration of Php for IIS, you’ll see Php Manager reporting as below:

文档

FixingintegrationissuesofmanuallyinstalledWordPress,M_MySQL

FixingintegrationissuesofmanuallyinstalledWordPress,M_MySQL:WordPress Error#1:Your PHP installation appears to be missing the MySQL extension which is required by WordPress.Fix:Enable MySQL Extension for Php via php.ini as shown below:;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;
推荐度:
标签: wordpress mysql of
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top