Added: 2 years ago
From: integral30
Views: 31,538
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (16)

Sign In or Sign Up now to post a comment!
  • I like your accent. :D

  • great job :)

  • solved .... wrote param instead of params

  • Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

  • i have a problem after adding the database adapter

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

  • @SAWJANSEE in your application.ini, add semicolens (;) to the first lines like this: ;phpSettings.display_startup_e­rrors = 0

    ;phpSettings.display_errors = 0

  • simples

  • LOL, had the same error:

    Fatal error: Class 'Model_Books' not found in C:\xampp\htdocs\zfTutorial\app­lication\controllers\BooksCont­roller.php on line 38 finally found the problem: APPLICATION_PATH is a constant, not a string. I was putting it in quotes ('basePath' => "APPLICATION_PATH" ). It is supposed to be without quotes:

    'basePath' => APPLICATION_PATH

  • tho i still the the same error msg.

    Fatal error: Class 'Model_Books' not found in C:\xampp\htdocs\zfTutorial\app­lication\controllers\BooksCont­roller.php on line 38

    does any one notices any error? ive done the tutorial 3 times and this always happens.

    keep on the good work

  • this is the content of my models/Books.php.

    <?php

    class Model_Books extends Zend_Db_Table_Abstract{ protected $_name = 'books';

    }

    and this is my listAction on Books controller. public function listAction() { $booksTBl = new Model_Books(); }

  • Hi there great tutorial....

    im getting a diferent result after 7:43.

    this is the content os my bootstrap class. protected function __initAutoLoad(){ $modelLoader = new Zend_Application_Module_Autolo­ader(array( 'namespace'=>'',  'basePath'=> APPLICATION_PATH)); return $modelLoader; }

  • What happened to the HD? :*(

  • Comment removed

  • Great tutorial!

  • Great iniciative...

    =]

    Waiting for others...

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more