General

PHP error log - operator not supported

[] operator not supported for strings – PHP

I had a problem with Revolution Slider on a WordPress installation when upgrading to PHP 7.2+. It would generate the error – PHP Fatal error: [] operator not supported for strings in C:[path]\wp-content\plugins\revslider\includes\framework\base-admin.class.php:71 The problem was from the plugin attempting to use the short array push syntax on a string: The solution was to modify […]

[] operator not supported for strings – PHP Read More »

Display TIFF files on the web

Display Tiff Files on the Web [Updated for 2024]

Do you want to display TIFF files on the web?  You can learn how here. TIFF files are not made for the web and are not well suited for the web. They used to work in many browsers but as of this writing, support is waning:  http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support. TIFF files are very large and contain layer

Display Tiff Files on the Web [Updated for 2024] Read More »

Thai Green Curry Paste

1 stalk lemongrass, minced OR 3 Tbsp. prepared frozen or bottled lemongrass (available at Asian stores) 1-3 green chilies, sliced (Thai green chilies OR jalapeno) 1 shallot, sliced, OR 4 Tbsp. minced purple onion 4-5 cloves garlic 1 thumb-size piece of galangal OR ginger, thinly sliced 1/2 cup chopped fresh coriander/cilantro leaves & stems 1/2

Thai Green Curry Paste Read More »

Invalid Request OpenSSL Error: Adding a new site to MainWP on Windows

I have been setting up MainWP on Windows and I ran into an issue when trying to add my first site. MainWP’s dashboard gave me an error, “Invalid Request” – not very descriptive. When I looked in my PHP error log I found: “[10-Dec-2016 14:20:34 UTC] PHP Warning: openssl_pkey_get_details() expects parameter 1 to be resource,

Invalid Request OpenSSL Error: Adding a new site to MainWP on Windows Read More »