philonbass
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Error when validating formThere seems to have been a temporary problem with either the server or something else, but now everything is back to normal and working fine. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Participants Database] Error when validating formI found out, that the validation does not work when the url ends with “?pid=KTCQOMLVV67VHGTJ”. But when the form is submitted the url changes to “?sess=e2c492dca29fa9d5975a8d00bc1d7a98” at the ending. Then the validation works as usual.
Forum: Plugins
In reply to: [Participants Database] Error when validating formIts hard to explain without screenshots. The validation is for a required filed like “address” that needs to be filled out before the form can be submitted. if the form does have one required field and this is not filled in, the error occurs.
- This reply was modified 5 months, 1 week ago by philonbass.
- This reply was modified 5 months, 1 week ago by philonbass.
This is exactly what I am doing, and yes, the image gets deleted the first time. However, the second time I upload the same image, which gets renamed “_1” again, this image gets not deleted. It seems not to work all the time. I just realized that I use Lite Speed Cache, maybe it is a cache issue? I will test without the plugin as well.
The image is only not deleted from the media library if it has been renamed in the upload process through the multi-upload field. I disabled “Image Quality Control | Still BE“, but the behaviour is the same.
Deleting the image:
1.

2.

3.

Yes, “Allow File Delete” is checked in plugin settings.


Plus: Files do get deleted, but only those which have not been renamed after upload. So, in this example, deleting file “placeholder2.jpg” would get deleted in the media library as it has not been renamed when uploading.
This behaviour occurs only with files uploaded through the add-on plugin which are being renamed due to the filname already existing in the media library.
I’m now using the image expansion kit which is really great. Putting the link to detail page to “gallery” and clicking the wheel mouse button in the admin list opens the single record page in another window and that is exactly aht I need.
Forum: Plugins
In reply to: [Participants Database] Participant Login AddonThat’s right, its not hidden, it is not in the html code. However, maybe it could also be, that this occurs when I’m filling out the form as an admin logged in. I’m using the alternate session method.
Forum: Plugins
In reply to: [Participants Database] Participant Login AddonStrange, the behaviour is sometimes back again and then later on the info box might shows up again. The only info from the debugging log is the:
Cannot modify header information – headers already sentin /home/xxx/xxx/wp-content/plugins/participants-database/classes/PDb_Session.php on line 380
that keeps being logged. I understand that this could be due to another plugin/theme sending output earlier. However, the “Cannot modify header information” is also being logged just navigating through the admin settings, so it should not be related to this behaviour on the frontend.
The only time the info box always shows up is when I deactivate the Participants Login Addon Plugin.
There is nothing visible in the Browser Dev Tools html, the part:
<div class="pdb-message"><p data-field-group="" data-field-name="" class=" pdb-message- pdb-message-">UPDATE-TEXT</p></div>is just not “always” generated.
I also noticed, that when I force an error message (when a required field is missing) to show up, it always is being displayed. And right afterwards the next successful update shows the success message again.
Forum: Plugins
In reply to: [Participants Database] Participant Login AddonThanks. I could finally track it down to some JS code that interfered.
Forum: Plugins
In reply to: [Participants Database] Filter “Age” (Numeric Calc) not showing any recordsThanks for the reply. It was a mistake on my side. I named the numeric calculation field “alter”, the German word for “age”. SQL syntax obviously conflicts therewith. By changing the name to “age”, the filter works fine!
Yes, thanks.
I adjusted the custom template by myself again, as there were some more aligning adjustments I needed to do.
But thanks for the offer and help.
Phil
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] UnableToOpenBlobThanks. That solved the issue.