Results 1 to 2 of 2

Thread: Zend newbie

  1. #1
    bimel is offline Junior Member
    Join Date
    Jul 2007
    Posts
    5

    Default Zend newbie

    Hi,

    I am a novice in Zend. I downloaded the framework and have started trying to use it. According to some tutorials that i use as reference I am trying to build an e-album. However, when i tried running the program(i.e. clicking on the url : localhost/zf-tutorial/)
    I got an error that read :

    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.
    Error 500
    localhost
    07/12/07 10:53:28
    Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.1

    My question is what is the error that prompts this? I went through the program and have not recognized any errors. Please do help.Thanks

  2. #2
    matias.quaglia is offline Junior Member
    Join Date
    Aug 2007
    Posts
    18

    Default

    Sounds like a apache module error.
    Check if Apache conf is loading the Rewriting Module.

    in Apache/conf/httpd.conf you must have uncommented this line:

    LoadModule rewrite_module modules/mod_rewrite.so

    (in mine case about line 196)

    Some questions to help you better,

    - operative system you use.
    - apache version.
    - PHP Version, and running mode (as CGI or module)

    Cheers

Similar Threads

  1. Zend Newbie /controller/action/value
    By Suven in forum Model-View-Controller (MVC)
    Replies: 7
    Last Post: 02-24-2010, 06:04 PM
  2. I'm newbie, who can help me, please!
    By longersoft in forum General Q&A on Zend Framework
    Replies: 2
    Last Post: 08-11-2009, 02:45 AM
  3. Newbie Please help
    By schumacher in forum Installation & Configuration
    Replies: 1
    Last Post: 06-25-2009, 06:10 AM
  4. Newbie in Zend and having a problem...
    By all_spark88 in forum General Q&A on Zend Framework
    Replies: 2
    Last Post: 05-07-2009, 09:36 AM
  5. Newbie .. Zend Lucene for PDF search
    By peoplesoft in forum Mail, Formats & Search
    Replies: 0
    Last Post: 10-22-2007, 07:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •