MAMP localhost 500 error
-
I’m getting
The other three local sites I have are working fine, however, so I think there’s an issue with the site itself and not the server. But I’m not sure what it is.
I went to the wp-config. file and turned on debug mode for the site I’m having issues accessing and I see the following error messages:
Strict Standards: Declaration of c2c_CustomPostLimits::options_page_description() should be compatible with C2C_Plugin_034::options_page_description($localized_heading_text = ”) in /Users/labedzde/Documents/Sites/designsponge/wp-content/plugins/custom-post-limits/custom-post-limits.php on line 49
Warning: require_once(/Users/labedzde/Documents/Sites/designsponge/wp-includes/widgets/class-wp-widget-search.php): failed to open stream: No such file or directory in /Users/labedzde/Documents/Sites/designsponge/wp-includes/default-widgets.php on line 17
Fatal error: require_once(): Failed opening required ‘/Users/labedzde/Documents/Sites/designsponge/wp-includes/widgets/class-wp-widget-search.php’ (include_path=’.:/Applications/MAMP/bin/php/php5.5.14/lib/php’) in /Users/labedzde/Documents/Sites/designsponge/wp-includes/default-widgets.php on line 17
I have no idea what these mean. The local site was working just fine until I connected it to bitbucket and began version control. I tried setting up version control using SourceTree, but the codebase is so large, I think it began timing out, so I just set it up through command line instead.
I wonder if I accidentally did something during that process to mess things up?
Any advice would be much appreciated!
- The topic ‘MAMP localhost 500 error’ is closed to new replies.