If your installation of MAMP does not show php errors, you may need to change a setting in your php.ini file. You can find this file in MAMP > conf > php5 > php.ini
Look for “display_errors = Off” and change to “display_errors = On”
After that you should restart your apache and mysql servers.
Related posts:
- Freelance Web Design: Drupal Development, WordPress, SEO, jQuery, CSS: 09-23-10 – 09-27-10
- Philadelphia Web Designer Bookmarks, WordPress and Drupal Development 12-19-11 – 01-1-12
- Philadelphia Web Design, WordPress and Drupal CMS Development 08-29-11 – 08-31-11
This entry was posted
on Saturday, June 6th, 2009 at 4:55 pm and is filed under Apple, Web Development.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
September 10th, 2010 at 3:10 pm
Thanks!