Reputation: 1
I am new to Plone and I just installed version 4.3.5. Everything works fine except for viewing uploaded files (PDF, PNG, Word, Excel, etc). When I click on the file link to view it, I get the following error: This page does not seem to exist…
Does anyone know how to fix this error?
Upvotes: 0
Views: 419
Reputation: 2073
First check basic things...
Checkout the link which is hitting your file is correct or not.
If Link is correct then see your configuration that actually hitting your file class.
If Link is hitting your file then to check its correctly hitting your class debbug it.
just print anything under __call__() method of class.
Upvotes: 1
Reputation: 3293
Another option is to, in your buildout, pin the latest plone.app.blob:
plone.app.blob = 1.5.15
Upvotes: 0
Reputation: 5432
This is a known issue affecting file downloads in Plone 4.3.5. You can downgrade to Plone 4.3.4, or wait for Plone 4.3.6 to be released.
Upvotes: 5