Skip to content
Advertisement

Tag: easyphp

OpenSSL not working on Windows, errors 0x02001003 0x2006D080 0x0E064002

Problem: OpenSSL is not working in my Windows environment. OpenSSL repeatedly reports errors 0x02001003, 0x2006D080 and 0x0E064002. Environment: What I’ve Attempted: Installation Instructions http://www.php.net/manual/en/openssl.installation.php PHP.ini extension=php_openssl.dll Openssl.cnf E:wampphpextrasopenssl.cnf %PATH% E:wampphp Rebooted phpinfo: —-OpenSSL support enabled —-OpenSSL Library Version OpenSSL 1.0.1e 11 Feb 2013 —-OpenSSL Header Version OpenSSL 0.9.8y 5 Feb 2013 With and without specifying config in configargs With and

Why can’t CakePHP bake connect to MySQL running under EasyPHP on Windows Vista Ultimate?

I have CakePHP (cake_1.2.2.8120) and EasyPHP (3.0) installed on Windows Vista Ultimate. I followed the “baking” tutorials online and successfully set the database connection with the “cake bake” command from the CLI. I baked the controller for my “Users” table using the “php cake.php bake controller Users” command – worked fine. However, when I tried baking the view similarly, I

Advertisement