nettech1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28besides what’s already mentioned in the video I did
extension_dir = “C:\php\ext”extension=curl
extension=fileinfo
extension=gd
extension=intl
extension=mbstring
extension=exif ; Must be after mbstring as it depends on it
extension=openssl
extension=pdo_mysqland added mypublicwebsite.com and http://www.mypublicwebsite.com pointing them to 127.0.0.1 in hosts under C:\Windows\System32\drivers\etc
Forum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28I followed this guide to set up word press on my Windows server
How to Install WordPress on Windows Server 2022 – Full Tutorial – WordPress Installation
After updating the host file and removing comments from the disabled modules I don’t have any critical errorsForum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28try -> extension_dir = “C:\php\ext” followed by iisreset in the command line
Forum: Fixing WordPress
In reply to: missing modulesthere was nothing to install, just needed to enable them in php.ini
Forum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28In hosts i added mypublicwebsite.com and http://www.mypublicwebsite.com and pointed both to 127.0.0.1
to fix inactive modules i updated extension_dir in php.ini and pointed it where modules are
Forum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28Forum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28take a look at your php.ini
I was able to get most of my modules working by editing the ini file
; Notes for Windows environments :
;
; – Many DLL files are located in the ext/
; extension folders as well as the separate PECL DLL download.
; Be sure to appropriately set the extension_dir directive.
;
;extension=bz2
extension=curlForum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28host file update fixed it for me – > Issue with REST API and Loopback in WordPress Installed on Windows Server | ww.wp.xz.cn
Forum: Fixing WordPress
In reply to: site health Performance issue, REST API errorfound a solution here -> Issue with REST API and Loopback in WordPress Installed on Windows Server | ww.wp.xz.cn
Forum: Fixing WordPress
In reply to: site health Performance issue, REST API errorif i plug the url shown in the post above in the browser, i get {“code”:”rest_forbidden_context”,”message”:”Sorry, you are not allowed to edit posts in this post type.”,”data”:{“status”:401}}
Forum: Fixing WordPress
In reply to: Site Health: 2 errors CURL Error 28Hi @matth76
Looks like I am having the same issue with a similar set up on a 2022 server.
https://ww.wp.xz.cn/support/topic/site-health-performance-issue-rest-api-error/