Breadcrumbs only showing “Home” for Joomla article
Joomla breadcrumbs only dislplaying “Home” for an article. JoomSEF was installed causing the issue. Solved.
I was born a nerd! As a child I was fond of fiddling with all kind of thechnical stuff, discovering how things work and often fixing them. As a 6 year old I fixed my grandmothers 220 volts wiring.
The interest in technical stuff grown even bigger in the teenage years where I got my amateur radio license and developed a keen interest in computers.
Today I am proud to be a nerd. It is a part of my profession.
To all of you nerds and geeks out there - remember that nerd is the new sexy! :)
Joomla breadcrumbs only dislplaying “Home” for an article. JoomSEF was installed causing the issue. Solved.
WordPress just showing a white page means it is experienceing PHP errors. When it occurs after a site has been moved from one hosting to another it can be caused by several reasons. To make it possible to track down the cause you can temporarily add the following to the .htaccess file in the root. […]
In Windows 10 the user is asked to set a PIN-code for login instead of password. At login, the user can manually switch to password login each time. To completely disable PIN-code login, which also will disable fingerprint and face recognition login, do as follows: Click on the Windows logo at the bottom left Click […]
Call Book Log 3 is a log book program for radio amateurs, hosted on a web server, based on PHP 7 and MySQL/mariaDB. The database for the software is named ‘hamcallbook‘ by default but if you are going to host it on a server where you can’t choose the name of the database, like a […]
I’ve been troubled by the annoying disconnection of the IPsec VPN tunnel on a pfsense firewall. The tunnel disconnects after about 8 hours. The solution in my case was to enable “Disable rekey” which “Disables renegotiation when a connection is about to expire.“. The setting is found under Phase 1 advanced settings.
Check that both tables have the same engine type, so there isn’t a mix of for example MyISAM and InnoDB.
When it is not possible to delete a file using rm even when logged in as root or by using sudo, check the file attributes with: lsattr filename.ext If it has the “i” attribute, this is preventing the file from being deleted, even by super users. When you have verified the reason for this and […]
There can be several reasons for Let’s Encrypt certificates not being issued for sites. These are some things to check: When creating a new website, save it first, then open it again and check Let’s encrypt and then save it (i.e. don’t check the Let’s Encrypt unless the website has been saved at least once […]
By default, the logged in client’s IP-address and hostname are not present in the outgoing email headers which makes it hard to trace the origin in case of abuse. To make roundcube add this to the email headers of outgoing email, put this in the roundcube configuration file: // put user’s ip and host name […]
If awstats or webalizer is not containing any data and the client web logs are empty, the cause might be missing mounts of the log directories in /etc/fstab. Search /etc/fstab for the client domain name. If no log mount is found, add a line for the client web site manually in this form: /var/log/ispconfig/httpd/DOMAIN.COM /var/www/clients/clientNNN/webNNN/log […]