11
Mamba
Re: Solution for Not able to login anymore after upgrading to XOOPS 2.5.11 and 2.5.12 Beta 8

Actually, instead of specifying the domain like this:

define('XOOPS_COOKIE_DOMAIN''mywebsite.com');

you can use:
define('XOOPS_COOKIE_DOMAIN''');


And to give you more background, the old, incorrect setting only worked because browsers used to have very relaxed security rules for cookies, which they have since tightened significantly.

Old Behavior (Pre-XOOPS 2.5.11 & Older Browsers)
In the past, when a cookie was set, browsers defaulted to a SameSite=None policy. This meant a cookie could be sent even if its domain (myhoster.com) didn't match the website's domain (mywebsite.com). The browser saw it as a "third-party" cookie but allowed it to work for logins. This was a fragile setup that relied on insecure defaults.

New Behavior (XOOPS 2.5.11+ & Modern Browsers)
To prevent security vulnerabilities like Cross-Site Request Forgery (CSRF), all major browsers (Chrome, Firefox, Edge) now default to SameSite=Lax for cookies.
• SameSite=Lax means the browser will only send a cookie if the domain in the cookie matches the domain of the website you are currently visiting.
• When your user on mywebsite.com tried to log in, XOOPS told the browser to set a cookie for "myhoster.com".
• On the next page load, the browser looked at the cookie for myhoster.com and said, "Nope, you're not on "myhoster.com", you're on mywebsite.com. I'm not sending this cookie."

So again, if you have set the XOOPS_COOKIE_DOMAIN to something that is not your domain, just replace it your domain name, or simply with:

define('XOOPS_COOKIE_DOMAIN''');
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



12
goffy
Solution for Not able to login anymore after upgrading to XOOPS 2.5.11 and 2.5.12 Beta 8
  • 9/30 9:16

  • goffy

  • Just can't stay away

  • Posts: 548

  • Since: 2010/12/27


I had a problem with two of my websites. Suddenly, I couldn't log in anymore.
The problem was that XOOPS couldn't set the cookies properly. The cause was an incorrect value in the mainfile.php.
Example:
Web host's domain: https://myhoster.com
My website's domain: https://mywebsite.com
In the mainfile.php, there was
define('XOOPS_COOKIE_DOMAIN''myhoster.com');

instead of
define('XOOPS_COOKIE_DOMAIN''mywebsite.com');

Since it worked for years, I didn't recognize the problem. I suspect the host made some changes to the settings, causing the issue to suddenly appear.
You may have/get the same problem. If yes, then check your mainfile.php.

Many thanks to Mamba for identifying the issue.



13
Mamba
Re: XOOPS 2.5.12 Beta-8 available for Testing

Thank you so much for your support and for all the testing!
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



14
Mage
Re: XOOPS 2.5.12 Beta-8 available for Testing
  • 9/11 18:14

  • Mage

  • Core Developer

  • Posts: 210

  • Since: 2009/8/2 1


Thanks for all your hard work!
I'm still testing, but from what I can see, everything is fine to move on to an RC version.



15
Mamba
XOOPS 2.5.12 Beta-8 available for Testing

The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.12-Beta-8

What's Changed

• language fixes by @mambax7 in #1550
• copyright update by @mambax7 in #1551
• fix Admin help toggle by @mambax7 in #1553
• fix for Admin users search by @mambax7 in #1554
• Bootstrap 5.3.7 by @mambax7 in #1557
• Feature/updates by @mambax7 in #1555
• Fix Deprecated addSlashes by @GregMage in #1566
• Fix: #1564 by @GregMage in #1565
• Hide empty userinfo value by @GregMage in #1568
• User Search Issue #1559 by @mambax7 in #1560
• add abstract methods for error(), errorno(), query() to XoopsDatabase by @mambax7 in #1571
• cosmetics by @mambax7 in #1570
• Criteria cleanup by @mambax7 in #1572
• cleanup mailer by @mambax7 in #1574
• update XMF by @mambax7 in #1573


Please help make XOOPS better by testing and reporting any issues!
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



16
wishcraft
Re: XOOPS 2.5 Theme - Guanga by 8pm!!!

Well you don't in a version run remove features mid way through; ever, people can adjust that as they go;



17
Mamba
Re: XOOPS 2.5 Theme - Guanga by 8pm!!!

I just looked into the theme, but unfortunately, it won't run on the current XOOPS version, as the <{php}> tags have been removed from Smarty.
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs



18
wishcraft
Re: XOOPS 2.5 Theme - Guanga by 8pm!!!

We need to have someone come up with the theme:

- Money by Noon
- Money by Midnight
- Cash by Star-up
- Cash by Star-down

about potentially all of us missing some xoops money covered by my personal insurances with you and a claim I put in just before this upheaval that lead to me being here on earth; it will strip there rooms even all glyph based writing interfering with open source content management and portal solutions of furniture and everything even audio can go blank..

vCard (*.vcf): Dr. Simon Antony Roberts.vcf
Follow, Like & Read:-

x.com/EmpressFX
facebook.com/DrAntonyRoberts



19
luciorota
Re: XOOPS 2.5 Theme - Guanga by 8pm!!!

Good job!



20
wishcraft
XOOPS 2.5 Theme - Guanga by 8pm!!!

Resized Image

XOOPS 2.5 Theme - Guanga By 8pm


This is a responsive theme for XOOPS 2.5 which is open for usage and modification as public domain and GPL Source code..

Download: GuangaBy8pm-Theme-Xoops25-v1.2.69.zip (41.1Mb)




TopTop
« 1 (2) 3 4 5 ... 29447 »



Login

Who's Online

385 user(s) are online (259 user(s) are browsing Support Forums)


Members: 0


Guests: 385


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Dec 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits