General Questions/New to Joomla! 5.x • Re: Admin panel - HTTP 500 Whoops.
Run database fix command.Statistics: Posted by SharkyKZ — Mon Apr 29, 2024 5:02 am
View ArticleAdministration Joomla! 5.x • Re: Restricted content throwing 'you don't have...
You're welcome!Good to hear that your issue has been solved. Thanks for sharing your solution!Statistics: Posted by pe7er — Mon Apr 29, 2024 5:50 am
View ArticleGeneral Questions/New to Joomla! 4.x • Possible scripting issue causing site...
I have been attempting to find a solution to this problem but so far have not had any success. Here is the problem. There are two things that are being affected by how my site is loaded. If I load the...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Template breaks URLs
I finally decided to re-try the whole upgrade again. Installed another copy of our J3 site on my localhost, and ran the upgrade. No problem, with Cassiopeia template after upgrade. Installed tc_blp...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: export & import articles
Upgrading the site to Joomla 5 is not the best way to acomplish this?Statistics: Posted by carlitorweb — Tue Apr 30, 2024 12:49 am
View ArticleExtensions for Joomla! 5.x • Does anyone know of an Image Gallery that can...
Since what appears the total demise of Simple Image Gallery Pro for J4/5, I just can't find a gallery that can include a brief description of the image. My social history sites with thousands of...
View ArticleExtensions for Joomla! 5.x • Re: Does anyone know of an Image Gallery that...
Try Phoca GalleryStatistics: Posted by Per Yngve Berg — Tue Apr 30, 2024 3:38 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: PRINT button Joomla 5
Add "?tmpl=component" to URLStatistics: Posted by Per Yngve Berg — Tue Apr 30, 2024 3:43 am
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Contact form?
If you will use com_contact - do not forget to enable Captcha. Maybe even HCaptcha.It seems the Joomla built-in form may suffice for my needs, however Captcha is a good idea to use. Is there any good,...
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 Min Requirements Concern.
Ok back again to this thread, because I have a problem that I cannot get past... The installed Joomla 5.0.3 through the Joomla Toolkit will not update to Joomla 5.1.0.EDIT:: I've updated MariaDB to...
View ArticleAdministration Joomla! 4.x • Error 500 Layout default not found
HiI have a local J4 site on my PC which is working fine, and on it I have a component called com_blphotos. There is also a site on the net called J4 with the same config.They are both running J4.4.4I...
View ArticleJoomla! 5.x Coding • Re: The Joomla 5 API does not work
Just tested in a fresh install of joomla 5. You can check the differencesCode: { "links": { "self": "http://127.0.0.1/joomla5tests/api/index.php/v1/content/articles" }, "data": [ { "type": "articles",...
View ArticleGeneral Questions/New to Joomla! 5.x • ¿Modify port for remote MySQL?
How can you modify the port of a remote db?Statistics: Posted by darkjonter — Wed May 01, 2024 1:45 am
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: No contacts in the admin panel...
Very sorry about interfering with this topic. If you would like me to start a new one, just say so and I'll do so.I searched and could not find com_contact_contacts however, I did find something with...
View ArticleJoomla! 5.x Coding • Re: ACL on form fields
You might explore what showon will do. You could have a hidden field containing the user group and then use showon="ugroup:nn". This might be insecure - probably better to use in if block in your...
View ArticleJoomla! 4.x Coding • Re: Error 500 Layout default not found from custom...
In your test, the second item in the array should be (for the Home Dashboard):"/home/birdli7/j4/administrator/components/com_cpanel/tmpl/cpanel/"so you need to find out why it is...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Creating user with limited access?
Set the Permissions on the Category.The login.administrator permission gives the user permission to login to the back-end.Thanks, I did just that. I created a custom User Group and allowed all the...
View ArticleInstallation Joomla! 5.x • In which NGINX directory must add the...
Greetings, i have set up a Ubuntu vps and installed the LEMP stack on it, but in the nginx (/etc/nginx) configuration directory there are numerous directories and config files I was wondering where...
View ArticleInstallation Joomla! 5.x • Re: In which NGINX directory must add the...
Joomla's configuration.php should be in the webroot of the Joomla website.If you mean the Nginx configuration for the websites running on Nginx (like your Joomla website) :Nginx configuration files...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: ¿Modify port for remote MySQL?
In configuration.php does your $host point to an external IP addres or domain name? Could you try adding the port behind the localhost variable?So to use port 1234:public $host =...
View Article