unmark
unmark copied to clipboard
Importing HTML / Unmark export redirects to a white page
Not sure what's going on, nothing in the Apache2 error logs. "post_upload_max" is 8M, and the files are well under 1MB.
When I try to import the bookmarks, I am given a white page. No console errors either. Any ideas?
No other issues of note. Everything else is good. Only config change I made was disabling registrations and MySQL errors.
What I tried:
- Re-enabled database debugging and still just a blank page
- Manually set "upload_max_filesize" to 8M, still no luck
Actually getting blank pages when trying to add new marks as well.
I am able to remove marks, obviously was able to register and set up / install to database. No idea whats up.
@GraysonCAdams What version is this on?
@GraysonCAdams What version is this on?
This issue was present for me on 1.9.2, 2020.2, and even your current PR.
This leads me to believe it’s a web server issue.
However it’s a standard Apache2 server and mod rewrite is on.
The logs folder for the application is completely empty even though the logging is set to ALL. And there are no errors in the Apache error.log.
I tried on Chrome, Safari, Firefox, and mobile and even on cellular data vs. my WiFi
Were you ever able to sort this out? I have never been able to replicate it.
@GraysonAdams @GraysonCAdams Were you able to fix this issue?