Jump to content

OSL 3.0 License Problem


uusk

Recommended Posts

Hallo,

ich habe mir den Prestashop 1.7.6.7 mit dem Standardtemplate auf meinem Rechner installiert (127.0.0.1) und habe angefangen, das Template meinen Bedürfnissen anzupassen.

Ich habe PHP Code eingefügt, und habe nach dem Testen folgenden Hinweis auf der Shopseite erhalten:

/** * 2007-2019 PrestaShop and Contributors * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to https://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2019 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ require dirname(__FILE__).'/config/config.inc.php'; Dispatcher::getInstance()->dispatch();

Habe ich mit der OSL 3.0 License etwas falsch verstanden? Darf ich meinen Shop nicht tiefgreifend ändern.

Über eine Hilfe würde ich mich sehr freuen, vielen Dank!

Gruß

 

Link to comment
Share on other sites

Doch darfst du. Du hast irgendein Fehler im Code - es wird dir der Code direkt ausgeben statt prozessiert. Fehlt evtl ein <?php am Anfang der Datei oder verarbeitet der Webserver die php Dateien generell nicht?

  • Thanks 1
Link to comment
Share on other sites

JBW -danke.

Das mit der Meldung habe ich gestern auch gesehen, hatte einem Moderator auch gebeten, diesen treath nicht zu veröffentlichen, weil er mir peinlich war. Hatte nämlich im Quellcode später gesehen, dass die ausgegebene Meldung dort auskommentiert war. Es war tatsächlich ein Fehler in der <PHP Syntax von mir, das hast Du ja auch sofort gewusst und mir dann auch entsprechend geantwortet.

Den Hinweis auf die OSL 3.0, dass ich die Änderungen im Code machen darf, so wie ich mir sie vorstelle, finde ich prima, danke.

Viele Grüße

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...