General Questions/New to Joomla! 4.x • Re: SQL WHERE clause with two OR...
You can pass the "glue" as a second argument.Code: $query->where($db->quoteName('column1') . ' LIKE :search1', 'OR')->where($db->quoteName('column2') . ' LIKE :search2')Note it can only...
View ArticleAdministration Joomla! 5.x • Re: Joomla core user mass email function: what...
I'm thinking Joomla doesn't impose any limit - theoretically. As you have identified, it's more likely your web host or mail provider might have an issue with excessive bulk emails.I wonder then can...
View ArticleGeneral Questions/New to Joomla! 1.5 • Re: No access to backend
Joomla 1.5 has been obsolete for 14 years and no longer supportedTo get back into your back-end the process is here:https://docs.joomla.org/J1.5:How_do_you ... assword%3FStatistics: Posted by AMurray...
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 4.4.6
One live 4.4.5 site updated to 4.4.6 with no issues. Thanks.Statistics: Posted by AMurray — Wed Jul 10, 2024 9:53 am
View ArticleAdministration Joomla! 4.x • Pre-Update Check for Joomla 4.4.6
Today I received a notification for an upgrade to J4.4.6 (from 4.4.5)On initiating the update I received a couple of warnings and a table entitled Pre-Update Check for Joomla 4.4.6 .This Pre-Update...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: restore causing error 500
What about the folder media/vendor, does it exist? Are the permissions correct?The code snippet quoted above in the two scripts administrator/include/app.php and includes/app.php in Joomla 4 and...
View ArticleExtensions for Joomla! 3.x • Re: Could not resolve host: cdn.richeyweb.com
You can rename the folder where the plugin is stored, even though it would be tidier to disable the plugin in the database. Edit the database table _extensions, locate the row containing the plugin...
View ArticleExtensions for Joomla! 5.x • Re: Unknown error - admin log in not working
If you still wish to use Admin Exile, here's the J4/J5 equivalent (but it is a commercial extension):https://extensions.joomla.org/extension/admin-exile/ (note the slight difference in URL here and...
View ArticleAdministration Joomla! 4.x • Re: Pre-Update Check for Joomla 4.4.6
could you please post the FPA report (https://forumpostassistant.github.io/docs/). See under "Forum Rules", red box at the top of this forum page.You could have incompatible extensions or some other...
View ArticleAdministration Joomla! 5.x • Re: Backend issues
There is a new bug in Joomla 5.1.2 that affects CMS and extension updates: see https://github.com/joomla/joomla-cms/issues/43772.This means that your Joomla 5.1.2 websites may be broken. This could be...
View ArticleAdministration Joomla! 5.x • Re: 4 Syntax Error and emails about failed tasks...
See https://github.com/joomla/joomla-cms/issues/43772.Statistics: Posted by mtgg — Thu Jul 11, 2024 10:06 am
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Error An error has occurred while...
Hi all,I have a site that is ready to be upgraded from J4-J5 and I'm getting this same error when I click through to the Joomla update page.Has anyone figured out what is causing this problem?Is it OK...
View ArticleJoomla! 4.x Coding • Access page
Good morning,I would like to create an access page in my component.This must be accessible by a direct link and must be able to update data in an SQL table.The control will be done with a security...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Deprecated code warning after...
Almost a year later, I ran into the same issue while migrating a J.3 site (which is indeed a situation when I enable error messages). I edited the Json.php file as Toivo suggested and this solves the...
View ArticleGeneral Questions/New to Joomla! 5.x • show submenu items on click
Hello.I have a menu on the left side and i want to hide all the submenus and if i click on the menu, the subitems should appear. But they don't.I can only activate the function "show all submenus"....
View ArticleGeneral Questions/New to Joomla! 5.x • Re: show submenu items on click
I think that is Joomla's default setup. cannot be changedStatistics: Posted by Antonynguyen — Fri Jul 12, 2024 10:14 am
View ArticleExtensions for Joomla! 4.x • item reservation extension
Hi,Hope i'm asking this on the right forum.I want to create a system for a kayak club where members can reserve a kayak/boat for a day to use. Now i'm looking for a extension to do this. Anyone know a...
View ArticleLanguage - Joomla! 5.x • Localization platform suggestion?
Hello guys,A friend of mine and I are planning to start translating a custom Joomla component. My question is, what kind of platform would you suggest for that? It could be cloud-based, where we could...
View ArticleGeneral Questions/New to Joomla! 5.x • 5 Life-saving Tips About Free Sugar Pro
Free Sugar Pro :- Users can also word an improvement in cognizance, reminiscence, and normal mental expertise, making it less difficult to tackle day by day duties.Official website :-...
View ArticleJoomla! 4.x Coding • Re: Access page
Sounds like you need to make access available through the webservice API.https://docs.joomla.org/J4.x:Adding_an_ ... _ComponentStatistics: Posted by MarkRS — Fri Jul 12, 2024 11:15 am
View Article