Web Application Development has come a long way from being just simple static HTML pages to really powerful, data driven and interactive portals. It’s now more than just websites or portals. Since the advent of Internet, stand alone Desktop based…
500 Internal Server Error in CakePHP application
A common problem encountered in CakePHP applications is when they are moved to the root folder, they end up showing 500 Internal Server Error. We encountered the same. When started with the development, we had used a temporay folder under…
Increasing PHP Memory Limit and File Upload size in Wamp
Most of you must have encountered this while while importing a large database in PHP MyAdmin, or any other MySQL interface. There is server time out or maybe the file upload size is limited to say 2 MB or so.…