0

I get this error after finishing the Zend Installation.

Server error!

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

If you think this is a server error, please contact the webmaster.

2 Answers2

1

Look in your Apache error_log file for a more specific error. I would guess you haven't updated include_path so your PHP scripts aren't finding the Zend Framework classes.

Remember that the PHP CLI often uses a different php.ini file from Apache's PHP, and also you need to restart Apache to enable changes to its php.ini.

Bill Karwin
  • 206
  • 1
  • 7
0

I would also add to double-check any .htaccess file that may be in ./public/

Alister Bulman
  • 1,624
  • 13
  • 13