I have been running through all the tutorial videos on your site but ran into a few issues where what seems to work in the vid does not work for me. Granted I am new to all this so highly likely to have made a mistake...however here is my issue (for whatever reason I cannot post this as a question against the actual lesson):
For some reason $Photo and $Brochure (these are created as part of the 'has_one' call in ArticlePage.php) are not acceptable calls when put in ArticlePage.ss. So when using the conditional statement to check if there is a brochure(pdf) attached to the article page it never evaluates to true.
Similar for the $Photo on articlepage.ss in that any call to $Photo never finds anything . However $Photo.CroppedImage(242, 156) does work when put in the ArticleHolder.ss
I noticed that using $BrochureID in a conditional statement work in ArticlePage.ss but not $Brochure or $Photo.
Tried using Code repository versions of ArticlePage.ss and ArticlePage.php in case I have made mistakes but still the same.
Any suggestions on what could be going wrong here?