Hi,
I have had several issues with the members app, but sorted most by removing the app and database entries and starting again.
The only issue I have is when I click on the link to download a file added in the back office the file is not being downloaded and I just get a black page.
I had an issue with the memcached php library but my hosting provider sorted this.
Files appear on this page and when you hover over the link it shows the following. http://www.iksac.co.uk/members…ad.php?file=/filename.pdf
If I put in a qualified link to the file directly the file will download.
The download.php is un-altered from the sample code given.
The debug message from the main page load
- Debug Message
- [1] SELECT * FROM perch2_members_sessions WHERE sessionID='06fb45b6d4c1bbf4256312a9bf96ccd66315775c' AND sessionHttpFootprint='e2b242c30985c372980cd20d8433a9fe0e06797d' AND sessionExpires>'2019-02-04 16:57:50' LIMIT 1
- User is logged in
- [1] SELECT * FROM perch2_pages WHERE pagePath='/members/index.php' LIMIT 1
- Using template: /templates/pages/attributes/facebook.html
- Using template: /templates/pages/attributes/seo.html
Output from the page that displays after clicking the download link
- Debug Message
- [1] SELECT * FROM perch2_members_sessions WHERE sessionID='06fb45b6d4c1bbf4256312a9bf96ccd66315775c' AND sessionHttpFootprint='e2b242c30985c372980cd20d8433a9fe0e06797d' AND sessionExpires>'2019-02-04 17:17:38' LIMIT 1
- User is logged in
- [1] SELECT * FROM perch2_pages WHERE pagePath='/members/download.php' LIMIT 1
I am sure that this is something simple that I have missed any help will be appreciated.