MFA Baybars
New Member
When I click on New media or New comment in the XenForo Media Gallery, I get the following error messages:
I tested this by doing the following:
However, on my live site:
Upon inspection, I noticed that the problematic URL contains the query string &no_wrapper=0, for example:
This appears to cause XenForo to misinterpret the action as NoWrapper0, which does not exist in the controller and results in an invalid_action error.
Code:
The requested page could not be found. (Code: invalid_action, controller: XFMG:WhatsNewMedia, action: NoWrapper0)
The requested page could not be found. (Code: invalid_action, controller: XFMG:WhatsNewComment, action: NoWrapper0)
I tested this by doing the following:
- On a clean XenForo installation, I installed the following add-ons:
- [XFA] Core 2.3.0
- [XFA] Forum List Tabs 2.3.1
- XenForo Media Gallery 2.3.5
- In that setup, the issue does not occur.
However, on my live site:
- I disabled all add-ons except for the same 3 listed above.
- The error still occurs.
- But as soon as I disable [XFA] Forum List Tabs, the error goes away.
Upon inspection, I noticed that the problematic URL contains the query string &no_wrapper=0, for example:
Code:
/whats-new/media/228/&no_wrapper=0