Forum Replies Created

Viewing 15 replies - 1 through 15 (of 268 total)
  • Thread Starter AWOL

    (@awol)

    Hi @andrijtkachenko – I had the previous version with no issues, so no question for me it was the update that changed something that either triggered something directly, or triggered something indirectly in some kind of chain reaction. The key part is that somewhere along the line, something in your update caused this, not necessarily as the AI interpreted it though. It is entirely possible that some previously unrevealed issue in my code contributed but this sort of thing is almost impossible to track down. Your plugin may not do anything with $wp_query, $post; variables but something was changed that impacted these somehow. Without knowing your code or the exact changes made I can’t possibly guess what that might be. So we will just have to leave it unless either other users have issues or either of us find something in our code. Just so long as you are aware of it.

    • This reply was modified 1 week ago by AWOL.
    Thread Starter AWOL

    (@awol)

    @andrijtkachenko ,
    I appreciate your swift response, and I (perhaps foolishly) took the word of the AI that helped me fix it and actually wrote my post for me, but your plugin was the only update I did before encountering this, and where I am we have not had a WordPress update, so it did seem to be connected, even if the AI has possibly not identified the connection properly. We know that the ?redirect_msg=1 did not come from your plugin, and didn’t say it did – this was my code that got triggered because of the 404 error. Once that was disabled, we then investigated further; possibly something you have changed triggered the 404 error, as this was happening on a page I have the Better Messages inbox shortcode on, and it wasn’t happening anywhere else. So even if your plugin behaves as you say, something you changed triggered these things to happen, as the last update of Better Messages was the only thing that changed between no problems and these issues. I have (obviously!) the most recent version of the plugin (2.15.9), the exact url is no longer breaking due to the fixes I have had to make so is irrelevant, the other plugins/theme is also irrelevant as this ONLY happened when I updated your plugin, and the custom code has already been changed to fix this. I only posted to make you and others aware that the update caused this, not have my site analysed. If you think it was not caused by your changes, that’s up to you, but I know it was.

    Thread Starter AWOL

    (@awol)

    Just an update – I have eliminated the possibility that this is anything being caused by my custom code. I have completely deactivated my custom plugins and emptied my child theme’s functions.php, and the error still persists on Forminator admin pages and flashes on the Customiser. Obviously turning off debug eliminates it but it is clear there is some sort of conflict going on, probably involving Forminator, because when debug is true, it is only the Customiser and Forminator admin pages showing the error.

    Thread Starter AWOL

    (@awol)

    OK, I had clicked on ‘Sure’ to actually write my review originally, and was surprised that it didn’t go away when I came back to the site, and didn’t click on it (or the other button) as I neither wanted to write another review nor get help with the settings, but I tried clicking ‘Sure’ again, which brought me to the Edit page for the review, and when I went back this time the nag had gone, so not sure why it didn’t after originally writing the review? Maybe something you need to check? It is annoying when you get these nags, although I guess the star ratings influence some people, but I tend to look at how good the support is, how up to date it is, how many installs, and how many issues a plugin has rather than the rating; I actually wish WP would get rid of it because you never know if it is just mates of the author or paid for reviews, much like any other reviews on any other products/services – sorry to be so cynical!

    • This reply was modified 6 months, 1 week ago by AWOL.
    Thread Starter AWOL

    (@awol)

    OK, thanks and I don’t wish to be picky, but shouldn’t that be packaged with your plugin in the first place?

    Thread Starter AWOL

    (@awol)

    Hi @tolashitta, sorry I didn’t respond earlier – I wasn’t alerted so didn’t know you had asked a question. I have moved away from Buddypress completely now, there were too many issues like this one with everything I wanted to achieve, and I have (with the help of AI) coded my own now. I hope you have found a solution.

    Thread Starter AWOL

    (@awol)

    Unfortunately I have to report that I have had to deactivate and remove your plugin entirely from my site – I don’t know what the exact cause was, but I was getting many errors on post/page edit screens, and huge spikes in CPU and Memory usage on my host, that were resolved by deactivating the plugin, and seemed particularly connected to your post query blocks, but also a number of other ones. This may have been caused in conflict with another plugin or plugins, but I had neither the time nor the inclination to look further into it to discover the exact root of it, as replacing all the blocks has delayed me enough already. I do believe though, if it is of any help, that it is connected to the number of API calls that your blocks/plugin is making, which was overwhelming my server limits (in combination with other plugins and WordPress itself). It was causing 503 errors all over the place.

    Thread Starter AWOL

    (@awol)

    I thought this might be something to do with the endpoint, so I recreated it and retested but still nothing. As there has been no response, and other similar posts have suffered a similar fate, I have given up on this plugin and found an alternative that works. And doesn’t charge a percentage. I am not marking this as resolved as it hasn’t been, but no one needs to respond now.

    Thread Starter AWOL

    (@awol)

    I have been doing some further testing with the ‘payment_page_after_payment’ hook and this doesn’t seem to be triggering anything at all – I used it with just the error_log as displayed in the documentation and there was no entry in the debug log on a Test setup, when it should be recording the transaction id and the amount. And there is still no email. The transaction is being recorded in the database and by a process of elimination I am having to assume that the transaction id is the id column in the payment_page_payments table? But the hook is not doing anything.

    Thread Starter AWOL

    (@awol)

    Hi @amin7,

    Sorry for not getting back to you but I had to construct another way to achieve what the block did and have deleted the TOC block from the page. I am in the middle of some quite intense website building on a deadline, so I currently don’t have time to try your code or carry out the code share but will when time allows if I am able to do what you say, although I have never seen the option to copy the code of the entire page before in the theme I use (Blocksy), only individual blocks, and everything installed is the most recent version. I am using php 8.1 in case that makes any difference.

    Thread Starter AWOL

    (@awol)

    Thanks, I thought this was probably the case and have implemented code using the hook mentioned.

    Thread Starter AWOL

    (@awol)

    OK thanks @cteduard , I did wonder if this was the case. Is it possible that this could become optional (perhaps with a setting in Customizer?) in a future release? It is a pain having to avoid mousing over the site when trying to assess load speeds. Or is there a bit of code I could use to turn this off when testing?

    Thread Starter AWOL

    (@awol)

    @jon1signal, I didn’t start a ticket as that wasn’t what you said in the earlier reply, and I don’t know where to do so – I sent an email as requested. I don’t think the custom coding on my site is of the type that needs altering, as it is just a javascript file for creating external user IDs, and a plugin to filter which notifications go to which users (using their EUID). However if you think that will need changing, I will start a ticket, but OS support never mentioned doing this when I contacted them, so I’m not sure where this facility is; when I log in to the OS site and click support, a chat window opens and there is nowhere to open a ticket. So please explain how I do so.

    Thread Starter AWOL

    (@awol)

    @jon1signal,

    I still have not had any direct reply to my issue, and the last update makes no reference to fixing it, so I have been patiently waiting for either another update, or at the very least a direct reply addressing my post here. I am OK using the old version, but I am concerned that it will stop working at some point as V.3.x seems to be a major update, but if it doesn’t send my push notifications it’s no use to me. I am now starting to see console errors related to the plugin so please give me (and others) some answers. I did email as you mentioned but nothing happened after that.

    Thread Starter AWOL

    (@awol)

    Thanks for the reply but I have uninstalled the plugin because I needed a quicker response from you; I have now coded something myself to achieve what I wanted. I may come back to your plugin at a later date, but I don’t want to implement this on all groups anyway, and it was not possible to select one group or some groups, as the individual checkboxes weren’t visible (that is where the error was appearing), so I’m not sure your suggested solution is one that suits. If I reinstall the plugin I will try to tick the only box visible, which I assume is a ‘Select All’ checkbox, but that is unlikely at the moment, especially as it also requires installing BP Classic, and I am trying to reduce the number of plugins on my site.

Viewing 15 replies - 1 through 15 (of 268 total)