Forum Post Assistant (FPA) • HTTP ERROR 500 when running fpa-en.php
I downloaded ForumPostAssistant-FPA-v1.6.6-0-g997cd65.zipper from viewtopic.php?f=621&t=582860 and uploaded fpa-en.php to my Joomla 4 site root, but when I run it the HTTP ERROR 500 page...
View ArticleForum Post Assistant (FPA) • Re: HTTP ERROR 500 when running fpa-en.php
I just tested FPA v1.6.6 using PHP 8.3.2 and it worked all right in a localhost Wampserver test site.PHP Fatal error: Uncaught TypeError: fseek(): Argument #1 ($stream) must be of type resource, false...
View ArticleGeneral Questions/New to Joomla! 5.x • Passkey image size
https://www.bellanca-championclub.com/bccloginSince upgrading sites to v5, any frontend login screens have a massive passkey image. Backend login is the usual normal size button.Not really a big deal...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Upgrade 3.10.12 to 4.4.3 crashes...
Session Path Writable: No ... Should be yes. Speak to your HostLive site not empty.Statistics: Posted by Webdongle — Thu Feb 29, 2024 4:07 am
View ArticleExtensions for Joomla! 4.x • Re: J2Store
I use j2store on a couple of sites, I like its simplicity and the fact that it uses joomla articles and doesn't force you to create new content for products. The problem is that there is probably one...
View ArticleAdministration Joomla! 5.x • Re: Slow website - hosting company reports errors
Could be your site is waiting for data from a third party - typically adverts. Please confirm: in a slow period a new page loads and is readable but the spinner indicates that loading does not...
View ArticleInstallation Joomla! 5.x • Re: Installation running forever, errors,...
Hello again!I changed the prefix so that it has a single underscore. Now the installer stops at a different point.It displays an error message "Could not connect to the database.Connector returned...
View ArticleInstallation Joomla! 4.x • Re: Setting up an existing website in MAMP
I had already read that article. Make sure that configuration.php has the right settings for the server (especially:localhost, database, database user, database password, log_path, tmp_path)". The...
View ArticleJoomla! 3.x Coding • Re: Modify content of the default email admins receive...
Well done, and thank you, on behalf of the J3 user community, for sharing your solution!Tip for those using Joomla 4 and 5: there are functions like FieldsHelper::getFields() to access custom fields...
View ArticleAdministration Joomla! 4.x • I cannot see login and username in administrator...
Hello, I just installed Joomla website. Honestly, I don't which version it is. but when I go to the administrator page I see this. https://ibb.co/JQTcHjzI don't see username and password area. Can you...
View ArticleAdministration Joomla! 4.x • Re: I cannot see login and username in...
Please upload your screenshot to the Forum so it's visible.Statistics: Posted by Per Yngve Berg — Sat Mar 02, 2024 2:08 am
View ArticleGeneral Questions/New to Joomla! 4.x • Using SMTP Mail settings results in...
I have set SMTP mail settings for a connected M365 mailbox and have noticed that as soon as I set to SMTP and save the settings that I can no longer login to the system or save any settings without...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Using SMTP Mail settings results...
Try to reset the SMTP settings to "null". These variables with values, for example:Code: public $smtpauth = false;public $smtpuser = '';public $smtppass = '';public $smtphost = '';public $smtpsecure =...
View ArticleMigrating and Upgrading to Joomla! 4.x • Finished migration - Smart Search...
Hi guys, I've completely finished a full site migration and update of all plugins etc etc. The one issue I have is when trying to replace Search with Smart Search and indexing the site contents, it...
View ArticleMigrating and Upgrading to Joomla! 4.x • Re: Finished migration - Smart...
Call to undefined method Joomla\Component\Finder\Administrator\Indexer\Helper::getContentPath()The function Helper::getContentPath() is used in Joomla 3. It does not exist in Joomla 4. This means that...
View ArticleJoomla! 4.x Coding • Re: Download file header issue
From https://docs.joomla.org/J4.x:Joomla_4_T ... xport_Data:Code: $app->setHeader('Content-Type', 'text/csv; charset=utf-8', true);$app->setHeader('Content-disposition', 'attachment; filename="'...
View ArticleGeneral Questions/New to Joomla! 4.x • Re: Smart Search Links Going to Home...
Not sure I'm following you.The modules we have on the home page are set to "Only on the pages selected" which in this case is the home page. When we do a search and the article in the list is not on...
View ArticleAdministration Joomla! 4.x • Re: Obsolete PHP version is not reported
I have two htaccess-files one as htaccess.txt and one as .htaccess.Ashampoo_Snap_Samstag, 2. März 2024_20h09m25s_001_.pngStatistics: Posted by schohmik — Sat Mar 02, 2024 7:12 pm
View ArticleJoomla! 4.x Coding • Re: Custom Joomla 4 Authentication Plugin
I have now solved this by modifying the LDAP plugin. The difference is that the LDAP plugin registers itself as a provider. A tutorial for this would be ingenious.I'd be interested in how exactly! I'm...
View ArticleJoomla! 5.x Coding • Re: Author block on article page
hi,ok, will do. What about fields? Fields are also overwritten by the template?Right now, I see in my default.php (com_content/article):<div class="card-body"><?php echo...
View Article