Joomla! 5.x • Re: Plantillas joomla 5.x
Baje la plataforma de joomla 5.1.4 para mi paj. de loencon3.com y desearia instalar una plantilla que compré. Como lo hago. no soy un experto en paj. web. Por favor explicarme en forma sencilla....
View ArticleAnnouncements Discussions • Re: Discuss Joomla! 5.1.4
I am using a directory component If your custom components are using parameters now not whitelisted, then the changes in Joomla 5.1.3 (not 5.1.4) can break as the Joomla Core team decided to break...
View ArticleExtensions for Joomla! 5.x • Re: Accommodation booking tool for multiple day...
This component might do it:https://extensions.joomla.org/extension/rentalot-plus/Statistics: Posted by trev — Sat Aug 31, 2024 8:06 pm
View ArticleJoomla! 5.x Coding • Re: Reading data from an external database in a model
Thank you Toivo for explaining how to generate a query against an external database, I can now get this to work outside a model.However, my requirement is a bit more specific, in that I want a...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Unable to upgrade PHP to 8.2 or 8.3
i am having a similar problem. Could you please advise what the important module in CPanel was that was not activated. tks.Statistics: Posted by simohunter — Sun Sep 01, 2024 12:31 am
View ArticleJoomla! 5.x Coding • Using JDatabse for Updating a record
I am trying to understand/learn the use of jDatabase on a Joomla 5.1 site, trying to follow the example in https://docs.joomla.org/J4.x:Inserting_ ... _JDatabase.I have successfully implemented Insert...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Smart Searh indexing error
Home in on the article where indexing fails using the method described by @Tom6293 above. Then click the Index button in Smart Search and select 'Index Debugging', then select 'Smart Search - Content'...
View ArticleJoomla! 5.x Coding • Re: Using JDatabse for Updating a record
You probably need to quote and escape $my_birth_date:Code: $fields = $db->quoteName('field_value') . ' = ' . $db->quote($my_birth_date);Since 4.0 Joomla uses prepared statements so you can use...
View ArticleMigrating and Upgrading to Joomla! 4.x • error 500 after update joomla 3 to 4
Hi, I have done an update from joomla 3 to 4 but now I get these errors, see: www.go-asia.nlI Don't know how to fix these.Statistics: Posted by maffeaffe — Mon Sep 02, 2024 7:04 am
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: error 500 after update joomla 3...
"BaForms - System" plugin is incompatible with J4 and it caused the upgrade to fail. Restore from backup if you have one. Update or disable the plugin and other extensions, then update...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Issues with Joomla Admin Page and...
That is an unusual arrangement, unless the third party company is a web developer of some sort, rather than the hosting company. In either case, ask them to upload the file fpa-en.php from the...
View ArticleSecurity in Joomla! 3.x • Re: Template index.php had malware
Please see viewtopic.php?f=714&t=946026#p3457071 and https://github.com/TLWebdesign/Joomla-3 ... rity-FixesN.B. updating from J3 will require changing php/database versions several times, so doing...
View ArticleExtensions for Joomla! 5.x • Re: Extension for online manual or wiki?
Creates pdf https://extensions.joomla.org/extension ... phoca-pdf/ try 'print' on their test site https://www.phoca.cz/demo/phoca-pdf-demoWiki or Joomla for documentation. That was a debate several...
View ArticleAdministration Joomla! 5.x • Re: Strange behavior of readmore in text
Then something goes wrong in the Tinymce editor or somewhere else.No the code just needs updatingStatistics: Posted by Webdongle — Tue Sep 03, 2024 12:36 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Meta Keyword in Menu Section Joomla 5
Keywords are no longer relevant ...Keywords box is still included in the Article edit screen. It always took presidence over the menu and global keyword, so perhaps the devs decided global keyword...
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Cannot login as registered user
fpa connects to the database so the user should.Are you using user root or a user you created?Make sure the database user has all privileges.Statistics: Posted by Webdongle — Wed Sep 04, 2024 3:55 am
View ArticleExtensions for Joomla! 3.x • Re: Can't remove PKG_JOOMLA before update
When you have created a test copy on localhost ... you can unlock Pkg_joomla in the databaseStatistics: Posted by Webdongle — Wed Sep 04, 2024 4:00 am
View ArticleAdministration Joomla! 5.x • cronjob on login only site
Hello, I have a site in joomla 5, the site is only by login, so I setup the main home menu to registered only.as well all my other menu items are for registred users. so when someone visit the site,...
View ArticleJoomla! 5.x Coding • Re: Joomla 5, Empty state in View
Maybe the model is not found? You shouldn't use view's get() method. It's a pointless shortcut method that only makes debugging harder, use getModel() instead. See this post...
View ArticleAdministration Joomla! 5.x • Re: cronjob on login only site
I think you should write a Plugin that trigger on the onAfterLogin Event.Statistics: Posted by Per Yngve Berg — Wed Sep 04, 2024 6:18 am
View Article