Jump to content

Recommended Posts

Posted

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. 

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

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

Posted
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?

Posted (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 by Nathan Explosion
Posted
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:

Could contain: Page, Text, File, Webpage

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

Posted
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?

Posted

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

Posted
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 ?

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

Posted
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:

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

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

Could contain: Page, Text

Posted

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

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

Posted

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 members

    • No registered users viewing this page.
×
×
  • Create New...