WordPress – Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted

Trying to access your wordpress administrator dashboard but receiving this error? Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted If you’re just on a shared hosting services, you probably don’t have an access to your php.ini. If so, do it this way through your .htaccess add this line to your htaccess: php_value memory_limit 512M That’s[…]

Unable to generate SSL certificate via XAMPP

Unable to generate SSL certificate via XAMPP Do you get error when generating SSL cert using XAMPP? Here’s some little tips to overcome this error: Navigate to /your_xampp/apache/ folder Edit makecert.bat using your favorite editor. Make a little change just copy the same as mine (tested and working): set OPENSSL_CONF=./conf/openssl.cnf