General Questions/New to Joomla! 4.x • Re: Front End goes to /404? but...
your file permissions are all over the place. The config file should be CHMOD 644 (not 755) and your folders should be 755 (not 775)Also you should pay attention to, and fix the issues that are...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Possible bug? - Joomla 5 mod_feed...
modules/mod_feed/tmpl/default.php contains this on line 100:Code: <?php echo HTMLHelper::_('date', $feed[$i]->publishedDate, Text::_('DATE_FORMAT_LC3')); ?>The feed does not contain...
View ArticleJoomla! 5.x Coding • Re: Author block on article page
hi Toivo, thank you, but not exaclty.at the end of the article there's a part with extra fields and author info.in the default.php (\com_content\tmpl\article\) there is no code responsible for...
View ArticleSites & Infrastructure - Feedback/Information • Account deactivated - how...
HiI have a forum account, which has been manually deactivated.The site tells me to contact an administrator, but there is no - for me obvious - way to do so.So, I decided to open this temporary...
View ArticleGeneral Questions/New to Joomla! 5.x • [SOLVED]Re: Possible bug? - Joomla 5...
viewtopic.php?t=756775 may be of interestRunning some tests With full error reportingDeprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in...
View ArticleSites & Infrastructure - Feedback/Information • Re: Account deactivated -...
Mod. Note: Relocated the topic to the Site Infrastructure Feedback Forum.Statistics: Posted by Per Yngve Berg — Tue Feb 20, 2024 10:51 am
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade from 3.10.12 to 4.4.3 (I...
You should also be using at least PHP 8.2 (recommended version)https://manual.joomla.org/docs/next/get ... uirements/If you decide to update to J5, you will need a minimum of PHP 8.1...
View ArticleTemplates for Joomla! 4.x • Re: 500 error after update to Joomla 4.4.3
So I answer to myself, could help others (?) :I tried to see any probleme with Htaccess > No pb.I tried to delete the different extensions : when I deleted Hikashop, the pb went out. I re instaled...
View ArticleGeneral Questions/New to Joomla! 4.x • Benefits of Joomla eCommerce Development
Versatility and Flexibility: Joomla offers unparalleled versatility and flexibility, allowing businesses to customize every aspect of their eCommerce store to suit their unique needs and preferences....
View ArticleInstallation Joomla! 4.x • Errors on upgrading 4.4.2 to 4.4.3
Updating from 4.4.2 to 4.4.3 I get the following and a message that "The update completed with errors." Site seems to be working OK. Any comments or suggestions? ThanksRefresh Manifest Cache failed:...
View ArticleInstallation Joomla! 4.x • Re: Errors on upgrading 4.4.2 to 4.4.3
Does it help if you delete administrator/admin/cache/autoload_psr4.php clean all caches and reload the site?Statistics: Posted by gws — Wed Feb 21, 2024 10:50 am
View ArticleInstallation Joomla! 5.x • Re: Joomla 5 does not recognize php 8.1
FPA says you're on PHP 7.4 not 8.1 J5 minimum is PHP 8.1 and MySQL 8.0.13 OR Maria DB 10.4.0 minimum.https://manual.joomla.org/docs/next/get ... uirements/Your database seems to be compliant:FPA...
View ArticleInstallation Joomla! 3.x • 3.10.15 available?
I have just noticed in the Joomla magazine that some post 3.10.12 versions have been released including one yesterday 3.10.15. One of my websites is still on 3.10.12 due to a specific extension used...
View ArticleGeneral Questions/New to Joomla! 4.x • 500 Server Errors After 4.4.3 update
[21-Feb-2024 11:22:24 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: 500 Server Errors After 4.4.3 update
With error reporting on, I am getting a 500 server error on every link the first time it is accessed. If I refresh the page, it then works.Errors generated:Code: Fatal error: Allowed memory size of...
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 4.x • Re: Canonical Issue...
canonical issue with caps likely refers to problems caused by inconsistent use of uppercase and lowercase letters in website URLs. Search engines treat these variations as different pages, which can...
View ArticleAdministration Joomla! 5.x • Re: Save failed with the following error:...
The database will not be able to store emoties unless it has UTF8-MB4.Statistics: Posted by Per Yngve Berg — Thu Feb 22, 2024 10:28 am
View Articlejoomla.com - Feedback/Information • launch.joomla.com has some issues
HiI tried to create a Joomla Website with launch.joomla.com and hadad the 2 following issues The create form allows you top proceed with an empty password and then fails the process but does not tell...
View Articlejoomla.com - Feedback/Information • Re: lauch has some issues
You can always try Joomla locally on your pc. https://wampserver.aviatechno.net/ will create a localhost on your PC/LaptopStatistics: Posted by Webdongle — Thu Feb 22, 2024 10:45 am
View ArticleGeneral Questions/New to Joomla! 4.x • Using GuzzleHttp to access the API
I'm having problems with Guzzle access to the API.I can access the API with Postman with no problems.If I create a simple test program, I can access the API using Postman's suggested cURL code no...
View Article