bigmike7801
bigmike7801
When I try to upload a file larger than 2MB in PHPMyAdmin. I get the error: **413 Request Entity Too Large**. I have upped the **`upload_max_filesize`** and the **`post_max_size`** to...
When I access the box via ssh by running `vagrant ssh` then traverse to `/vagrant/www/app` and try to run something such as `./Console/cake` from the command line I get **Permission...
Let's say for example I create a new instance of Zipcode and then loop through those results by doing: $zip = new Zipcode("98674"); foreach ($zip->getZipsInRange(0, 15) as $k => $v)...