prototype2
Forum Replies Created
-
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?Great, I have able to test on my VPS that work fine, but running pagespeed:
Mobile
70 (without PhastPress) vs 43 (with PhastPress)Desktop
94 (without PhastPress) vs 95 (with PhastPress)Those implemented web server rule to block PHP files in wp-content and wp-includes will make PhastpPress non-functioning. It seems there are lots of challenge and efforts to add optimizations compare to other CMS that could be optimize right from the very beginning.
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?Manage to trace down to this
cgi.fix_pathinfo = 0which I have added in php.ini, commented out is working now.Are there any way to get around when some users will add this cgi.fix_pathinfo when using Caddy?
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?I can reproduce on VPS on Ubuntu Server 20.04.
What PHP extension and other packages are require in your setup? I use the easiest steps and install the minimum PHP packages to get WordPress working and perhaps, might missed out some packages that need for PhastPress to work.
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?I don’t have .htaccess in any of WordPress subfolders including Phastpress.
1) test.php
Echo Hello string.2) Copy
phast.phpand paste asphast2.php, renamephast.phptophast.php.bakand rename phast2.php tophast.php
Still error 404.3) phast3.php and test.php are identical.
Copy phast.php source code, paste into the newphast3.phpand access URL to that file directly.
Still error 404, not blank page.4) Access URL directly to ../wp-content/plugins/phastpress/low-php-version.php
Return code 200, blank plage.4) chmod 755 phast3.php and access URL to that file directly.
Still error 404.5) Commented out code in phast.php
// phastpress_get_service_sdk()->getServiceAPI()->serve();
Shown blank page which is correct.It seem the sdk need to be debug.
Forum: Reviews
In reply to: [Gutenberg] Gutenberg verses ElementorI have a look at your website and there some design issue and some contents are not HTTPS.
Forum: Reviews
In reply to: [Gutenberg] Wonderful!“who don’t like change”
While blocks aren’t a new concept, have you tried other CMS that have a similar block features?
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?For one more test, test.php echo string in my test correctly, not redirect to any page:
http://192.168.64.5:8080/wp-content/plugins/phastpress/test.php?service=images…Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?Added test.php to each folders, I can echo string on the web browser:
wp-content/
wp-content/plugins/
wp-content/plugins/phastpress/I could even access readme.txt in this folder:
wp-content/plugins/phastpress/readme.txtThen I have tried to replace phast.php with readme.txt and it still load readme.txt, not redirect to any page.
http://192.168.64.5:8080/wp-content/plugins/phastpress/readme.txt?service=…I think I have manage to narrow down to phast.php itself?
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?Return blank page which is correct
http://domain/wp-config.phpReturn 404
http://domain/wp-content/plugins/phastpress/phast.phpIt may look like some configuration issue with Caddy or WordPress for plugins folder?
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?I have assuming Caddy’s fcgi does not accept URL as parameter and redirect to the index URL address.
Forum: Plugins
In reply to: [PhastPress] Work with Caddy web server?I have the tested and the problem with php-fpm. Does it work for you?
:8080 {
root * /var/www/html/wordpress
php_fastcgi unix//run/php/php7.4-fpm.sock
file_server
}Forum: Reviews
In reply to: [Gutenberg] Horror FeelingsYou should wake up and leave the platform to find exciting elsewhere, friend.
Forum: Reviews
In reply to: [Gutenberg] Slow Performance“For all WordPress Gutenberg developer”, I believe they known the technology well just as I know those platform and the programming language they used to develop but Medium is a closed publishing platform.
Slow is inevitable if you know the history of computing, language, and CMS. You could have been on the subpar platform e.g. slow shared hosting that is the hosting problem if they are not near to you, not WordPress.
The indication when you compare to Medium is their backend infrastructure are different, day and night.
- This reply was modified 5 years, 5 months ago by prototype2.