pckedi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problems7.3.23-4+ubuntu16.04.1+deb.sury.org+1
I updated it to PHP 7.4. This time I got a 404 error. I can use the lowest php 7.3. There is no lower version on my server.
This is the version of php 7.3 that we tried with you without any errors. I contacted Kinsta they said it wasn’t a server based error. They indicated that if there is a setting they need to configure with Nginx, they can help.
It works fine on both test sites.
https://demo-02.gbiorczyk.pl/results/ Php vs 7.3.117.3.11
https://s-qs63lw2rdpvbl.eu1.wpsandbox.org/results/ Php vs 7.4.11Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problems@mateuszgbiorczyk yes I am doing the same. No problem when I tried it on test platform. There is this problem on the Kinsta hosting site. I could never understand.
Translate instead of Duplicate from Wmpl does not have this problem.
https://ibb.co/z5kKbT0nginx have a compatibility issue? Other than that, everything works very well.
If it is fully compatible, everything will be very good for me. It’s a very nice add-on. Thank you very much for your help.
- This reply was modified 5 years, 7 months ago by pckedi.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsMateusz Gbiorczyk (@mateuszgbiorczyk) I hope I can explain.
1. I created the page by associating it with the category.
https://ibb.co/B6Md2jv2. I duplicated the default english page to german with wmpl duplicate.
https://ibb.co/rMKJJHg3. I logged into a duplicated german page. I see the category in permalink as missing duplicates. And the page is giving an error.
https://ibb.co/nnckDhf4.The category that is missing in permalik on the edit page is selected. I say update it without doing anything.
https://ibb.co/nnX17KK5. I update the translated german page without doing anything and the missing category is added in the permalink.
https://ibb.co/YB21V5ZForum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemshi. Mateusz Gbiorczyk (@mateuszgbiorczyk) Thank you for your work.
yes, it works fine on the test platform. But I still have a problem with the version running kinsta?
https://s-qs63lw2rdpvbl.eu1.wpsandbox.org/results/photos/test-808-eng/When I copy in another language with WPML Duplicate on the original site running kinsta.com Nginx hosting, the $ taxonomy is still missing in the permalink. When I edit and save the translation page, the missing $ taxonomy is added to the permalink.
When I translate the page with Translate instead of WPML Duplicate, there is no $ taxonomy issue in permalink.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemskinsta.com The problem on my original site using Nginx + is only in duplication, when this problem is resolved everything will work fine for me. Thank you for your interest.
- This reply was modified 5 years, 7 months ago by pckedi.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsServer difference I guess the errors are different from one.
- This reply was modified 5 years, 7 months ago by pckedi.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsThe error in the test platform is very different. Translation permalink is completely wrong.
Everything works normally on my original site. When replicating with WPML only, the $ taxonomy is simply missing in the permalink. Original site hosting
kinsta.com Nginx +This problem occurs when replicating with wpml. The problem disappears when you enter the translation and edit it.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemshttps://s-qs63lw2rdpvbl.eu1.wpsandbox.org/results/photos/test-808-eng/
The german permalink was created incorrectly.
- This reply was modified 5 years, 7 months ago by pckedi.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsI installed it on another platform. When duplicating with WPML, the link is created incorrectly in translations. The strange thing is on my original site. When replicating with WPML, the $taxonomy is missing in the persistent domain.
The errors in the original and the test platform are different from each other.
WordPress admin area: Username: demo Password: demo Admin Login: https://s-qs63lw2rdpvbl.eu1.wpsandbox.org/wp-admin/ FTP Host: eu1.wpsandbox.org Username: qs3_1603653505_6524 Password: fc81c0cfde62 Port: 21 / SFTP Port (secure): 2222 phpMyAdmin: couldn't create account.Cannot create Database Management account. == Copy this for your records == WordPress site: https://s-qs63lw2rdpvbl.eu1.wpsandbox.org WordPress admin area: https://s-qs63lw2rdpvbl.eu1.wpsandbox.org/wp-admin/ Username: demo Password: demo Expires: Monday, Oct 26, 2020 at 08:18 PM FTP Host: eu1.wpsandbox.org Username: qs3_1603653505_6524 Password: fc81c0cfde62 Port: 21 / SFTP Port (secure): 2222 Powered by: https://wpsandbox.netForum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsI tried but it gives an error. It works on my server.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsdidn’t work on the test site I couldn’t understand?
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsI installed version 4.0.2 and this filter worked. Thanks. You are awesome.
I just spotted such a problem. When duplicating with WPML, $taxonomy is missing in the permalic field.
If this problem is solved, it will be fully compatible.
Forum: Plugins
In reply to: [WP Better Permalinks] Version 4.0.2 wpml 404 problemsI’m sorry I didn’t notice. The new filters solved my problem. I am grateful
Forum: Plugins
In reply to: [WP Better Permalinks] Crash, then not working after 4.0 updateI installed version 4.0.2 and this filter worked. Thanks. You are awesome
add_filter('wbp_rewrites_rules/post_type', function($rules, $postType, $path) { $newPath = preg_replace('/(?:[a-z]{2}\/)(.*)/', '${1}', $path); if (isset($rules[$newPath])) return $rules; $rules[$newPath . '(/([^/]+))+/?$'] = 'index.php?post_type=' . $postType . '&name=$matches[1]'; return $rules; }, 10, 3);Forum: Plugins
In reply to: [WP Better Permalinks] Crash, then not working after 4.0 update@mateuszgbiorczyk
thank you. If their issue is resolved, it will be the only plugin currently working with this build. When you duplicate custom post type page with WPML, taxonomy slug records incomplete.Being fully compatible with WPML will make the plugin number one in its class.