• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

Fixing integration issues of manually installed WordPress, M_MySQL

mysql 搞代码 4年前 (2022-01-09) 21次浏览 已收录 0个评论

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.ex本文来源gaodai#ma#com搞*!代#%^码网%tension
;
; 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

<?xml version="1.0" encoding="UTF-8"?>																																																					

<

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


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Fixing integration issues of manually installed WordPress, M_MySQL

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址