Coder Social home page Coder Social logo

avalexgmbh / contao Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 34 KB

The avalex extension allows to display automatically generated and updated legal texts like „imprint“, „data privacy statement” and (if purchased) „cancellation notice“ and „terms and conditions“ within a Contao website.

Home Page: https://www.avalex.de

PHP 100.00%
contao privacy datenschutz

contao's Introduction

Contao avalex extension

Contao 4 compatible License: LGPL v3

About

With the avalex extension, you can integrate dynamic legal texts like imprint, data privacy statement and (if purchased) cancellation notice and terms and conditions into your website, which are updated by avalex via internet. Please note that you need an individual API key in order for avalex to work on your website, which can be purchased at www.avalex.de.

System requirements

Installation

  • Install via Contao Manager or Composer (composer require avalexgmbh/contao)
  • Run a database update via the Contao-Installtool or using the contao:migrate command.

Configuration

Create the desired frontend module(s) and enter the domain and the matching API key.

contao's People

Contributors

bennyborn avatar

Watchers

 avatar  avatar

contao's Issues

Uncaught PHP Exception

Attempted to load class "AvalexAPI" from namespace "numero2\AvalexBundle\EventListener\Hooks". Did you forget a "use" statement for another namespace?" at (...)/vendor/avalexgmbh/contao/src/EventListener/Hooks/HooksListener.php line 84

We are using

  • Contao 4.9.36
  • avalexgmbh/contao 2.1.0
  • PHP 7.4..32

bug in AvalexBackend:updateModuleContents

on line 91

$oAPI = new AvalexAPI( $oModules->avalex_apikey );

but this produces an exception in AvalexAPI because the domain is missing.
This exception breaks any other (further) hourly cron jobs.

please correct to:

$oAPI = new AvalexAPI( $oModules->avalex_apikey,  $oModules->avalex_domain);

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.