The permalinks I have setup on my woo-commerce products are not working. I am getting an Internal Server error. When I look at the log I see:
PHP Notice: Undefined index: path in /home/quaffoqn/public_html/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 326
I looked at line 325:
$request = ltrim(substr($string, strlen($url[‘path’])),’/’);
I have disable the plugin so the site works. The permalinks not working are things like this: https://www.quaffee.com/Jura-A1
]]>This follows my support query from 10 months ago titled “Interesting conflict with WP-Types for CPTs“.
Every time a post is edited and updated, regardless of whether the permalink is changed or not, a duplicate ID is created in any posts which happen to be *child* posts of that post.
Is there any fix to this? – or do you know a simple way to edit the database so that unique IDs can be created for all child posts again?
Hope to hear back from you.
Thank you
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>I’m testing using this to create custom permalinks on posts. Seemed to work fine before updating to 4.3.1. Now it’s a mess and unusable.
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>How do I solve the 403 Unauthorized from the Google crawl
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Hi!
This is Mercedes from WPML team. We got a user reporting issues with your plugin and we would like to work on them. Would you be interested?
Can you please contact us back?
Thanks!
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>I’m getting the following errors with WP_DEBUG turned on:
Notice: Undefined index: fp in /path/to/site/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 138
Notice: Undefined index: preview_id in /path/to/site/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 144
Any help would be appreciated.
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Current version 0.1.1 does not work with WP 4.1.1 — no way to add/edit custom permalinks.
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>This plugin is great! But it doesn’t work with WooCommerce product categories. ??
The “custom permalink” field shows up when editing the product category pages, but anything entered into the field does not get saved and so my product category URLs are looong. See my screenshot.
https://s9.postimg.org/uvwdcoev3/custom_permalink.png
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Hello,
Thank you for such nice plugin.
When I make check-box from WP Settings “Break comments into pages with xx top level comments per page…” have got 404 error on submit any comment (native WP comment system).
Also I have got 404 error when I went to any comment page.
When I disable your plugin everything works without errors.
Can you help?
Regards, Alex
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>As per original plugin and problem defined here:
Custom Permalinks Not Updating WooCommerce Product Category Permalinks
this fork have same problem, can you please address this, since we are getting so much duplicate pages since wordpress4.0 update.
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Hello, this plugin is precisely what I need for several sites I’m working on, but I have found that when I edit the permalink of a custom post type, which itself has child custom post types, all the child custom posts are given the same permalink as the parent.
Thankfully your plugin is equipped with a checking device which tells me immediately on saving the post that the permalink is duplicated in the child posts. This has meant I’ve been able to stop after doing just one page. But I do have many more to do as well, and it would take ages if I had to go into each child post and re-edit its permalink to make it unique.
The CPTs and the parent/child relationships were created using the Types – Complete Solution for Custom Fields and Types plugin. Is there a known solution or fix for this?
Thank you
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>PHP Notice: Undefined index: path in /hermes/bosoraweb184/b2238/ipg.nammavidyaranyapurao/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 326
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Thank you for a wonderful plugin that worked like a charm to sort out my URLs. However, right after I installed this plugin, all other plugins disappeared. The files are still in my wp-content/plugins file but they do not show up and WordPress will not let me reinstall them.
HELP!
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Hello,
I installed this plugin and I’m having trouble making it work. I’m new to WordPress so was hoping someone can help me out.
I’m looking to set up the following pages for example
https://testsite.azurewebsites.net/Services/Services1
https://testsite.azurewebsites.net/Services/Services2
I do the following steps
1. Add New Page
2. Enter the following title “Services1”
3. Enter the following text in the Permalink textbox “Services/Services1” replacing the default text “?page_id=140”
4. Then I publish the page.
5. This automatically updates the “Custom Fields” section below. The name is set to “custom_permalink” and the value is set to “Services/Services1”.
6. Then I “view page” but get a 404 error. The url is “https://testsite.azurewebsites.net/Services/Services1”
Some additional info
1. WordPress version 9.8.3
2. Settings – Permalinks is set to “post name”
Any help would be greatly appreciated.
Thanks
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>I took the time to compose a message about notices and deprecated calls and posted it here but minutes afterwards I see it’s gone. Have you deleted it? If yes, why?
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Hi,
Nice effort. You may however want to correct the many notices and deprecated function calls that this plugin causes. The usual is to make error_reporting = E_ALL and use the xdebug PHP extension so that you see the full call stack for errors. Below is what I get (many show in both wp-admin and the website) — please don’t use @ to suppress them, even though it’s tempting (@ also causes some perf penalty by the way)
Beneath each post in Posts in wp-admin:
Notice: Undefined index: path in /WWWROOT/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 326
For all wp-admin pages:
Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /WWWROOT/wp-includes/functions.php on line 3006
Call Stack
# Time Memory Function Location
1 0.0008 344912 {main}( ) ../edit.php:0
2 0.0016 403352 require_once( '/WWWROOT/wp-admin/admin.php' ) ../edit.php:10
3 0.4487 34541560 require( '/WWWROOT/wp-admin/menu.php' ) ../admin.php:120
4 0.4518 34661272 require_once( '/WWWROOT/wp-admin/includes/menu.php' ) ../menu.php:248
5 0.4542 34665160 do_action( ) ../menu.php:97
6 0.4571 34691464 call_user_func_array ( ) ../plugin.php:429
7 0.4571 34691536 custom_permalinks_setup_admin( ) ../plugin.php:429
8 0.4571 34691976 add_management_page( ) ../enh-custom-permalinks.php:858
9 0.4571 34692024 add_submenu_page( ) ../plugin.php:1148
10 0.4571 34692192 current_user_can( ) ../plugin.php:1097
11 0.4571 34693032 call_user_func_array ( ) ../capabilities.php:1350
12 0.4571 34693368 WP_User->has_cap( ) ../capabilities.php:1350
13 0.4572 34693656 _deprecated_argument( ) ../capabilities.php:950
14 0.4572 34694144 trigger_error ( ) ../functions.php:3006
Notice: Undefined index: fp in /WWWROOT/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 208
Notice: Undefined index: preview_id in /WWWROOT/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 214
Notice: Undefined index: fp in /WWWROOT/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 138
Notice: Undefined index: preview_id in /WWWROOT/wp-content/plugins/enhanced-custom-permalinks/enh-custom-permalinks.php on line 144
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>Hi there, plugin seems to be interesting.
How about impact on DB for big sites? Is it safe?
https://www.ads-software.com/plugins/enhanced-custom-permalinks/
]]>