Jump to content

ArticleManager Video Tutorial


siulm

Recommended Posts

I have downloaded then MVC ZEND zip file and copied the contents to my htdocs directory.

then in Safari, I entered http://localhost:8888/ArticleManager/index run the page; as the video shows. I got "Not Found" page error. I didn't the index.php file under the ArticleManager directory. But I did find one under the html directory. When I run that index.php I get a blank page.

 

I am new at Zend and perhaps I am doing something wrong.

Your help would be appreciated.

 

By the way, hello to everyone at Killersites.

siulm

Link to comment
Share on other sites

No worries. I figure it out.

It turns out that zip file does not contain a correct database definition.

Once I created the database it all appeared.

 

One weird thing though, I did not get to view the same page layout as it is shown in the video.

Perhaps it all will naturally evolve during the training.

 

I hope this helps others too.

Link to comment
Share on other sites

  • 10 months later...

Strange ... in my case I created the database and made a mistake in my username in the file " classes/DbInitialize.php " ! The result was a blank page !

 

I get absolutly no error, despite the line " $controller->throwExceptions(true); // should be turned on in development time " uncommented ...

 

I wonder why ?

Link to comment
Share on other sites

I get absolutly no error' date=' despite the line " $controller->throwExceptions(true); // should be turned on in development time " uncommented ...

 

I wonder why ?[/quote']

 

You may not have errors turned on in your php.ini file.

 

 

In fact I uncomment the right line but to enable the error tracking, throwExceptions() must get " false " according to : http://codeutopia.net/blog/2009/03/02/handling-errors-in-zend-framework/

 

So I see the errors now ;-)

 

Thank you for your quick answer !!

Edited by SnOoPy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...