Extensions for Joomla! 5.x • Advice for moveing acymailing data base table to...
Hi I definitely need some advice for this as twice now I've managed to delete my website.I did have a full backup so it was okay.Any help would be much appreciated.The first job I have to do is to...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: PHP Deprecated: preg_match():...
These are just PHP warnings and are not fatal. More likely from an extension than the Joomla core. They will not stop your site from working at the moment.To stop them appearing in your error log, go...
View ArticleExtensions for Joomla! 5.x • Re: Advice for moveing acymailing data base...
https://docs.acymailing.com/setup/migrationStatistics: Posted by Webdongle — Sun Jul 28, 2024 2:49 pm
View ArticleTemplates for Joomla! 4.x • Re: HTMl sidebar rights
My apologies for my late response.Thank you very much for the replies.I am going to see if I can find anything right now.Statistics: Posted by beestables — Sun Jul 28, 2024 2:50 pm
View ArticleGeneral Questions/New to Joomla! 5.x • GDPR and/or Google CMP
on websites with google adsense and google analytics, is it enough to have Google CMP or must it be accompanied by a GDPR?Statistics: Posted by sgiobbio — Sun Jul 28, 2024 3:26 pm
View ArticleGeneral Questions/New to Joomla! 4.x • administrator login - error 500 - how...
I updated several Regular Labs extensions in J4.4.4 and the front end works fine but when I login to administrator instead of the joomla backend I get the red screen server error 500 whoops...I can't...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: administrator login - error 500 -...
You need to open configuration.php not phpmyadmin, change public $debug = false; change to true,public $error_reporting = 'default'; change to maximum.Statistics: Posted by gws — Sun Jul 28, 2024 3:45...
View ArticleMigrating and Upgrading to Joomla! 5.x • tried to update from joomla 4.x to...
I have the same error. I was on 4.4.6 However the system told me that there was no update availeable despite me being on the Joomla Next channel. So I installed the Joomla! 5.1.2 Upgrade Package via...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: NFC login into Joomla 5
A quick google search suggests the YubiKey method for Multi-factor authentication in Joomla would work with Near Field Communication (NFC).For reference: https://www.yubico.com/works-with-yubik ......
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: tried to update from joomla 4.x...
Did you meet J5 requirements - MySQL 8 or Maria DB 10.4 as minimum, along with PHP 8.1? The migration should have halted if you didn't meet the min server requirements.Statistics: Posted by AMurray —...
View ArticleJoomla! 5.x Coding • Using component functions in Api calls
Hello,I am working on a webservices plugin to build custo api for my component.I want to use exisiting controller and library functions in api call. But when i try to include or import the file I am...
View ArticleJoomla! 5.x Coding • Re: Bootstrap issue with Phoca Maps
Which version of PHP you have selected on the site?Statistics: Posted by anaisystechno — Mon Jul 29, 2024 12:00 pm
View Article3.x - Questions générales, nouvel utilisateur • Re: Bonjour je suis pas le...
BonjourCode: https://kb.joomla.fr/procedures/reinitialiser-son-mot-de-passe-super-adminStatistics: Posted by Jeff71 — Mon Jul 29, 2024 12:11 pm
View ArticleGeneral Questions/New to Joomla! 4.x • Re: very large finder tables
1. Unpublish the indexed items you do not want to be searchable.2. Disable the 'Search For Phrases' in the Smart Search configuration.This alone can reduce your tables to more than 20 times.3....
View ArticleGeneral Questions/New to Joomla! 5.x • encountering a peculiar issue
It sounds like you're encountering a peculiar issue where uninstalling a template and its associated framework simultaneously leads to conflicting success and error messages. This might be due to the...
View ArticleSecurity in Joomla! 5.x • Login Bypass via LDAP Injection vulnerability detected
Hello,We have begun testing our site for update to Joomla 5.1.2. Our security team ran a Web Application Scan and reported this vulnerability.I have verified that we do not have any LDAP plugins...
View ArticleAdministration Joomla! 5.x • Re: Are the plg_twofactorauth_totp and...
They should have been replaced by MFA during the 4.1 upgrade.Remove the Lock in the database so you can uninstall themThks Per that worked. hmm wish just that all the update scripts remove obsolete...
View ArticleExtensions for Joomla! 5.x • Re: Bootstrap issue with Phoca Maps
Thanks @Pavel-wwThat concurs with my first answer.Set Cassiopeia as default template. If no avail then put a bug report to PhocaStatistics: Posted by Webdongle — Tue Jul 30, 2024 8:25 am
View ArticleJoomla! 4.x Coding • Re: Module Timing
It's doing exactly what you set it to do (but not what you *want* it to do). Activates in the time zone (London), 12:00 midnight GMT, not midnight of the user's local time.Statistics: Posted by...
View ArticleJoomla! 5.x Coding • get relationship data in webservice
hii have a question about joomla webservicejoomla return relationships object in web service like belowCode: "relationships": { "category": { "data": { "type": "categories", "id": "11" } },...
View Article