[BETA] [3.1] [3.2] Football Prediction League
- ramboagent
- Mitglied
- Beiträge: 173
- Registriert: 16.03.2021 22:22
Re: [BETA] [3.1] [3.2] Football Prediction League
vielen Dank werde probieren und das nächste mal ins richtige Forum bin halt noch sehr neu hier sorry..
wünsche noch ein schönen Sonntag
wünsche noch ein schönen Sonntag
- ramboagent
- Mitglied
- Beiträge: 173
- Registriert: 16.03.2021 22:22
Re: [BETA] [3.1] [3.2] Football Prediction League
ich nochmal sorry ich versuche mich da seit 2 Tagen zu reg. geht einfach nicht der will immer eine andere ZeitzoneBNa hat geschrieben: 28.03.2021 16:01
Das ist easy zu fixen:
https://www.phpbb.com/customise/db/exte ... 76#p721276
was kann ich nun noch machen gibts hier noch jemand der vielleicht helfen kann wäre super
würde auch Zugang geben um sich die sache mal anzuschauen bei mir im Board
Re: [BETA] [3.1] [3.2] Football Prediction League
Du brauchst Dich da nicht (unbedingt) zu registrieren, folge einfach der Anleitung hier:
https://www.phpbb.com/customise/db/exte ... 76#p721276
Du öffnest also die
Zum Beispiel der Part hier in der
wird geändert zu (wird also mit Hochkomma versehen)
usw.
Alles was hinter
Gehe einfach die Datei
Danach
https://www.phpbb.com/customise/db/exte ... 76#p721276
Du öffnest also die
football\config\services.yml
und änderst das, wie in der Anleitung.Zum Beispiel der Part hier in der
football\config\services.yml
:Code: Alles auswählen
services:
football.football.controller:
class: football\football\controller\main
arguments:
- @auth
- @config
- @ext.manager
- @notification_manager
- @log
- @path_helper
- @dbal.conn
- @controller.helper
- @template
- @user
- @pagination
- %core.root_path%
- %core.php_ext%
Code: Alles auswählen
services:
football.football.controller:
class: football\football\controller\main
arguments:
- '@auth'
- '@config'
- '@ext.manager'
- '@notification_manager'
- '@log'
- '@path_helper'
- '@dbal.conn'
- '@controller.helper'
- '@template'
- '@user'
- '@pagination'
- '%core.root_path%'
- '%core.php_ext%'
Alles was hinter
arguments:
steht und ein Bindestrich hat 
Gehe einfach die Datei
football\config\services.yml
durch (Syntax siehe Link).Danach
football\config\services.yml
speichern, das Paket wieder hochladen, installieren, freuen...Area51@4seven | Area51@4seven / Reloaded | Kein Support via PN
Club goin up, on a Tuesday...
Club goin up, on a Tuesday...
- ramboagent
- Mitglied
- Beiträge: 173
- Registriert: 16.03.2021 22:22
Re: [BETA] [3.1] [3.2] Football Prediction League
hmmm finde das in meiner services nicht it dem /c
bei mir sieht die so aus
bei mir sieht die so aus
Code: Alles auswählen
parameters:
football.version_data:
author: football
title: Football Prediction League
version: football_version
file:
- football.bplaced.net
- /updatecheck
- football_predictionleague.json
services:
football.football.controller:
class: football\football\controller\main
arguments:
- @auth
- @config
- @ext.manager
- @notification_manager
- @log
- @path_helper
- @dbal.conn
- @controller.helper
- @template
- @user
- @pagination
- %core.root_path%
- %core.php_ext%
football.football.controller_popup:
class: football\football\controller\popup
arguments:
- @auth
- @config
- @ext.manager
- @path_helper
- @dbal.conn
- @controller.helper
- @template
- @user
- @pagination
- %core.root_path%
- %core.php_ext%
football.football.controller_download:
class: football\football\controller\download
arguments:
- @auth
- @config
- @ext.manager
- @path_helper
- @dbal.conn
- @controller.helper
- @template
- @user
- %core.root_path%
- %core.php_ext%
football.football.version.check:
class: football\football\includes\version_check
scope: prototype
arguments:
- %football.version_data%
- @config
- @version_helper
- @template
- @user
football.football.controller_xml:
class: football\football\controller\xmlplan
arguments:
- @config
- @ext.manager
- @path_helper
- @dbal.conn
- @user
- %core.root_path%
- %core.php_ext%
football.football.core.functions.points:
class: football\football\core\functions_points
arguments:
- @user
- @dbal.conn
football.football.listener:
class: football\football\event\main_listener
arguments:
- '@auth'
- '@config'
- '@dbal.conn'
- '@user'
- '@template'
- '@request'
- '%core.php_ext%'
- '%core.root_path%'
tags:
- { name: event.listener }
football.football.cron.task.football_remember:
class: football\football\cron\task\football_remember
arguments:
- %core.root_path%
- %core.php_ext%
- @ext.manager
- @path_helper
- @dbal.conn
- @config
- @log
- @user
calls:
- [set_name, [football.football.cron.task.football_remember]]
tags:
- { name: cron.task }
Re: [BETA] [3.1] [3.2] Football Prediction League
Das war ja auch nur ein Ausschnitt, als Beispiel.
Den Rest kannst Du ja selber ändern.
Eine Anleitung hast Du nun.
Den Rest kannst Du ja selber ändern.
Eine Anleitung hast Du nun.
Area51@4seven | Area51@4seven / Reloaded | Kein Support via PN
Club goin up, on a Tuesday...
Club goin up, on a Tuesday...
- ramboagent
- Mitglied
- Beiträge: 173
- Registriert: 16.03.2021 22:22
Re: [BETA] [3.1] [3.2] Football Prediction League
bin etwas weiter gekommen aber nun kommt da was habe ich noch vergessen ...
Code: Alles auswählen
BACKTRACE
FILE: (nicht von
php gegeben)LINE:
(nicht von
php gegeben)CALL: msg_handler()FILE:
[ROOT]/phpbb/db/driver/driver.phpLINE: 1020
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE:
195CALL: phpbb'db'driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb sql_queryFILE: [ROOT]/ext/football/football/acp/update_module.php
LINE:
693CALL: phpbb'db'driver-factory->sql_query()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: football-football-acp-update_module-> load_active
p_master.php;
Re: [BETA] [3.1] [3.2] Football Prediction League
Mal
viewtopic.php?p=1385818#p1385818
Eventuell auch noch interessant:
https://reyno41.bplaced.net/phpbb/viewt ... 2315#p2315
ab hier
lesen:viewtopic.php?p=1385818#p1385818
Eventuell auch noch interessant:
https://reyno41.bplaced.net/phpbb/viewt ... 2315#p2315
Area51@4seven | Area51@4seven / Reloaded | Kein Support via PN
Club goin up, on a Tuesday...
Club goin up, on a Tuesday...
- ramboagent
- Mitglied
- Beiträge: 173
- Registriert: 16.03.2021 22:22
Re: [BETA] [3.1] [3.2] Football Prediction League
wünsche erstmal allen frohe Ostern aber irgendwie komme ich nicht weiter bei mir mit dem Einbau einiges geht aber halt immer noch mit jeder menge Fehlermeldungen ich glaube da muss mal ein Profi von euch ran würde mich riesig freuen wenn da mal einer schauen würde ist auf mein Testboard hatte vorher 15 Jahre ein wbb sorry ich kenne mich halt mit der phpBB noch nicht so richtig aus hoffe ihr habt dafür Verständnis
- ramboagent
- Mitglied
- Beiträge: 173
- Registriert: 16.03.2021 22:22
Re: [BETA] [3.1] [3.2] Football Prediction League
...hallo meine lieben da ich es ja nun am laufen habe ...noch eine frage was mach ich falsch ich werte aus und trotzdem steht dann da nicht ausgewertet ...[ externes Bild ]
Re: [BETA] [3.1] [3.2] Football Prediction League
Hallo,
ich verstehe deine Frage nicht so richtig. was meinst du mit Auswerten?
Kannst du das bitte mal etwas genauer definieren?
ich verstehe deine Frage nicht so richtig. was meinst du mit Auswerten?
Kannst du das bitte mal etwas genauer definieren?
phpbb 3.3.10
PHP 8.1.17
MySQL 5.7
PHP 8.1.17
MySQL 5.7