Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hledger-web : base url change with several links #235

Closed
julpec opened this issue Feb 9, 2015 · 3 comments
Closed

hledger-web : base url change with several links #235

julpec opened this issue Feb 9, 2015 · 3 comments
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. web The hledger-web tool.
Milestone

Comments

@julpec
Copy link

julpec commented Feb 9, 2015

Hello

I have install a hledger-web instance and I start it with this command

hledger-web --server --port=5001 --base-url=https://my.domain.org/hledger -f compta/compta.journal

The last parameter of my url (/hledger) is not maintained with several links in the web interface, for example when I click on the date of a transaction (so I get this type of link : https://my.domain.org/journal#2014-10-07 and a great 404 error)

There is no problems with the sidebar. All the bad links are in the main panel.

Thanks

@simonmichael simonmichael added the web The hledger-web tool. label Feb 9, 2015
@simonmichael simonmichael added the A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. label May 19, 2015
@simonmichael simonmichael changed the title Hledger-web : base url change with several links hledger-web : base url change with several links May 19, 2015
@simonmichael simonmichael modified the milestones: 1.0, 0.27 Sep 2, 2015
@simonmichael
Copy link
Owner

Fixed I believe.. better late than never! julpec could you confirm ?

@julpec
Copy link
Author

julpec commented Sep 29, 2015

Hello

I tried to upgrade but I don't know how to do this (so, I can not see if it's working).

Here is my output :

hledger@pacini:~/.cabal$ cabal update
Downloading the latest package list from hackage.haskell.org
hledger@pacini:~/.cabal$ cabal install hledger hledger-web
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: hledger-0.26 (user goal)
trying: hledger-0.26:-old-locale
next goal: time (dependency of hledger-0.26:-old-locale)
rejecting: time-1.4/installed-96b... (conflict: hledger-0.26:old-locale =>
time>=1.5)
trying: time-1.5.0.1
trying: shakespeare-text-1.1.0/installed-073... (dependency of hledger-0.26)
next goal: shakespeare (dependency of hledger-0.26)
rejecting: shakespeare-2.0.4/installed-d58... (conflict: time==1.5.0.1,
shakespeare => time==1.4/installed-96b...)
rejecting: shakespeare-2.0.6, 2.0.5, 2.0.4.1, 2.0.4, 2.0.3, 2.0.2.2, 2.0.2.1,
2.0.2, 2.0.1.2, 2.0.1.1, 2.0.1, 2.0.0.3, 2.0.0.1, 2.0.0, 1.2.1.1, 1.2.1,
1.2.0.4, 1.2.0.3, 1.2.0.2, 1.2.0.1, 1.2.0, 1.0.5.1, 1.0.5, 1.0.4, 1.0.3.1,
1.0.3, 1.0.2, 1.0.1.4, 1.0.1.3, 1.0.1.2, 1.0.1.1, 1.0.1, 1.0.0.2, 1.0.0.1,
1.0.0, 0.11, 0.10.3.1, 0.10.3, 0.10.2, 0.10.1.1, 0.10.1, 0.10.0 (conflict:
shakespeare-text => shakespeare==2.0.4/installed-d58...)

Can you help me ?

Thanks

@simonmichael
Copy link
Owner

Quite possibly your installed packages are making it hard for cabal to figure out the install plan. Try nuking them, or creating a new cabal sandbox, or using stack install (recommended) - see the download page for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. web The hledger-web tool.
Projects
None yet
Development

No branches or pull requests

2 participants