General Questions/New to Joomla! 5.x • Re: Unable to upgrade PHP to 8.2 or 8.3
tks. i am not sure what you are referring to.in configuration.php under public_html, $dbtype = 'mysqli'; all OK.if i change that to $dbtype = 'nd_mysqli'; the system crashes.Statistics: Posted by...
View ArticleExtensions for Joomla! 4.x • Re: how to delete an orphaned module with sql?
Perhaps reviewing the link https://www.akeeba.com/support/akeeba-b ... odule.html may help.Note:Make sure to take a complete backup of the site (both files and database content) before attempting...
View ArticleJoomla! 5.x Coding • Re: Adding custom js and css in a child template J5
Please provide a screenshot of the file structure not a section of oneStatistics: Posted by Webdongle — Thu Sep 05, 2024 3:40 am
View ArticleJoomla! 5.x Coding • Email Cloaking Plugin
Hi guys,I want to get a custom output for the Content Email Cloaking plugin in a template override.Is this even possible?I've also tried this:Code: <?php$emailparams = array( 'class' =>...
View ArticleExtensions for Joomla! 5.x • Re: Problems with pagination on 5.1.3 & 5.1.4
Welcome to Joomla forum!Joomla 5.1.3 was a security release that fixed an issue with cache poisoning via pagination.However, it might affect the pagination of 3rd party extensions.See...
View ArticleAdministration Joomla! 5.x • Admin approval email link - Login access Guest...
I have set Login Menu Item access to Guest so I can Hide this item once user has logged in.BUT I have to set access to Public so that New user Registration works - Admin Approval email link to login...
View ArticleInstallation Joomla! 5.x • Problème a l'installation sur le fichier supports.sql
Bonjour , J'essaie d'installer la version 5 de Joomla et j'ai l'erreur suivante :Validating DB connection...OKCreating and populating the database...In CliInstallationApplication.php line 145:...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Joomla Update does not show list...
Extensions are where they have always been - in the extensions manager. You install and uninstall them there.The compatibility checker should only run if you are updating from an eligible copy of...
View ArticleAdministration Joomla! 5.x • Re: PHP versus website visability
Install wamp https://wampserver.aviatechno.net/ on your pcMove the files and database https://docs.joomla.org/Copying_a_Joomla_website same process Wamp databaseUser: root Pass: there is no...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: only an admin can modify the...
See viewtopic.php?f=839&t=1011667#p3729882 it should help you with your ACL structureStatistics: Posted by Webdongle — Fri Sep 06, 2024 1:26 am
View ArticleExtensions for Joomla! 5.x • Re: Extension for online manual or wiki?
Here are the options I've found thus far, and my initial impression of them (read: my initial impression, my own opinion).Joomla Articles - Already built in to Joomla core. Free. - Could organize...
View ArticleExtensions for Joomla! 5.x • Re: Alternative to EasyBlog
RSblog seems like a great way to migrate out of easyblog and escape the lock-in . But is it worth it as a blogging component? The design looks old and I saw most of their videos are from 2014...I...
View ArticleExtensions for Joomla! 5.x • Your thoughts on JoomBoost and their extensions?
I've been looking around for Joomla extensions for various functions and have found a suite of extension software at JoomBoost.com that appears to be quite impressive.While looking through the...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: Association...
Hi and thank you to help me.Yes off course it's work if you click on the contact us when you visit the Italian language But if you are on the English page contact us and then you click on the Italian...
View ArticleThe Lounge • Re: Brain teaser for the oldies memory
Please share what your drink of choice was at that time!Statistics: Posted by gsmela — Fri Sep 06, 2024 6:36 pm
View ArticleAdministration Joomla! 5.x • jDatabase sql problem
I am new to jDatabase syntax and to php. I have code to find information from the database. In the attached code The first 19 lines work just as wanted. When I add the section - lines 20 - 38, I get...
View ArticleGeneral Questions/New to Joomla! 5.x • 404 error when visiting articles
I created a local installation of Joomla using MAMP, with nginx selected as the http server, and I'm able to access the demo site and admin console, but after creating some articles, when I try to...
View ArticleSecurity in Joomla! 5.x • Re: Acunetix "Internal Server Error"
The same principle would be behind this error, too.Statistics: Posted by toivo — Sat Sep 07, 2024 4:01 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 404 error when visiting articles
I suspect SEF URL (Rewrite) is the problem. Nginx does not use a .htaccess file.Statistics: Posted by Per Yngve Berg — Sat Sep 07, 2024 7:24 am
View ArticleAdministration Joomla! 5.x • Re: jDatabase sql problem
Unmatched quotes on this line:Code: ->FROM ($db->quoteName('#__osmembership_subscribers`))Statistics: Posted by SharkyKZ — Sat Sep 07, 2024 7:35 am
View Article