Joomla! 5.x Coding • Fields plugin problem when disabling the Backward...
Hello,I want to disable the Backward Compatibility plugin on one of my Joomla sites (Joomla 5.1.4). After disabling the Backward Compatibility plugin, one of my field plugins reported an error I could...
View ArticleJoomla! 5.x Coding • Re: Fields plugin problem when disabling the Backward...
Replace JLoader::import() call with native import:Code: use Joomla\Component\Fields\Administrator\Plugin\FieldsPlugin;Statistics: Posted by SharkyKZ — Wed Sep 18, 2024 9:00 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: MySql 8.0.13
I just bought a plan from Hostinger, it works perfectly well. My idea was to use only the databases, and host the files on my old server, but the connection between servers got very bad, making it...
View ArticleAdministration Joomla! 5.x • Re: Unable to login to joomla admin
Joomla! Instance :: Joomla! 5.1.4-Stable (Kudumisha) 27-August-2024Joomla! Configured :: Yes | Writable (644) | Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite:...
View ArticlePerformance - Joomla! 5.x • Re: Optimizing Joomla Site Performance with Large...
Have you changed Session Handler from 'database' to 'filesystem'?You can also use Redis or Memcached to have Sessions in Memory.Statistics: Posted by Per Yngve Berg — Thu Sep 19, 2024 4:12 am
View ArticleAdministration Joomla! 5.x • Re: System Menu empty
What is System menu?Anyway...Update Joomla and extensions and see if the problem persists.Also...Check compatibility of extensions. I.e. K2 is not compatible with Joomla 4/5.Statistics: Posted by Mr....
View Article3.x - Questions générales, nouvel utilisateur • Re: installation extension
Effectivement, le fait que la fonction "Installer" soit absente peut souvent être lié à des problèmes de compatibilité ou à des mises à jour incomplètes. Je vais vérifier les versions de Joomla, PHP...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Extreme Failure updating from...
That's what I figured, but it was pretty much the only thing showing yellow - that and to uninstall PKJ_JOOMLA which I couldn't do (figured out how later) but when i tried locally the first time the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Activate user dropdown menu in...
Confirmed. The Actions dropdown behaves as decribed even in a non-mobile device as soon as the viewport is reduced to mobile size. This bug was reported last month in the Joomla! Issue Tracker as...
View ArticleExtensions for Joomla! 5.x • Re: Address details changed to more UK friendly
Depending on how well the 3rd party extension is written you may be able to create a language override. Otherwise a template override might be an option?Thank you very much - I created a couple of...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Publishing tab & Access options
However, I also confirm the behaviour you identified; clicking the toggle switch for 'hide publishing tab" actually hides the Meta Data tab in the front end, but leaves the Publishing tab visible. I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 'Please fill in this field' pop-up...
Usually such forms give a red bar across the top of the screen alerting to missing information from required fields.It depends on what extension you're using; raise this issue with the extension...
View ArticleGeneral Questions/New to Joomla! 5.x • 'Next' button to be more obvious
HelloWhen going through the checkout stages of our website: https://www.gardenlabelling.co.uk/The 'next' button for Cart-Address-Delivery Method-Payment Method-Confirm Order are hard to spot as they...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade from version 3 to 4 error
Thank you ToivoStatistics: Posted by pepperoni — Fri Sep 20, 2024 9:24 am
View ArticleGeneral Questions/New to Joomla! 5.x • Error on creating custom field
Hi,When I try to create a custom field, I get this error, immediately on clicking the button NewCall to a member function hasChildren() on null I copied the stack, see below.The site is created from a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error on creating custom field
I cannot reproduce this issue on another fresh J.5 install.Maybe someone can see a clue in the stack?Statistics: Posted by oorzaak — Fri Sep 20, 2024 10:13 am
View ArticleAdministration Joomla! 5.x • Re: Unable to login to joomla admin
OK, well I have spent quite a bit of time researching this issue as well as a couple of hrs. checked with my hosting provider; a2 hosting. This issue similarly showed up in joomla 1.5 years ago and...
View ArticleJoomla! 5.x Coding • Re: How to load Bootstrap JavaScript file?
Using Bootstrap Components in JoomlaStatistics: Posted by pablop76 — Sat Sep 21, 2024 5:59 am
View ArticleExtensions for Joomla! 4.x • Re: Sell PDFs, recieve payment by Paypal: Any...
Check Phoca Cart. It has downoadable files option and PayPal payment method.Thanks! I'll try it.Statistics: Posted by I-MAG — Sat Sep 21, 2024 7:44 am
View ArticleGeneral Questions/New to Joomla! 5.x • Inserting an article, eg in a modal...
This syntax worked in Joomla 3, to insert the content of an article in a modal:Code: <div class="modal-body">{article 1370}{text}{/article}</div>// compare {module 116} in Joomla 3...
View Article