-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] SEF don't works for urls in mod_custom #30818
Comments
I had exactly the same problem. It was resolved by ensuring that the catid was in the url @chmst looks like the same issue as with the sample data |
In sample data, resolved it via direct linking the menuItemId. |
except that did not work - see that pr for my comments |
Can you check if #42989 helps with this issue? |
Since we have #42989, I'm closing this issue. |
Steps to reproduce the issue
Upgrade from Joomla 3.6, some modules/components are not installed in 4.0
Expected result
/2387-?layout=edit
Actual result
/index.php?option=com_content&view=article&layout=edit&id=2387
System information (as much as possible)
Additional comments
SEF links only work in the menu, article titles etc... On 100% links in
mod_custom
do not work for me. As for the articles, I'm not sure, but I have a problem that when TinyMce insertsrelative
images, these are not processed intobase ()
.I suspect that some of the extensions may not have been disabled properly. But turning on
$debug = true;
did not produce any error.At this time I found, that in
onAfterRender
event joomla don't find URL's (Uri:: parse($uri)
isn't called)The text was updated successfully, but these errors were encountered: