Extensions for Joomla! 4.x • Re: Is "PHPMailer" (Library) a core...
Joomla does ship with PHPMailer library but it's a Composer dependency. It should not be listed as extension. It could be a remnant from a very old version (3.3) when Joomla did not use...
View ArticleAdministration Joomla! 5.x • Re: PDFs as viewed in Safari
With help from Phil Taylor this line in my htaccess file was the culprit:# Apply the "Disable client-side risky behavior" featuresHeader always set Content-Security-Policy "default-src 'self';...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Joomla 4 cannot upgrade PHP 7.4...
RokSprocket (Rocket Theme) seems to be the problem. Update that. Does it run on PHP 8.x?More to the point, do all errors disappear if you switch front-end template to Cassiopeia?Statistics: Posted by...
View ArticleAdministration Joomla! 5.x • Re: Restoring plugin "content - vote".
Adjust the CSS in your Template.Statistics: Posted by Per Yngve Berg — Wed Jun 05, 2024 1:54 pm
View ArticleAdministration Joomla! 4.x • Re: Error after update to Joomla 4.4.5 Cannot...
Same here If I upload pictures, the error occurs. But nevertheless after reloading the page, the picture is available.So it can be handeled, but it would be nice, if it would be fixed soon Statistics:...
View ArticleInstallation Joomla! 5.x • IIS pecular problem. Site will not update...
I would really appreciate help from someone expert at using Joomla on an IIS server. Before I post logs etc please let me explain why this is odd.I help several friends with their Joomla sites. They...
View ArticleInstallation Joomla! 5.x • Re: IIS pecular problem. Site will not update...
Managed to get below from error log.is \libraries\vendor\joomla\filesystem\src\File.php(249): the issue?2024-06-05T15:51:19+00:00INFO 78.147.173.118updateDownloading update file from...
View ArticleGeneral Questions/New to Joomla! 5.x • Embedded videos - changing tags in...
Hi, everything was working fine and today, I encountered this issue.I have two websites yourmathstutor, let's call it M3 (Joomla 3, I know, I simply can't update it at the moment) and matherati, let's...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Embedded videos - changing tags in...
Oh, right... I just possibly found the issue - it's the bloody forced sandbox.viewtopic.php?t=1008580I'm now trying to use one of the fixes...Statistics: Posted by ziidgaa — Wed Jun 05, 2024 6:45 pm
View Articleextensions.joomla.org - Feedback/Information • Re: Cant add reviews and menu...
JED is - like the whole Joomla project - is run by a fistful of volunteers. And not kidding, you can count on one hand the active volunteers handling the live JED 3 and on the other hand the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: Joomla extension update not...
Thanks, but the first thing I did was to check the validity of the XML.Statistics: Posted by counterpoint — Wed Jun 05, 2024 9:05 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 5.x • Re: How to hide the...
i tried "System ➝ Global Configuration ➝ Site ➝ SEO Settings ➝ Use URL Rewriting ➝ Yes ➝ Save" + .htaccess rename and only got this:Error 500 Internal Server Error+error 404 when i renamed it back to...
View ArticleJoomla! 4.x Coding • Re: I can't get the <update> mechanism to work.
The version in targetplatform is supposed to be a regex.That wasn't clear to me in the docs so thanks. I changed the targetplatform to:Code: <targetplatform name="joomla"...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: How to list all articles in 3...
ok i figured out the read button now(still dont know where is the show button tho),but.. is there also a way to remove the "Read more: <article title>" text and maybe also the date under the...
View ArticleGeneral Questions/New to Joomla! 5.x • Re: "Benutzerinformation"...
Is the first instance of that module inserted in an article, for instance with "loadposition" or "load module"? The second instance would appear to be in a standard module position, and you can turn...
View ArticleJoomla! 5.x Coding • Re: Plugin to notify users of new articles
I pimped the plugin a little, and now we can set the category to monitor and compose the mail subject and body in the plugin configuration. No need to modify the source files anymore.Also checked it...
View ArticleLanguage - Joomla! 5.x • how to permanently edit the alias language template?
we have some weird letters like ö etc, so how can i replace the base template that replaces ö with oe and not just o? (i only want o, not oe)Statistics: Posted by wooboo1 — Thu Jun 06, 2024 10:52 pm
View ArticleExtensions for Joomla! 4.x • DPcalendar: class not found after update
Hello everyone!I just updated the DPcalendar extension. If I sign in as user now, I get the following error:Class "DigitalPeak\Component\DPCalendar\Administrator\HTML\Document\HtmlDocument" not...
View ArticleJoomla! 5.x Coding • Re: verifyPassword with custom PHP throws error...
Thank you very much, that was the solution.Code: $isOK = Joomla\CMS\User\UserHelper::verifyPassword($userpass, $row["password"], $row["id"]);Statistics: Posted by wct34 — Fri Jun 07, 2024 7:24 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update to J4.4 failed miserably!!
With a failed update you need to delete the folders/files and drop the database tables. Then recover using your backup.Statistics: Posted by Webdongle — Fri Jun 07, 2024 8:03 pm
View Article