• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Chevereto integrate to API

Chevvie$101

Chevereto Member
Website URL
<private>

Chevereto version
3.10.0

Description of the issue
Hi,

We would like to ask for your help with regards on integrating API into Chevereto.

API - Clarifai (photo recognition)

Can you please confirm what are the files we needed to modify to incorporate this API.

(directories with photo functionality)

We will appreciate you help.

Many Thanks.
 
Hi,

Can you please assist on how to disable the "That page doesn't exist" temporarily.

As we tried to upload API files and test it, we cannot proceed because of this.

Many Thanks
 
Seems to me that you don't know what are you doing. In that case, any help that I will provide won't help you at all.

The not found appears because you are calling an missing route, and the API thing, Chevereto doesn't serve images via php and the image view is at app/themes/views/image.php
 
Hi,

Can you please confirm what do you mean by Chevereto doesn't serve images via php.

We are just quite confused on how can we route a file and use it properly. We tried the include_once but it did not worked.

Thank you for your patience.
 
Chevereto doesn't serve your image files. That's what I said.

If you need to add code to the image viewer then the files related are:
  • app/routes/route.image.php
  • app/themes/Peafowl/views/image.php
Hope it helps.
 
Thank you for your response.

Can I please confirm what framework(PHP) did you use on building Chevereto.

There seems to be an issue on the programming language I'm trying to integrate. Many Thanks.
 
Thank you. Ive been able to make the API work. Can you also please advise on adding class and use it on:
  • app/themes/Peafowl/views/image.php
I appreciate you assistance.
 
Back
Top