Administration Joomla! 3.x • Re: Fatal error: require_once(): Failed opening...
The import.legacy.php file is in the libraries folder and the permissions are 644.The subdomain is outside the public_html folder and has its own public_html folder where the files are...
View ArticleThe Lounge • Re: Price changes / addition for Google reCAPTCHA
Seems like the simplest answer is to ask Google. And good luck with that.If I knew how to reach them I would.Why would you want to pay when there are better for free? If captcha protects your forms...
View ArticleMigrating and Upgrading to Joomla! 5.x • A migrating from J3.10 to J4/J5......
Hello All!Apologies in advance for what may be a dumb question... I am migrating from J3.10 and need to know if I should stay at J4, or, is J5 stable enough for production sites now?I am replacing my...
View ArticleJoomla! 5.x Coding • Re: Use third componet's class in my cli application
Hi @christoforosKor,Can you post some (relevant) actual code for this 'cos it sounds fine, but...Statistics: Posted by MarkRS — Fri Mar 22, 2024 2:33 pm
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
J5 is stable,some extensions are not ready for J5. I would suggest that you use wampserver rather than Xamp,Wampserver can change all server parameters on the fly and more closely represents a live...
View ArticleGeneral Questions/New to Joomla! 5.x • The PHP temporary folder is not set.
Hi there, in the warning page, i noticed the following warning.Screenshot 2024-03-22 at 17.49.34.pngDoes anyone know what this is?Statistics: Posted by hackermade — Fri Mar 22, 2024 3:50 pm
View ArticleSearch Engine Optimization (Joomla! SEO) in Joomla! 3.x • Re: SEO and Google...
Ugh, dealing with that /index.php issue in URLs is such a headache, right? I ran into the exact same problem a while back. My solution? I fiddled with the .htaccess file, setting up a redirect to...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: Joomla update problem 5.0.2 php...
Session Path Writable: No . Must be yesLiveSite: Is Not Empty. Absolutely needs to be empty.jquery is not loaded in J4/j5Statistics: Posted by gws — Sat Mar 23, 2024 2:21 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Update from 3 to 4 went wrong -...
Mod. Note: Relocated the topic from Installation to the Upgrade J4 forum.Statistics: Posted by Per Yngve Berg — Sat Mar 23, 2024 3:50 pm
View ArticleJoomla! 5.x Coding • Where to put a js.map file?
Got one of these, but where should it go in the J! structure to get recognised by the browser?It's for an externally minified js file so the J! processes don't apply/Statistics: Posted by MarkRS — Sat...
View ArticleJoomla! 4.x Coding • Re: docs.joomla.org/J4.x:Dev - broken link? missing page?
This content unfortunately vanished. It seems only to be accessible at archive.org:A lot (all?) of it has moved tohttps://codeberg.org/astrid/j4exampleco ... 1077e6ece2and thereaboutsStatistics:...
View ArticleJoomla! 5.x Coding • Re: Where to put a js.map file?
in the .js fileStatistics: Posted by ajwad_123456 — Sat Mar 23, 2024 4:44 pm
View ArticleAdministration Joomla! 5.x • Re: icon for external link
Code: a[target="_blank"]::after {font-family: "Font Awesome 6 Free";font-size: 14px;font-weight: 900;content: " \f35d";}That's work for me. Joomla 5.0.3. Note: Font Awesome version 6.I added a space...
View ArticleMigrating and Upgrading to Joomla! 5.x • Re: A migrating from J3.10 to...
Or explore better alternative Extensions for Joomla 5. These kinds of major Joomla steps are a good reason to review extension and modernize where appropriate and possibleLeo Statistics: Posted by...
View ArticleInstallation Joomla! 4.x • Re: Joomla White Screen of Death Aftr Installation
How did you install Joomla? With an auto-installer or with a Template package? Pls clarify?Leo Statistics: Posted by leolam — Sun Mar 24, 2024 3:50 pm
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Migrating to Joomla 4 for the...
Any advice is really appreciated! No offense but your knowledge is not sufficient to updates these sites properly without problems. You need to find professional helpLeo Statistics: Posted by leolam —...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgade Joomla 4 fail
Post the results of runninng FPA here https://forumpostassistant.github.io/docs/ and we can assistLeo Statistics: Posted by leolam — Sun Mar 24, 2024 3:58 pm
View ArticleJoomla! 5.x Coding • JSON response - 503 Service Unavailable
When I try the following simple JSON response component (com_jsonresponse) on a Joomla 5 (Joomla! 5.0.3 / PHP 8.1.27) installation the response is rendered as expected, but the response code is 503...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Errors with php8.2 / 8.3
Pls post results of https://forumpostassistant.github.io/docs/ FPA hereLeo Statistics: Posted by leolam — Sun Mar 24, 2024 4:00 pm
View ArticleJoomla! 5.x Coding • Re: How to create User Group Progamatically
Welcome to Joomla forum!In Joomla 5 you can probably create a new User Group with something like the code below:Code: use Joomla\CMS\Factory;use...
View Article