Extensions for Joomla! 5.x • Mosets Tree in J5
Is anyone else trying to use it?Statistics: Posted by flkaraoke — Mon May 06, 2024 4:36 pm
View ArticleAdministration Joomla! 5.x • Re: Media Manager empty has no folders nor files.
Sorry to intrude, but I think only you can help me!When I try to use the additional fields and save this is what I get "Save failed with the following error: Field 'context' doesn't have a default...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Deprecated: explode(): Passing...
Set to none the error reporting in your global configuration should be enough. Is Joomla 5.1?Statistics: Posted by carlitorweb — Mon May 06, 2024 5:23 pm
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
Dear Ceford! I can't figure it out, I'm asking too much if you can send me the 4 tables: fields, fields_categories, fields_group and fields_values with a single first line. Thanks in...
View ArticleAdministration Joomla! 5.x • Re: No Captcha in Joomla 5 - HELP!!!
Captcha is incorrectly implemented in VirtueMart. You should report this to VM developers.Statistics: Posted by SharkyKZ — Tue May 07, 2024 4:21 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: cannot get menus to display
carlitorweb: thank you for your reply.I'm confused about some terminology. You say "another position". What exactly does that mean? It's ambiguous to me; it could mean menus otherwise display...
View ArticleExtensions for Joomla! 5.x • Re: Alternative to EasyBlog
I finally forced Stackideas into fixing their broken product. Terrible support since they were sold, but at least it's now working correctly.I used to use RSJoomla till they shafted me over $20. Never...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Joomla 3.10.12 update not working
Thank you Toivo.Error reporting is already set to "None"Here is the output of the error after enabling system debug:Code: count(): Argument #1 ($value) must be of type Countable|array, bool givenCall...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: joomla 5 favicon back background...
perfect!Statistics: Posted by joomlerGR — Tue May 07, 2024 5:52 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Publishing test site?
Kickstart unpacks the archive, then runs its own installer (ANGIE). It is similar to the normal Joomla installer, and will ask for the database details as normal.Create the database first, so you have...
View ArticleGeneral Questions/New to Joomla! 5.x • Joomla's default mail form "Mail...
I am using Joomla's default email form. Today I was able to publish the project on my webhost. The email is being sent, however on my website, when the form page refreshes, there is no indication that...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla's default mail form...
You are uing Cassiopeia as template ?Statistics: Posted by carlitorweb — Wed May 08, 2024 4:24 pm
View ArticleGeneral Questions/New to Joomla! 5.x • Web Links
Good day.Joomla 3.x had a component called Web Link. Was a nice program to make weblinks. I've looked around in 4.x and cannot find this. Can anyone tell me if it is taken out or is it in there and I...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: 500 Internal Server Error out of...
To fix file and folder permissions, starting from the root of your Joomla installation:find . -type f -exec chmod 644 {} ; find . -type d -exec chmod 755 {} ;Statistics: Posted by ceford — Wed May 08,...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Web Links
It was removed as a core extension but you can install it from the JED:https://extensions.joomla.org/extension/weblinks/Statistics: Posted by ceford — Wed May 08, 2024 5:35 pm
View ArticleAdministration Joomla! 5.x • Re: Step by step to create a list with states...
You could make a table from your xml data and then use an SQL field:https://jdocmanual.org/jdocmanual?manua ... l-field.mdStatistics: Posted by ceford — Wed May 08, 2024 5:42 pm
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
Okay... 1. Set the layout for the module to banner (tab: Advanced)This sets the correct html and classes for the banner.2. Clean up the text2a. Under tab: Module open the editor's code view.TinyMCE:...
View ArticleAdministration Joomla! 5.x • Re: Save error: "Field 'context' doesn't...
https://www.pborga.it/images/Amici/1Joomla.jpgThis table structure is significantly different from the current nightly build! The Nightly Builds site does warn you that the builds are for testing...
View ArticleMigrating and Upgrading to Joomla! 2.5 • Re: Error after migrating to new server
Hi there,Could you kindly review the database host and password settings in your configuration.php file? Additionally, in configuration.php you can set:$error_reporting = 'maximum';This will allow us...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Error "Cannot instantiate...
The line numbers in your stack trace correspond to J5.1 rather than J5.0.3. But the LoginHelper is a class in J5.1 and an abstract class in J5.0.3. So a mix of installation files? Can you open...
View Article