Jump to content

adminHideki

Friends
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    adminHideki reacted to TDBF in ACP Session Time Outs   
    Will you please introduce a method which prevents session destruction while actively working within the ACP, or give the member notice that the session is about to expire so they can save their work before getting the dreaded login screen on save.
    Better still, give the admins the choice to
    Close the session when closing the browser logging out, Or a period of (real) inactivity I have lost count at the amount of times I have lost work in the ACP because of the session timeouts.
  2. Agree
    adminHideki reacted to Phil Këvin in Paymentwall Gateway   
    Hello!
    I would like to suggest adding a new payment method for IPS, Paymentwall.
    A few months ago the official website 'paymentwall' developed an application for IPS but unfortunately there were no new updates for the latest version 4.4.
    Would you be kind to give continuity to this new payment method?
    It is open source.
    Paymentwall IPS: https://www.paymentwall.com/es/documentation/IP-Board/1760
    Paymentwall IPS Github: https://github.com/paymentwall/module-ipboard
    Best Regards!
  3. Like
    adminHideki reacted to The Old Man in Pesky Error code: 2S119/1 Something went wrong. Please try again.   
    Like many folks on here judging from related topics, I have been experiencing the rather pesky message when trying to log in and/or change theme...
    Hopefully this helps someone else...
    In my case, it was on localhost but ONLY in Chrome and Edge browsers (Windows 10). Normally I use Firefox, which worked fine.
    I found a clue in Chrome's devtools mentioning the domain attribute being invalid:
     
    In my install I have a constants.php with cookie constants, this one was was set to:
    define( 'COOKIE_DOMAIN', '.localhost' ); I removed the . from before the domain
    define( 'COOKIE_DOMAIN', 'localhost' );  and it immediately logged me in using Chrome as soon as I refreshed the log-in page. I checked Firefox and that still worked after the change.
    I test Edge, and again, as soon as I refreshed the log-in page it let me in. Same on other localdev installs on my PC.
    So if you are also having trouble or users are reporting problems and getting this error code, it may be worth checking if you have a . in front of your domain in your configuration which Edge and Chrome don't like, or adding a new constant for COOKIE_DOMAIN with no . if not. Take a copy or screenshot of your existing constants.php first.
     
     
×
×
  • Create New...