↧
General Questions/New to Joomla! 5.x • Internal Server Error
I've just seen this error messge while trying to save a new file:Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Internal Server Error
I should add This occured under J4.4.8 and still occurs now that I've upgraded to J5.1.4Statistics: Posted by cappleby — Thu Aug 29, 2024 5:04 am
View ArticleGeneral Questions/New to Joomla! 3.x • Re: Multilingual site :: Linking...
Check that each language's 'Archives' menu item is created and linked correctly using the Associations' tab. Ensure K2 items are also associated across languages. Verify menu and category settings for...
View ArticleExtensions for Joomla! 5.x • Re: How to stop CComment inserting Comment...
Disable the Plugin.Statistics: Posted by Per Yngve Berg — Thu Aug 29, 2024 8:05 pm
View ArticleGeneral Questions/New to Joomla! 3.x • Re: menu items
Write enable and edit the file configuration.php in the main Joomla folder. Make the following changes:Code: public $debug = '0';public $error_reporting = 'maximum';Those settings will add more...
View ArticleAdministration Joomla! 4.x • Re: Joomla Update does not work
A little more information: the problem only seems to exist on Ubuntu. I have a production server running Oracle Linux 7.9 with PHP 7.4.33, and "Check For Updates" works fine on that server. Check For...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: INDEX error
There is a bug in 5.1.3. Please update to 5.1.4Statistics: Posted by Per Yngve Berg — Fri Aug 30, 2024 12:58 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Extreme Failure updating from...
...Joomla is installed in a public_html folder, could I simply delete all files from the folder and install the backup again?The database is what stumps me, can I just create a new one, restore the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Manually uninstall a plugin
cbjuice2 seems to be connected with Community Builder. Perhaps Community Builder wasn't completely uninstalled.I don't know how you would resolve that. Please use the Forum Post Assistant tool (see...
View ArticleGeneral Questions/New to Joomla! 5.x • Display all sub-menus when mouse...
Dear Joomla team,Could you help me to change this behavior of display sub-menus? Now I am using the t4_bs5_blank free template, my client wants to display all sub-menu whenever we hover the mouse over...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Display all sub-menus when mouse...
I would ask the template devs first.Statistics: Posted by gws — Sat Aug 31, 2024 2:50 pm
View ArticleJoomla! 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 ArticleGeneral Questions/New to Joomla! 5.x • Re: Smart Searh indexing error
@jsawWhile I was tracking down the articles that caused indexing errors on my website, I noticed that the indexing process started with the article with the lowest ID (e.g. 1) and continued with the...
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 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 Article