Category: Other
-
ListView Pop-Up Context Menu broken in Android 7 (API 24)
Issue ListView context menu pop-up doesn’t work properly in Android 7.0 and 7.1 Nougat (API 24 and API 25). Instead of the full menu appearing in the middle of the screen, it now appears collapsed to a single item and either at the very top or at the very bottom of the screen. Here is…
-
Joomla Smart Search Indexer error: Indexer Running undefined null
Issue Trying to manually run Joomla Smart Search Indexer immediately fails with following error: Indexer Runningundefinednull
-
XCloner backup log emails rejected. Sender: nobody@noreply.com
XCloner Joomla and WordPress backup notification emails are not beng delivered. Postfix Mail logs (/var/log/maillog) shows that email was bounced by Google because of sender’s domain noreply.com Feb 20 21:41:50 localhost postfix/smtp[48976]: DCE8DE03ED13: to=<recipient@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.71.26]:25, delay=0.51, delays=0.03/0.01/0.2/0.28, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[74.125.71.26] said: 550-5.7.1 Unauthenticated email from noreply.com is not accepted due to domain’s 550-5.7.1 DMARC policy.…
-
The number of method references in a .dex file cannot exceed 64k
Gradle build fails with error “The number of method references in a .dex file cannot exceed 64k “ As the error suggests you cannot have more than 64k methods in one classes.dex file. One way around this is to use enable MultiDex in your build.gradle multiDexEnabled true
-
apache_request_headers() – Call to undefined function apache_request_headers()
Issue After moving PHP application to 1&1 CentOS 7 VPS server PHP function apache_request_headers() stopped working. With PHP display_errors set to On, following error is displayed: Call to undefined function apache_request_headers() With display_errors set to Off, it simply throws: 500 Internal Server Error
-
java.lang.OutOfMemoryError: GC overhead limit exceeded
After upgrading Google Play services library from 9.4.0 to 10.2.0 Gradle build fails with following error: Information: Gradle tasks [:app:assembleDebug]Error: UNEXPECTED TOP-LEVEL ERROR:Error: java.lang.OutOfMemoryError: GC overhead limit exceededError: Execution failed for task ‘:app:transformClassesWithDexForDebug’.> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationExceptionInformation:BUILD FAILED
-
Change default web site in Plesk
Default web site will launch when Apache cannot match the domain name user requested with one of the hosted domains. To change the default web site in Plesk: Tools and Settings > IP Addresses Click on your IP Address Select a site from the Default site list that you want to be your default If you…
-
WordPress XCloner backup creates 2kb .tar backup file
Issue XCloner Backup processes WordPress site backup without any errors but produces only a tiny 2KB .tar archive with a single file inside (administrator\backups\index.html). The strange thing is that XCloner backup log shows that thousands of files were detected and processed.
-
WordPress Admin – Sorry, you are not allowed to access this page
Issue After moving a WordPress blog to a new server admin user can no longer access admin control panel. The same user can login to the website front-end with no issues, but as soon as he tries to access wp-admin page the following error is displayed: Sorry, you are not allowed to access this page.
-
Comparing Cisco WDS Bridge and WorkGroup Bridge modes
I recently had a small job to configure few Cisco WAP121 wireless access points for a client to be used as Wi-Fi extenders. On WAP121 this can be done in two ways – “WDS Bridge” and “WorkGroup Bridge“. WorkGroup Bridge is more or less standard Wi-Fi Repeating mode that is widely available on many routers and access…
-
WorkGroup Bridge (Wi-Fi Repeater) mode doesn’t work on Cisco WAP121
Issue Cisco WAP121 Wi-Fi access points do not work properly as wireless repeaters (extending signal from a Hitron cable modem/router). WAP121 actually establishes connection to the main router and can be used as a bridge for wired clients. However, as soon as you try to enable Access Point Interface, connection to the main router drops… Cisco…
-
Customise Gantry based template’s CSS
To customise Gantry based Joomla template’s CSS (Cascading Style Sheets): Go to templates/template_name/css folder and create a file with name template_name-custom.css Place your CSS customisation in this file Refresh the webpage, if necessary clear browser’s cache For example, let’s say we want to change article text colour to green in Joomla’s rt_afterburner2 template: Go to templates/rt_afterburner2/css folder and…