Jump to content

Featured Replies

  • Community Expert

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. 

  • Author
 

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.

  • Community Expert
 

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.

  • Author
 

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?

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 by Nathan Explosion

  • Community Expert

The support page will show an error and list any edited files, but from the screenshot you sent me there are no edited files.

  • Author
 

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:

Could contain: Page, Text, File, Webpage

Also the page i mention does load and show but at 90% percent it returns "2023" .

  • Community Expert

Are you using some sort of cloud WAF or proxy?

  • Author
 

Are you using some sort of cloud WAF or proxy?

Well it's behind some sort of firewall. 

  • Community Expert

I would replace all files, rather than just the file in that folder there

  • Author
 

I would replace all files, rather than just the file in that folder there

will this affect installed modifications or theme?

  • Community Expert

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

  • Author
 

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 ?

  • Community Expert

At this point I would honestly be checking all files for the test 2023 to see if you can see it anywhere

  • Author

Could contain: Text, Chart, Plot, Page, Fileerrors while loading.

  • Community Expert

We would need more context on this. Is this while its still only loading "2023" as you show above?

  • Author
 

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. 

  • Community Expert

Have you recently updated groups at all? More specifically the markup on them?

  • Author
 

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:

Could contain: Page, Text, Chart, Plot, Number, Symbol

  • Community Expert

If you have any custom redirects/rewrites on your server, you’d want to remove those for testing. 

  • Author
 

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)

Could contain: Page, Text

  • Community Expert

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).

  • Author
 

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.

  • Community Expert

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.

 

Recently Browsing 0

  • No registered users viewing this page.