Administration Joomla! 5.x • Re: Help. I can't enter in my control panel
What permission did you change? What errors are you seeing?Use your backup and restore your site to the point before you made the change. You may be able to restore a backup through your web host...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: trouble loading templates
Adding to @toivo's comment, you need to be logged into the back-end (administrator) as a super user to install extensions, templates and the like. The Super User account is that which you would have...
View ArticleGeneral Questions/New to Joomla! 3.x • Smart Search multipliers
I am needing to modify the weighting of the smart search so that it only searches article/item titles, and not the body of text.I'm changing the weight modifiers but it seems to have no impact. Is...
View ArticleInstallation Joomla! 3.x • Re: Joomla instances suddenly stopped working
I will just mention you're running an out-of-date Joomla (3.9.6 is six years old) and PHP 7.3 (EOL in Nov 2022). I'd get both updated to more recent versions (PHP 8.1) and Joomla 4 at the...
View ArticleAdministration Joomla! 5.x • Re: Joomla contacts and users
When a user registers the system creates a user and a contact.To my knowledge that is not expected behaviour. Registration of a user account should not create a 'contact' record. Are you using a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cant log in to admiun page after...
I had upfraded to 4.4 and then upgraded again to 5.03. I got thesucess meddage and went to bed.Statistics: Posted by astarphysics — Sat Mar 09, 2024 10:58 pm
View ArticleJoomla! 4.x • Re: No hay información de compatibilidad
El desarrollador no ha proporcionado información de compatibilidad de esas extensiones.Echa un ojo a sus webs para ver si las versiones que tienes funcionan en Joomla 4.Una opción que recomiendo para...
View ArticleJoomla! 4.x • Re: Error al cargar archivos "Property 'name' of argument...
Comprueba el fichero. Asegúrate de que tenga una extensión correcta. Ejemplo: fichero.jpg.Mira también que no tenga caracteres extraños en el nombre, por descartar cosas. Suelo evitar caracteres como...
View ArticleInstallation Joomla! 5.x • Re: Can't start installation process; error...
I have just uninstalled either xampp and joomla.My question is: is it strictly necessary to use fpm-cgi ?? Should the problem of the permissions be solved if I install either the programs (xampp and...
View ArticlePerformance - Joomla! 5.x • Re: session lifetime not working for users in the...
What is the setting in Global config set to?Statistics: Posted by Webdongle — Sun Mar 10, 2024 7:33 pm
View ArticleJoomla! 5.x Coding • Re: How to add a link to an intro image in Blog view?
Haha! Yeah, found that one myself too afterwards. Thank you for sharing the solution!Statistics: Posted by Kleinpeter — Sun Mar 10, 2024 7:53 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Cannot login after Update J4.4.3 to...
Today I updated 3 different copies of Joomla 4.4.3 site to J5.03. Two local copies to make sure everything would go smoothly and then I did the main site. All of the updates went smoothly as far as...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Cannot login after Update J4.4.3...
First thing you could try - https://docs.joomla.org/How_do_you_reco ... assword%3F and see if that works.Second thing, please provide the FPA report.https://forumpostassistant.github.io/docs/I don't...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Cant log in to admin page after...
Unfortunately, your FPA still says v4.4.3 (seems to be the exact same report as contained your OP) - you don't appear to be running 5.0.3 at all. The same thing with the FPA reporting your PHP version...
View ArticleAdministration Joomla! 5.x • Re: Articles Category List, multi level
I agree, I can't seem to get the Articles Category list menu item to list in the table layout (default layout) all articles across the selected categories. It doesn't seem to "inherit" child...
View ArticleJoomla! 4.x Coding • Add “own controller” to com_users Admin Component
I'm following "How to change Joomla without Core Hacks" Part #6 "Component with “own controller”"https://www.jug010.nl/images/presentati ... ehacks.pdf But, When I use my overridden form, the original...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: session lifetime not working for...
also: what is a 'cron job'?Cron is the schedular in Linux that make a script run at a timed intervall.Statistics: Posted by Per Yngve Berg — Mon Mar 11, 2024 6:48 pm
View ArticleAdministration Joomla! 3.x • Re: Contacts page: How to hide the Form but...
But the information is the form?Statistics: Posted by Webdongle — Mon Mar 11, 2024 6:55 pm
View ArticleJoomla! 4.x Coding • Re: Add “own controller” to com_users Admin Component
That's a vintage presentation! :-)I would not use that method, that I explained in my presentation 12 years ago, anymore.Nowadays I would create a system plugin,copy a core Joomla Model or Controller...
View ArticleAdministration Joomla! 4.x • Re: How do you stop SMTP form spam?
This morning I managed to get PHP mail working instead of SMTP. Note that these days some mail services like Gmail and Yahoo require DKIM/DMARC/SPF to accept incoming email.When using SMTP as mailer,...
View Article