Jump to content

derpunker

Clients
  • Posts

    125
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

derpunker's Achievements

  1. Thanks, I had some hope. 😉 Do you have an estimate in which release the fix will be included?
  2. @Marc I guess the fix is not included in IPS 4.7.18, right?
  3. Dear IPS support, there is a bug in the bulkmail logic when using SendGrid as external provider. The unsubscribe link in the send email is not valid. The reason for that is the "ClickTracking" logic. What's happening: applications/core/extensions/core/Queue/Bulkmail.php => function "run" calls "mergeAndSend" in SendGrid implementation. The mergeAndSend calls "compileContent" with member-parameter FALSE "compileContent" creates the mail content, including the unsubscribe link. Later in the code/function the "ClickTracking" is added. IMPORTANT HINT: The place holders for email and unsubscribe key are not yet substituded in href. The "ClickTracking" logic adds an hash value based on the email and unsubscribe key (not yet set). Back in "mergeAndSend" the placeholders are substituded in the content. The substituion is to late for the hash calculation in the ClickTracking function during content creation. As consequence, the unsubscribe link in the email is invalid because of the invalid hash value! Currently, we have multiple support requests because of this issue. This happens only when using SendGrid, the "normal" Email logic is working correctly. The bug invesitgation is done from my end, now it's your turn to fix this bug as soon as possible. 🙂 Hint: There is no need for access to my communitiy suite. The isse can be reproduced in every dev-environment, once SendGrid is activated and you try to send a bulk.
  4. I found a solution for my IPS systems and everything is working fine. My new users will be happy about the improvement. 2024-02-24 22-18-21.mkv Many thanks for the friendly, helpful and very cooperative support today. Do what you want with the error report. It's a problem in your code.
  5. The hCaptcha script sets a global variable. window.hcaptcha As long as this global variable set, the hCaptcha doesn't load/render. Resetting the variable (window.hcaptcha = undefined) let the hCaptcha load again. Calling explizit "window.hcaptcha.render" brings it back too. Please refer to the video: 2024-02-24 21-46-53.mkv Now it's your turn. Resetting the global variable should be the easierst solution.
  6. To get further here: only hCaptcha is affected by problem the "google" captchas are working fine Looking into the IPS code make the probleme clear. The problem is how hCaptcha works and how it's integrated. This IPS code part loads the js file from hcaptcha.com and this javascript code responsible for showing the hCaptcha. The IPS hCaptcha template is simple and no data-controller is involved. The external javascript code is doing some magic stuff, among other things, it is searches for an element with the class "h-captcha" and adds the iframe for the hCaptcha. Summary: As long as the registration form is hosted in the popup, no browser will load the external javascript file again and the captcha is not created. For the browser, the js-file is already available and no need to load it again. The registration form as a page (no popup) reloads everything, including the hcaptcha.com script. That's why it works there.
  7. After adding the .htaccess credentials which are available for you, there is no cricitcal console error shown. Tested with latest Edge and Chrome browser. I really don't see any problem that should block you.
  8. No chance. The permissions are not set and the content can't be public. You have the credentials for the .htaccess and it's not blocking you.
  9. The whole website is under .htaccess. The credentials are the same as for the AdminCP, which are available in the client area. There is only one 401 error and this is the manifest, which doesn't harm. I just installed the latest patch.
  10. Please tell my why this investigation can't be done in a 1:1 copy?! Investigations and analyzes in a live system is a no go for me! You should be happy that the problem can be reproduced in a test system and does not pose a risk to the live system. As I already mentioned above disabling the plugins is not possible, because the website is live and won't work for my customers! ---- Use my other subscription, it's the same there. This URL is the live URL you insist on. Access Information just update in the client area.
  11. If you are not willing the have look into my test system, activate the quick registration in your system and have a look. You will see the effect.
  12. The test system is a 1:1 copy from the live system. I can't disable the 3rd party plugins in the live system. Please have a look.
  13. Ah, I guess I know what has happened. Looks like you are using die LIVE system (forum.****) The account is only enabled in the test system. Please have a look on the AdminCP URL.
  14. Account was banned because of too many failed logins. (why ever) It's enabled again and the password is reentered in the Access Information.
  15. @Jim M Access information are updated. Access to AdminCP should be possible now. FTP access is still not possible, because the FTP account is disabled and I can't access the server managment console at the moment. The FTP account will be enabled as soon as I have reached the server admin. For having a first look, I hope AdminCP access is enough.
×
×
  • Create New...