-
Notifications
You must be signed in to change notification settings - Fork 3
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
No longer working properly on Joomla 5.x? #13
Comments
I've tried it on Joomla 5.2.0 and 5.2.2 and it's working ok. The error you're getting would indicate that the URL of the HTTP request is for an id of a helloworld record which doesn't exists. So some things to check: If you're using a menuitem then check the Link field of the menuitem and make sure that the id= parameter refers to a helloworld record that is actually in the database. Similarly if you're not using SEF URLs, but using the Joomla internal format, then check that the id= URL query parameter refers to a helloworld record which exists in the database. If you still can't see why it should fail you could try stepping through the Helloworld Model getItem() function. Also check you're using the 'main' branch of the repo. |
I'll try again, it's the only tutorial I found. |
I wrote up a module tutorial for Joomla 4+ at https://manual.joomla.org/docs/building-extensions/modules/module-development-tutorial/, so you might find that useful as well. |
This is one of the very few components/code I could find online for educational purposes, I use it to learn Joomla.
Unfortunately it doesn't seem to work properly on Joomla anymore! 5 the menu item: "Hello World -> This view displays a selected message" returns this error:
With this "menu item" I should be able to understand how the Parse Url works, but unfortunately it doesn't work.
Am I doing something wrong or is the component no longer compatible with Joomla 5.x/5.2?
The text was updated successfully, but these errors were encountered: