What to do if you aren’t on Linux and touch command doesnt work? 😉
On windows to create new empty file you can use this command:
Browsing category Solutions
What to do, if you see No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK error in eclipse? http://stackoverflow.com/questions/19655184/no-compiler-is-provided-in-this-environment-perhaps-you-are-running-on-a-jre-ra
First solution: Modify php.ini file and set as below: max_execution_time = 360 ; # Maximum execution time of each script, in seconds //360 seconds = 6 minutes Second solution: Add code line at the end of wp-config.php ini_set(’max_execution_time’, 360);
CURL is not enabled by default in WAMP. Every php programmer have to use CURL to make remote connection. The steps are as follows : 1) Close WAMP (if running) 2) Navigate to WAMP\bin\php\(your version of php)\ 3) edit php.ini 4) Search for curl, uncomment extension=php_curl.dll 5) Navigate to WAMP\bin\Apache\(your version of apache)\bin\ 6) edit
After run composer by command php composer.phar install I got in a console an error ” You must enable the openssl extension to download files via https„. Problem: ssl_module in my fresh WampServer installation was disabled. Solution: Find line ;extension=php_openssl.dll in wamp/bin/php/php#.#.##/php.ini and uncomment it, by removing „;”.
For default, IDE has auto saving enabled. To disable that, complete 4 steps below. 1. Settings -> General -> [Startup/Shutdown] :: Confirm application exit (checked) 2. Settings -> General -> [Synchronization] :: Save file on frame deactivation (unchecked) 3. Settings -> General -> [Synchronization] :: Save files automatically … (unchecked) 4. Settings -> Editor ->