- Posts: 32
COMMUNITY FORUM
Login bug
- Webcrea
- Topic Author
- Offline
- Junior Member
Less
More
4 years 1 month ago #177188
by Webcrea
Replied by Webcrea on topic Login bug
Sorry but if there is a problem likes that, all the page should be impacted. But it's only K2
Please Log in or Create an account to join the conversation.
- Webcrea
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 32
4 years 1 month ago - 4 years 1 month ago #177200
by Webcrea
Replied by Webcrea on topic Login bug
UP
After send the command, many files are show... How can I find the solution of this issue?
Regards
Chris
After send the command, many files are show... How can I find the solution of this issue?
Regards
Chris
Last edit: 4 years 1 month ago by Webcrea.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 1 month ago #177214
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Login bug
Filter down the files you've found from the /plugins/system/ folder.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Webcrea
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 32
4 years 1 month ago #177237
by Webcrea
Replied by Webcrea on topic Login bug
I think it is fixed now. At least the logging out part. That does not cache anymore.
And if it is fixed, the fix was commenting out 1 line. In the file:
/public_html/components/com_k2/views/item/view.html.php line 459, changed:
JResponse::allowCache(true);
To this:
//JResponse::allowCache(true); # seyi_code COMMENT OUT
regards
Chris
And if it is fixed, the fix was commenting out 1 line. In the file:
/public_html/components/com_k2/views/item/view.html.php line 459, changed:
JResponse::allowCache(true);
To this:
//JResponse::allowCache(true); # seyi_code COMMENT OUT
regards
Chris
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 1 month ago #177240
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Login bug
This is a workaround, not the solution to your issue which is some 3rd party extension.
Whatever works for you...
Whatever works for you...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.