Git Product home page Git Product logo

Comments (5)

realityking avatar realityking commented on May 29, 2024

Hi Philipp,

first of all sorry for the late answer. Unfortunately GitHub emails go into my private mail account, where stuff easily get lost.

My first guess would be that you have an entry that's not linked to an asset. To be sure, could you please open a ticket on https://support.contentful.com/hc/en-us and share the space ID and API key? I'll try reproducing the issue.

Cheers,
Rouven

from contentful.php.

philippkuehn avatar philippkuehn commented on May 29, 2024

In the current version this is fixed for me. 👍

from contentful.php.

realityking avatar realityking commented on May 29, 2024

Even better 😀

from contentful.php.

raphibolliger avatar raphibolliger commented on May 29, 2024

I have the same problem i can't call the getFile() method. But it's really strange it can resolve the value from getUrl() and after that the fatal error occurs. The $frontImage is definitely not null but the error occurs anyway.

Here my code:

$projectQuery = (new Query())->setContentType('project');
$projectQuery->where('include', 2);
$projects = $client->getEntries($projectQuery);

foreach ($projects as $project) {
    $title = $project->getTitle();
    $frontImage = $project->getFrontImage();
    $imageUrl = $frontImage->getTitle()->getUrl();
    print_r($imageUrl)
}

This produce the following output and error:
Output: //images.contentful.com/x...x/x....x/image.png
Error: Call to a member function getTitle() on null in...

What I'm doing wrong? Status of the Asset is Published.

@philippkuehn What was your solution? Did an update solve the problem?

from contentful.php.

realityking avatar realityking commented on May 29, 2024

@raphibolliger I think your error is on this line $imageUrl = $frontImage->getTitle()->getUrl(); instead it should be $imageUrl = $frontImage->getFile()->getUrl();. Let me know if that works :)

from contentful.php.

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.