ZF-9934: Image Missing On Layout Quickstart Page
Description
The image for the example at the bottom of the page doesn't show. Part of the problem seems to be that there are no close-quotes on either the href of the link or the src of the image. Further, it doesn't look like the image actually exists.
Comments
Posted by Daniel Getelman (dget) on 2010-06-17T21:39:05.000+0000
On further inspection, no images show up in the html manual.
Example source, this time from controller basics:
Example output on online manual:
Example output from making documentation manually:
It appears something's wrong with whatever is making the docs for the website.
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-05T13:40:36.000+0000
@Daniel Not loaded the image in the page Zend_Layout_Quickstart?
Could verify again think that this issue already was resolved in ZF-9614.
Greetings, Ramon Henrique
Posted by Daniel Getelman (dget) on 2010-07-05T14:00:06.000+0000
Hi Ramon,
I suspect there might be a deeper issue somewhere in the generation. The image does show up now, but didn't when I made the issue or the comment, despite seemingly having been resolved in ZF-9614. It does show up now, but seems to resurface occasionally.
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-05T14:22:41.000+0000
@Daniel Sorry only now I saw your comment in ZF-9614. And I agree that the problem of the ZF-9614 returned.
But believe that not is problem of the manual see http://www.mikaelkael.fr/doczf/1.10/en/, and yes site of the framework
Code Html site Zend_Db
Problem with address href how you reported. address correct of the image is http://framework.zend.com/images/manual/….
Greetings, Ramon Henrique
Posted by Ramon Henrique Ornelas (ramon) on 2010-07-05T14:26:18.000+0000
Hi Daniel
Too believe that is in the generation.
Posted by Matthew Weier O'Phinney (matthew) on 2010-07-06T03:45:25.000+0000
Actually, the problem was not in the generation of the page, but in the deployment. We have it fixed now.