Maxtor Posted October 29, 2023 Posted October 29, 2023 Hello when I load page: https:/ /mypage.com/admin/?app=core&module=members&controller=groups I see the following:
Jim M Posted October 29, 2023 Posted October 29, 2023 First step would be to disable any third-party applications/plugins to ensure that these are not impacting you. Likely, with the number you have installed, there may be some incompatibilities or bugs there.
Maxtor Posted October 29, 2023 Author Posted October 29, 2023 4 hours ago, Jim M said: First step would be to disable any third-party applications/plugins to ensure that these are not impacting you. Likely, with the number you have installed, there may be some incompatibilities or bugs there. I just disabled all plugins , and the result is the same. it is only happening on this page only. Support status is all ok.
Jim M Posted October 29, 2023 Posted October 29, 2023 13 minutes ago, Maxtor said: I just disabled all plugins , and the result is the same. it is only happening on this page only. Support status is all ok. I am getting mixed responses throughout your community. Some 403s, 503s, etc... You will want to review this with your hosting provider. This could also be related to what you're seeing. Your server through a 403 when attempting to re-enable third party applications/plugins so you will want to review those.
Maxtor Posted October 29, 2023 Author Posted October 29, 2023 53 minutes ago, Jim M said: I am getting mixed responses throughout your community. Some 403s, 503s, etc... You will want to review this with your hosting provider. This could also be related to what you're seeing. Your server through a 403 when attempting to re-enable third party applications/plugins so you will want to review those. since this error "2023" is only on /admin/?app=core&module=members&controller=groups , maybe some core files are damaged? what can i check to verify this?
Nathan Explosion Posted October 29, 2023 Posted October 29, 2023 (edited) The first file I would be doing would be to look at /applications/core/modules/admin/members/group.php to see if happens to have the following code anywhere: echo "2023"; exit; or even something like this: echo date("Y"); exit; And if it is there then remove it. Edited October 29, 2023 by Nathan Explosion
teraßyte Posted October 29, 2023 Posted October 29, 2023 The support page will show an error and list any edited files, but from the screenshot you sent me there are no edited files.
Maxtor Posted October 29, 2023 Author Posted October 29, 2023 6 minutes ago, Nathan Explosion said: The first file I would be doing would be to look at /applications/core/modules/admin/members/group.php to see if happens to have the following code anywhere: echo "2023"; exit; or even something like this: echo date("Y"); exit; And if it is there then remove it. i did replace entire folder, but there wasnt any edit: Also the page i mention does load and show but at 90% percent it returns "2023" .
Randy Calvert Posted October 29, 2023 Posted October 29, 2023 Are you using some sort of cloud WAF or proxy?
Maxtor Posted October 29, 2023 Author Posted October 29, 2023 7 minutes ago, Randy Calvert said: Are you using some sort of cloud WAF or proxy? Well it's behind some sort of firewall.
Marc Posted October 30, 2023 Posted October 30, 2023 I would replace all files, rather than just the file in that folder there
Maxtor Posted October 30, 2023 Author Posted October 30, 2023 6 hours ago, Marc Stridgen said: I would replace all files, rather than just the file in that folder there will this affect installed modifications or theme?
Marc Posted October 30, 2023 Posted October 30, 2023 If you are only replacing files, then no. So effectively you are doing a merge, so it replaces any files which are in the upload It should be noted, you should always take a full backup before doing anything of this manner in any case
Maxtor Posted October 30, 2023 Author Posted October 30, 2023 24 minutes ago, Marc Stridgen said: If you are only replacing files, then no. So effectively you are doing a merge, so it replaces any files which are in the upload It should be noted, you should always take a full backup before doing anything of this manner in any case just replaced all files. the same excact error. maybe its some kind of sql error or php addon ?
Marc Posted October 30, 2023 Posted October 30, 2023 At this point I would honestly be checking all files for the test 2023 to see if you can see it anywhere
Marc Posted October 30, 2023 Posted October 30, 2023 We would need more context on this. Is this while its still only loading "2023" as you show above?
Maxtor Posted October 30, 2023 Author Posted October 30, 2023 Just now, Marc Stridgen said: We would need more context on this. Is this while its still only loading "2023" as you show above? yes these errors show only on the page "groups" . seems like the uploads files are damaged? i did clean cache.
Marc Posted October 30, 2023 Posted October 30, 2023 Have you recently updated groups at all? More specifically the markup on them?
Maxtor Posted October 30, 2023 Author Posted October 30, 2023 39 minutes ago, Marc Stridgen said: Have you recently updated groups at all? More specifically the markup on them? Not any special changes on groups lately. what ive noticed is that the last groups are showing http 302 status while loading:
Jim M Posted October 30, 2023 Posted October 30, 2023 If you have any custom redirects/rewrites on your server, you’d want to remove those for testing.
Maxtor Posted October 30, 2023 Author Posted October 30, 2023 4 minutes ago, Jim M said: If you have any custom redirects/rewrites on your server, you’d want to remove those for testing. just replaced .htaccess from here and still same error: (no other custom redirects are set anywhere)
Jim M Posted October 30, 2023 Posted October 30, 2023 Then next question would be if you have a CDN or other proxy which is interrupting/redirecting this. Otherwise, we would be back to what my colleague asked and did you or someone else change the group formatting recently as this can execute HTML (potentially Javascript).
Maxtor Posted October 30, 2023 Author Posted October 30, 2023 2 hours ago, Jim M said: Then next question would be if you have a CDN or other proxy which is interrupting/redirecting this. Otherwise, we would be back to what my colleague asked and did you or someone else change the group formatting recently as this can execute HTML (potentially Javascript). 1.there is no CDN or proxy. 2. how can i verify if a group settings causing this error? from sql maybe? because all files are overwritten and checked.
Jim M Posted October 30, 2023 Posted October 30, 2023 The core_groups table would house this information about the formatting prefix and suffix. I'm afraid, we do not provide information on how to do manual queries. Please be sure to take a backup prior to attempting anything manual in the database.
Recommended Posts