GithubHelp home page GithubHelp logo

Comments (11)

saleh-old avatar saleh-old commented on May 22, 2024

Hi there

Have you set the values for the CDN server (FTP) in the .env file?

from voten.

ixtim avatar ixtim commented on May 22, 2024

Hi @sullyfischer is there any other way to connect it? I'am unable to connect it via AWS S3 bucket.

from voten.

saleh-old avatar saleh-old commented on May 22, 2024

Hi @MustafaBozkurt, I haven't tried S3 before, but I'm guessing it should work just fine. Take a look at config/filesystems.php and change the driver to s3 and then enter your values. Please let me know how it goes.

from voten.

ixtim avatar ixtim commented on May 22, 2024

Hi @sullyfischer I have edited the filesystems.php file with my S3(aws s3 full access) details and still no results. Searched almost all the web for it and so far I haven't been able to find any solution.. it just says 'Please position and size your photo' hopefully will someone find the solution and share it over here don't wanna miss this awesome app. Thank you

from voten.

saleh-old avatar saleh-old commented on May 22, 2024

@MustafaBozkurt could you send me your AWS info so I can test it myself?

from voten.

ixtim avatar ixtim commented on May 22, 2024

HI @sullyfischer just sent it via E-mail

from voten.

saleh-old avatar saleh-old commented on May 22, 2024

@MustafaBozkurt just got your email. I will look into it as notify you the results. Thanks for the trust

from voten.

saleh-old avatar saleh-old commented on May 22, 2024

@bildirio I got it working by:
installing S3 Driver:

composer require league/flysystem-aws-s3-v3

and then there was another exception saying:

fstat() expects parameter 1 to be resource, object given

Whereever that's thrown you need to make this kind of change to the affected line. For example in PhotoTools.php, change:

Storage::put($folder.'/'.$filename, $image);

to:

Storage::put($folder.'/'.$filename, $image->__toString());

from voten.

saleh-old avatar saleh-old commented on May 22, 2024

I closed the issue but feel free to continue

from voten.

ixtim avatar ixtim commented on May 22, 2024

Interesting. I have already tried these like 1.5 week ago but no results. After your comment tried again and same results unfortunately. BTW thank you very much for your time Sully.

from voten.

saleh-old avatar saleh-old commented on May 22, 2024

@bildirio you mean it's still not working for you?
If not, please comment those try codes to see the thrown exceptions so we can track em further.

from voten.

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.