Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4.6.1 auf 4.7.3 #63

Open
tbaddade opened this issue Jan 14, 2020 · 1 comment
Open

Update 4.6.1 auf 4.7.3 #63

tbaddade opened this issue Jan 14, 2020 · 1 comment

Comments

@tbaddade
Copy link
Member

tbaddade commented Jan 14, 2020

Folgende Ordner / Dateien austauschen

  • /_lastchanges.txt
  • /index.php
  • redaxo/include/addons/be_dashboard
  • redaxo/include/addons/be_search
  • redaxo/include/addons/be_style
  • redaxo/include/addons/cronjob
  • redaxo/include/addons/image_manager
  • redaxo/include/addons/import_export
  • redaxo/include/addons/install
  • redaxo/include/addons/metainfo
  • redaxo/include/addons/phpmailer
  • redaxo/include/classes
  • redaxo/include/functions
  • redaxo/include/functions.inc.php
  • redaxo/include/install/redaxo4_7.sql
  • redaxo/include/lang/de_de.lang
  • redaxo/include/lang/en_gb.lang
  • redaxo/include/pages/linkmap.inc.php
  • redaxo/include/pages/mediapool.inc.php
  • redaxo/include/pages/mediapool.media.inc.php
  • redaxo/include/pages/mediapool.upload.inc.php
  • redaxo/include/pages/module.action.inc.php
  • redaxo/include/pages/setup.inc.php
  • redaxo/include/pages/specials.settings.inc.php
  • redaxo/include/pages/template.inc.php
  • redaxo/index.php
  • redaxo/media/css_basic.css
  • redaxo/media/css_form.css
  • redaxo/media/css_navigation.css
  • redaxo/media/standard.js

Folgende Dateien anpassen

  • redaxo/include/master.inc.php
    • In Zeile 114 error_reporting(error_reporting() & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); hinzufügen
    • Zeile 169 Recht ergänzen $REX['EXTPERM'][] = 'editMediaCategories[]';

PHP 7.4
Ab PHP 7.4 muss die error_reporting Zeile in die /index.php und in die /redaxo/index.php notiert werden. Die Funktion get_magic_quotes_gpc ist ab 7.4 deprecated, wird jedoch noch vor der master.inc.php geladen

@chip75
Copy link
Member

chip75 commented Jan 14, 2020

bzgl master.inc.php, das zu ergänzende Recht lautet $REX['EXTPERM'][] = 'editMediaCategories[]';
siehe auch Diff unter redaxo/redaxo4@4.6.1...master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants