Giter Site home page Giter Site logo

Comments (5)

dmolineus avatar dmolineus commented on June 1, 2024

Thanks for reporting. At the moment I don't have any time working on this extension.

The extension is probably not compatible with Contao 3.1.x. There were several changes with the file system, so there it's unlikely that it will work.

There will be more changes for Contao 3.2 (uuid), so I won't support the 3.1.x branch.

from cloud-api.

m-vo avatar m-vo commented on June 1, 2024

Oh, ok, thanks for the response. Just for your information, in case you adapt the code. The problematic code was the following part (that should not be called before the database update):

$objApi = $this->Database->prepare('SELECT * FROM tl_cloud_api WHERE id=?')->limit(1)->execute(\Input::get('id'));

(situated in DataContainer\CloudApi.php in the methods choosePalette and chooseSubpalette)

from cloud-api.

dmolineus avatar dmolineus commented on June 1, 2024

Yeah, I use that to dynamically changes the used fields, depending on the installed api. Should not do it in the extension install mode ;-)

from cloud-api.

rocchidavide avatar rocchidavide commented on June 1, 2024

I got the same error; is there a quick mode to fix it?

from cloud-api.

dmolineus avatar dmolineus commented on June 1, 2024

You could uncomment following line during updating the database:
https://github.com/netzmacht/cloud-dropbox/blob/master/config/config.php#L19

Netzmacht\Cloud\Api\CloudApiManager::registerApi('dropbox', 'Netzmacht\Cloud\Dropbox\DropboxApi', 

// change to
//Netzmacht\Cloud\Api\CloudApiManager::registerApi('dropbox', 'Netzmacht\Cloud\Dropbox\DropboxApi', 'Dropbox');

After the database is updated, u need to reactivate it:

from cloud-api.

Related Issues (9)

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.