priestc / flightloggin2

Online Pilot Logbook
http://flightlogg.in
Other
20 stars 14 forks source link

Export to PDF fails due to target URL error #4

Closed bovine closed 11 years ago

bovine commented 11 years ago

When selecting the export to PDF function, the browser is directed to http://print/username.pdf which is an invalid URL since it omits the correct server name.

This problem is apparently also reported by other users in the forum. https://groups.google.com/forum/#!topic/flightloggin/NWDy0PzjpKU

bovine commented 11 years ago

Is it possible the above is the only change needed? I'm not able to actually install or test the code change.

priestc commented 11 years ago

I'm pretty sure this is the only fixed required to close this one. make a pull request and I'll merge it. btw to run the project locally, you need to install and run postgres with postgis installed.