boostxd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [NSFW] How to correctly debug SMTP Issues on WordPress?Hi @alanfuller, I’ll do that when I move the codes to production server again. Thanks!
- This reply was modified 2 years, 7 months ago by boostxd.
Forum: Fixing WordPress
In reply to: [NSFW] How to correctly debug SMTP Issues on WordPress?Hi, thanks for your help! I was doing some tests in development environment and I kinda forgot to also test the codes on local web server first (I initially thought it wouldn’t work because it’s localhost and I can’t possibly add it to list of verified domains, that’s why I jumped to production server)… I tested with post smtp and my own code – they are doing fine. In final it turns out Amazon is blocking port 587. It is not firewall because I added rule to unblock that that port in AWS Console. It is not OS-level firewall either because I disabled the daemon or service from running in background.
Forum: Networking WordPress
In reply to: Redirection issues on WordPress NetworkIf I try to set NOBLOGREDIRECT the site redirects too much and becomes inaccessible
Forum: Fixing WordPress
In reply to: Favicon is not displayed in google search resultThe code should be in header or footer? Gunterberg doesn’t have many options to add code in header tag… I’m having same issue, not only with Google, others like Bing, DuckDuckGo and Yandex
- This reply was modified 3 years, 1 month ago by boostxd.
Forum: Fixing WordPress
In reply to: Best settings to site with massive filesI found the code that was causing issues, I’m kinda new to PHP but in line 82, error origin is
$finfo = finfo_open( FILEINFO_MIME )
;, is that same thing as$finfo = finfo_open(FILEINFO_MIME_TYPE);
?Forum: Fixing WordPress
In reply to: Best settings to site with massive filesMadara Core. It comes bundled with theme essential package
- This reply was modified 3 years, 1 month ago by boostxd.
Forum: Fixing WordPress
In reply to: Best settings to site with massive filesI did deep search and enabled debug mode, looks like Argument #1 ($finfo) cannot be empty in… error may help troubleshooting the issue. I don’t know what could be causing this, but the plugin was working well earlier…
- This reply was modified 3 years, 1 month ago by boostxd.
Forum: Fixing WordPress
In reply to: Best settings to site with massive filesForum: Fixing WordPress
In reply to: Best settings to site with massive filesYeah, I think so
Forum: Fixing WordPress
In reply to: Best settings to site with massive filesThe destination of files is Google Photos to be exact (Google Photos is linked with Google Drive though…). I use Google Photos API to upload them to my account storage (I’ll expand it when needed too) and use them whenever user requests to read a chapter from my collection. I’m not uploading them to my own server currently to save resources
Forum: Fixing WordPress
In reply to: WordPress website home page takes too much time to loadOh, thanks! It’s pretty fast now!
Forum: Fixing WordPress
In reply to: Unable to hide posted on meta tagsForum: Fixing WordPress
In reply to: Unable to hide posted on meta tags