Giter Site home page Giter Site logo

Comments (14)

chrisbra avatar chrisbra commented on May 25, 2024

It works, if I let the server import it from a local directory. Could that be a file too large problem?

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

why was this closed?

from lychee-v3.

ildyria avatar ildyria commented on May 25, 2024

Sorry, as you did not bugged us or give any news over the last 4 months, I assumed the issue was fixed.

Looking at your issue, this is likely to be a problem of configuration on your side and we cannot reproduce such error.

Additionally, We are moving to the v4 very soonโ„ข which is currently in its released state (but non official) here: https://github.com/LycheeOrg/Lychee-laravel (I highly encourage you to try it).

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

No, I did not know what more information I could give you. I will try v4 once it is released.

from lychee-v3.

ildyria avatar ildyria commented on May 25, 2024

I will try v4 once it is released.

I have been using it since... September 2018 ! ๐Ÿ˜…

Joke aside, we are finalizing it. I finished the doc this morning. Just waiting for @d7415 to figure out the 2 PR and we should be good for release.

The only questions is the renaming of the repositories:

  • Lychee โ‡’ Lychee-Classic-v3 or Lychee-v3
  • Lychee-Laravel โ‡’ Lychee or Lychee-v4

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

I see, then if I find some spare time, I will check it out. I suppose the data can be automatically migrated to the new version then?

from lychee-v3.

ildyria avatar ildyria commented on May 25, 2024

https://github.com/LycheeOrg/Lychee-Laravel/wiki/FAQ#how-do-i-upgrade-from-lychee-v3-to-lychee-v4
๐Ÿ˜ƒ

We need to double check it before doing the last jump but in theory it should be fine:
LycheeOrg/Lychee#469 (comment)

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

thanks for the pointer. will try it out and report problems ;)

from lychee-v3.

ildyria avatar ildyria commented on May 25, 2024

2020-04-17_1920x1080_22:16:57
Well.. it is broken with the last commit. Going to fix that ASAP. :)

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

I tried, but cannot upgrade, as the new lychee requires php 7.3 and my server only has 7.2.24 (Ubuntu 18.04.4 LTS). Bummer

from lychee-v3.

ildyria avatar ildyria commented on May 25, 2024

If you use the release channel you will ignore the php requirement check, sure you will have an Error telling you to upgrade your php version in your Diagnostic page but you should still be fine.

Laravel 7 (framework on which Lychee v4 is based) requires only 7.2.5, So you should be able to make it work.

You can also do the composer step by forcing it:

composer install --no-dev --ignore-platform-reqs

https://stackoverflow.com/questions/26165101/skip-composer-php-requirement

But then you need to make sure you have the extension required (gd, xml, zip, json, tokenizer, session, mbstring, ...).

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

from lychee-v3.

ildyria avatar ildyria commented on May 25, 2024

Thanks. I assume with release channel you mean the Master branch from https://github.com/LycheeOrg/Lychee?

I meant here: https://github.com/LycheeOrg/Lychee/releases

You can also locally clone the repo and do a make dist. This will generate an archive which would be the same as the one downloaded (but more up to date as you don't have to wait for us to do the release).

Is there a way to check, if all php extensions are installed? Thanks for coming back.

We have some checks implemented in the Diagnostic page (if you can access it): https://github.com/LycheeOrg/Lychee/blob/master/app/Http/Controllers/DiagnosticsController.php#L130

I'm considering adding some sort of mechanism which allows the user to access Diagnostics without having to log in as admin (if e.g. the gallery does not display you cannot log in).

from lychee-v3.

chrisbra avatar chrisbra commented on May 25, 2024

Thanks! finally it worked. Had an issue with https://github.com/LycheeOrg/Lychee/wiki/I-have-an-Error-404-when-I-open--gallery,-what-can-I-do%3F
so perhaps mention that at the upgrade procedure.

Also I am a bit confused about the splash page. It looks nice, but it took me a bit until I found how to customize it.

from lychee-v3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.