Giter Club home page Giter Club logo

Comments (13)

jsor avatar jsor commented on May 17, 2024 1

If you're using a custom autoloader, make sure you include the functions.php.

from promise.

jsor avatar jsor commented on May 17, 2024

Could you provide a little bit more context? Maybe the full stacktrace or at least the file and line where the error happens. And ideally a reproducible test case with composer.json etc.

from promise.

jsor avatar jsor commented on May 17, 2024

I'm closing this for now, feel free to reopen if you still have questions.

from promise.

sebbZA avatar sebbZA commented on May 17, 2024

Thanks
On 10 Apr 2015 9:30 AM, "Jan Sorgalla" [email protected] wrote:

I'm closing this for now, feel free to reopen if you still have questions.


Reply to this email directly or view it on GitHub
#27 (comment).

from promise.

ankitapage avatar ankitapage commented on May 17, 2024

Hi,
I got the same error "Call to undefined function React\Promise\resolve()" and its in file "FatalErrorException in Promise.php line 128".
Can you please tell me what is causing this error.

Thanks.

from promise.

sebbZA avatar sebbZA commented on May 17, 2024

Hi,

Make sure your composer autoload class is loading this library correctly.
On 29 May 2015 11:27 AM, "ankitapage" [email protected] wrote:

Hi,
I got the same error "Call to undefined function React\Promise\resolve()"
and its in file "FatalErrorException in Promise.php line 128".
Can you please tell me what is causing this error.

Thanks.


Reply to this email directly or view it on GitHub
#27 (comment).

from promise.

ankitapage avatar ankitapage commented on May 17, 2024

@domagala Thanks, got its resolved.
@jsor Thanks to u 2.

from promise.

danielecr avatar danielecr commented on May 17, 2024

please: document
HOW do include functions.php, where?
I am using autoload.php generated by composer, is it a "custom" autoloader?

from promise.

WyriHaximus avatar WyriHaximus commented on May 17, 2024

@danielecr It's loaded through functions_include.php by composer: https://github.com/reactphp/promise/blob/master/composer.json#L18

from promise.

danielecr avatar danielecr commented on May 17, 2024

sorry, maybe I need more sleep, but in documentation (README.md) it is written:

$promise = React\Promise\FulfilledPromise($value);

and I was doing just that, not

$promise = new React\Promise\FulfilledPromise($value);

or it is due to newer php to be pedant on this? I am not a php lover, I just use it

from promise.

WyriHaximus avatar WyriHaximus commented on May 17, 2024

$promise = new React\Promise\FulfilledPromise($value);

or it is due to newer php to be pedant on this? I am not a php lover, I just use it

Well that is indeed the correct way to write it. That's not a function but a class and the missing new is an error on our side. Could you open a PR fixing it for that line and for the RejectedPromise right below it?

from promise.

danielecr avatar danielecr commented on May 17, 2024

@WyriHaximus #145 is still waiting

from promise.

WyriHaximus avatar WyriHaximus commented on May 17, 2024

@danielecr Indeed it is

from promise.

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.