OK - so you live and learn . . . multiple '/' characters in a path are fine - the extra ones are just ignored, so I have replaced all my leading slashes.
But why then are my files not found? It appears to be the '../priv/' at the front of the path is taking me one level too high. It is the priv directory which is not being found. I created a link in the directory ABOVE my application directory, called it priv and pointed it to the priv directory within the application and all was well. SOOOooooo - looks like the '../priv/' added to the beginning of the path should have been './priv/'. BUT - why am I the only one having this issue? It seems pretty fundamental. Clearly I have something else set up incorrectly. Any ideas, anyone? g On 1 July 2014 21:28, Graeme Defty <[email protected]> wrote: > Well maybe just 1 more error . . . > > previously my links such as "/static/blah/blah" would access static files > <<app>>/prov/static/blah/blah" > > Now I get errors accessing file <<app>/priv//static/blah/blah" (note the > double "/") > > However, if I take off the leading "/" from the link, I get reports of > "unknown action 'static'" on whatever controller I happen to be on. > > Any suggestions? > > g > > > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/CAKF5fiB0086_jmnCj3bz4wqs7mWJmWj4dROHUjAgT%2B9OFUopdQ%40mail.gmail.com > <https://groups.google.com/d/msgid/chicagoboss/CAKF5fiB0086_jmnCj3bz4wqs7mWJmWj4dROHUjAgT%2B9OFUopdQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAKF5fiCwqwmM6_Rh4TqT-8Y%2BHdHjmF_xO9u%2BshTBdsdic-YyNA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
