kixe Posted September 5, 2014 Share Posted September 5, 2014 (edited) Hi Nico, Module downloaded & installed, got confirmation for this.Not visible in Modules, not visible in ModulesManager eitherDelete button is there, but got Error: 'The requested process does not exist' after trigger.Modul exists in site/modules/folderWhat happend??? (PW 2.4 Master-branch)It works with last dev ... Edited September 6, 2014 by kixe Link to comment Share on other sites More sharing options...
mr-fan Posted September 7, 2014 Share Posted September 7, 2014 On 9/5/2014 at 2:34 PM, kixe said: Hi Nico, Module downloaded & installed, got confirmation for this. Not visible in Modules, not visible in ModulesManager either Delete button is there, but got Error: 'The requested process does not exist' after trigger. Modul exists in site/modules/folder What happend??? (PW 2.4 Master-branch) It works with last dev ... the same here... Link to comment Share on other sites More sharing options...
Raymond Geerts Posted September 7, 2014 Share Posted September 7, 2014 On the module page (http://modules.processwire.com/modules/process-page-delete/) it shows its compatible with PW 2.2 and 2.3 Since PW 2.5 is kinda the current version, my question is: Is your module compatible with 2.5? Link to comment Share on other sites More sharing options...
adrian Posted September 7, 2014 Share Posted September 7, 2014 Works great for me on 2.4.18 Sounds like kixe and mr-fam are actually having issues with it working on 2.4 stable. Maybe you guys could try an older version from Github. I thought it might be related to the autoload condition that was added a while back, but then the delete button wouldn't show either, so not sure. Not sure that it is worth Nico messing around too much though since 2.5 is only a week or so away 1 Link to comment Share on other sites More sharing options...
Raymond Geerts Posted September 7, 2014 Share Posted September 7, 2014 It doesnt seems to able to install with the module manager. I filled in the module name "ProcessPageDelete" and pressed "Download and Install". That gives the following warning File could not be downloaded: https://github.com/NicoKnoll/ProcessPageDelete/zipball/master Going to install it manualy instead. Link to comment Share on other sites More sharing options...
adrian Posted September 7, 2014 Share Posted September 7, 2014 What happens if you use: https://github.com/NicoKnoll/ProcessPageDelete/archive/master.zip in the new "Add Module from URL" option? 1 Link to comment Share on other sites More sharing options...
adrian Posted September 7, 2014 Share Posted September 7, 2014 Nico - one thing I did notice is that if you uninstall the module and go to reinstall you get an integrity violation. At least for me, the Delete page that is added during install is not being removed properly, so when it goes to add it again, that causes the error. If I manually delete the page, then the re-install works fine. I haven't tested thoroughly and just heading out for the day, but might be something you can look into. 1 Link to comment Share on other sites More sharing options...
Raymond Geerts Posted September 7, 2014 Share Posted September 7, 2014 On 9/7/2014 at 5:43 PM, adrian said: What happens if you use: https://github.com/NicoKnoll/ProcessPageDelete/archive/master.zip in the new "Add Module from URL" option? That worked fine. Everything seems to work fine too in PW 2.4.17 Link to comment Share on other sites More sharing options...
adrian Posted September 8, 2014 Share Posted September 8, 2014 On 9/7/2014 at 5:49 PM, adrian said: Nico - one thing I did notice is that if you uninstall the module and go to reinstall you get an integrity violation. At least for me, the Delete page that is added during install is not being removed properly, so when it goes to add it again, that causes the error. If I manually delete the page, then the re-install works fine. I haven't tested thoroughly and just heading out for the day, but might be something you can look into. Hey Nico - I just submitted a PR to fix the uninstall problem: https://github.com/NicoKnoll/ProcessPageDelete/pull/11 Just a matter of adding an "include=hidden" when looking for the page. I guess this is a fairly new issue from when you added the hidden status to the page when Ryan added the new "Tree/Find" submenus to the admin. 2 Link to comment Share on other sites More sharing options...
Nico Knoll Posted September 10, 2014 Author Share Posted September 10, 2014 Merged it. Would be nice if somebody could try it and tell me if it's working again Link to comment Share on other sites More sharing options...
jordanlev Posted October 22, 2014 Share Posted October 22, 2014 Hi, This is a great module (not sure why this isn't part of the base system functionality) -- thanks! I'm on PW 2.5.3, and when I first installed this module everything worked fine. But after a little bit, I no longer see the "delete" buttons in the page tree. I unfortunately can't remember what I did between it working and not working (I'm building my first site with ProcessWire so a lot of creating and deleting pages, moving things around, trying out modules, etc.)... But I even tried uninstalling this module and re-installing it, but it still just doesn't show those delete buttons in the page tree. Any suggestions? Thanks! Link to comment Share on other sites More sharing options...
Martijn Geerts Posted October 22, 2014 Share Posted October 22, 2014 Quote This is a great module (not sure why this isn't part of the base system functionality) -- thanks! We don't want customers on the phone shouting: HELP!!! somehow all my pages are gone, I didn't do anything... Link to comment Share on other sites More sharing options...
adrian Posted October 22, 2014 Share Posted October 22, 2014 In case you haven't noticed, in PW 2.5 if you click the move icon, a trash icon appear on the far right of the screen - pretty nice shortcut option! Link to comment Share on other sites More sharing options...
jordanlev Posted October 22, 2014 Share Posted October 22, 2014 Well, it appears that the module *is* working... it's just that the button doesn't show up on pages of the "admin" or "home" template. Thanks for the tip @adrian... that is a cool feature (although not very intuitive... I didn't notice it until you specifically mentioned it... but maybe that's the point Link to comment Share on other sites More sharing options...
Martijn Geerts Posted October 22, 2014 Share Posted October 22, 2014 Quote In case you haven't noticed I hadn't noticed. Good to see ryan has implemented this on the far right. Link to comment Share on other sites More sharing options...
Marty Walker Posted October 23, 2014 Share Posted October 23, 2014 On my install when I go to uninstall I get this error. Is there a way to manually remove this? SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'delete-3' for key 'name_parent_id' Link to comment Share on other sites More sharing options...
kongondo Posted October 23, 2014 Share Posted October 23, 2014 On 10/23/2014 at 10:58 PM, Marty Walker said: On my install when I go to uninstall I get this error. Is there a way to manually remove this? SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'delete-3' for key 'name_parent_id' You mean to manually remove the module? You can use the API: $modules->uninstall("ProcessPageDelete"); Or delete the module's row in 'modules' table in the db using phpMyAdmin or similar... Link to comment Share on other sites More sharing options...
adrian Posted October 23, 2014 Share Posted October 23, 2014 You might also want to make sure Admin > Pages > Pages Delete is gone - I think that is what you'll need to manually delete - the uninstall routine for this was broken for a bit, although it is fixed in the latest version. Link to comment Share on other sites More sharing options...
Marty Walker Posted October 23, 2014 Share Posted October 23, 2014 Thanks chaps. Link to comment Share on other sites More sharing options...
teppo Posted April 24, 2018 Share Posted April 24, 2018 There's a little gotcha related to this module: if you have it enabled on a late version of ProcessWire, it could break the language translation UI if one or more of your translation strings include the phrase "</head>". ProcessPageDelete inserts a script block in front of all of those, which breaks the scripts on the page. None of such phrases in the core (by default) as far as I can tell, but it is found from some rather popular modules (Minify, FormBuilder). Not sure if this module is even needed on newer installations – just happened to have it installed on a site I'm currently updating from 2.x to 3.x, ran into this issue, and thought I'd mention it in case it will save someone else a bit of debugging time 2 Link to comment Share on other sites More sharing options...
adrian Posted April 24, 2018 Share Posted April 24, 2018 On 4/24/2018 at 7:38 AM, teppo said: Not sure if this module is even needed on newer installations Expand Of course the core now has the "trash" page list action, but AOS also has a great "delete" action implementation with an inline confirmation step. 2 Link to comment Share on other sites More sharing options...
tpr Posted April 24, 2018 Share Posted April 24, 2018 Thanks @adrian, and in AOS there's also a "Add Trash action also for non-SuperUsers" feature that might come handy. 2 Link to comment Share on other sites More sharing options...
adrian Posted April 24, 2018 Share Posted April 24, 2018 On 4/24/2018 at 12:51 PM, tpr said: Thanks @adrian, and in AOS there's also a "Add Trash action also for non-SuperUsers" feature that might come handy. Expand Yes of course - I forgot that the Trash action isn't normally available to non-superusers - thanks for the reminder. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now