General Questions/New to Joomla! 5.x • Deprecated: explode(): Passing null to...
HelloIn joomla 5 eshop with virtuemart,on admin site appears the following errorCode: [i]Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in...
View ArticleExtensions 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: cannot get menus to display
Did you check to change the layout of the Menu module?There are 4 different layouts for the menu module: From ModuleCollapsible Default Menu -> you will get a menu without submenus and that...
View ArticleAdministration Joomla! 4.x • [SOLVED] How to disable strong passwords?
A quick question that I'm sure must have been asked before ... how do I remove the strong password policy, or at least exercise some control over it?Thanks,DavidP.S. /dev/null is hungry for "But it's...
View ArticleAdministration Joomla! 4.x • Re: How to disable strong passwords?
Apologies, my first time with J4 ... found it! "Users > Manage > Options > Password options"Statistics: Posted by david0058 — Tue May 07, 2024 3:20 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 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: 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 ArticleMigrating and Upgrading to Joomla! 5.x • Re: Siteground server not compatible...
This is interesting. I'm just moving a couple of Joomla sites over to Siteground and am getting the following errors: Error: Failed to start application: Failed to start the sessionThey tell me at...
View ArticleAdministration Joomla! 5.x • Re: I am puzzeled by the blog sample data
Compare the settings in the ModulesStatistics: Posted by Webdongle — Thu May 09, 2024 2:40 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.mdGreat tip, thank you, I was trying to understand how this option works, I...
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 Article