Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier)
GET - HTTP://localhost/index.php


It works fine in Chrome. I have commented out all <editable> regions and it still happens.
I narrowed it down. I removed everything from the database and it started working again. I then used my image field and it broke.

Code: Select all
<span class="photo"><img src="<cms:editable name='ceo_picture' label='CEO - Picture' type='image' order='1' group='leadership' />" /></span>


As soon as I set that it breaks in IE and FF.
Update: it's not the image. As soon as I edit ANYTHING in the Couch interface, Firefox and Edge both start displaying "Page not found".
I have confirmed this behavior by deleting everything from the database, loading the page in Chrome, FF and IE. All work fine. Then I simply appended "test" to one of the text fields. Refresh Chrome and it works. Refresh IE and FF and it says page not found.
I don't think this behavior has anything to do directly with Couch.
Most probably your local WAMP/MAMP stack is acting weird - not an uncommon thing sadly.

I suggest you keep developing the site on whatever browser works for you (or, alternatively, switch to a different stack).
I am sure once you move your site to a proper hosted server you won't encounter this problem.
Sounds reasonable. I'm using Turnkey LAMP. I'll let you know.
6 posts Page 1 of 1