Ticket System v2.0 Dle 14.x-15.0

23 Oct, 2021

694 Vues

10 Commentaires


Ajouter un commentaire

Votre adresse électronique ne sera pas publiée. Les champs obligatoires sont marqués *

Information

Les utilisateurs du Invités ne sont pas autorisés à ajouter des commentaires à cette publication.

Commentaires 10
  1. 27 Octobre 2021 19:08

    DarkLane

    WiseBear,
    Il fonctionne voir ici https://www.templatedlefr.fr/index.php?do=ticket

  2. 28 Octobre 2021 18:45

    WiseBear

    DarkLane,
    Вот такая Ошибка выбивает при ответе на тикет



    Fatal error: Uncaught Error: Class 'DLEPlugins' not found in /var/www/www-root/data/www/www.templatedlefr.fr/engine/classes/templates.class.php:10 Stack trace: #0 /var/www/www-root/data/www/www.templatedlefr.fr/engine/ajax/ticket-system-ajax.php(38): require_once() #1 {main} thrown in /var/www/www-root/data/www/www.templatedlefr.fr/engine/classes/templates.class.php on line 10

  3. 29 Octobre 2021 13:28

    Karat7

    Citation: WiseBear
    DarkLane,
    Вот такая Ошибка выбивает при ответе на тикет
    Fatal error: Uncaught Error: Class 'DLEPlugins' not found in /var/www/www-root/data/www/www.templatedlefr.fr/engine/classes/templates.class.php:10 Stack trace: #0 /var/www/www-root/data/www/www.templatedlefr.fr/engine/ajax/ticket-system-ajax.php(38): require_once() #1 {main} thrown in /var/www/www-root/data/www/www.templatedlefr.fr/engine/classes/templates.class.php on line 10

    Dans le plugin lui-même, essayez de changer pour ceci
    	case "ticket" :
    		include (DLEPlugins::Check(ENGINE_DIR . '/modules/ticket-system/ticket-system-module.php'));
    		break;

  4. 29 Octobre 2021 15:44

    WiseBear

    Karat7,
    Все равно такая ошибка только при ответе на тикет
    Fatal error: Uncaught Error: Class 'DLEPlugins' not found in /var/www/www-root/data/www/.ru/engine/classes/templates.class.php:10 Stack trace: #0 /var/www/www-root/data/www/.ru/engine/ajax/ticket-system-ajax.php(38): require_once() #1 {main} thrown in /var/www/www-root/data/www/.ru/engine/classes/templates.class.php on line 10

  5. 30 Octobre 2021 07:14

    Karat7

    Citation: WiseBear
    Karat7,
    Все равно такая ошибка только при ответе на тикет
    Fatal error: Uncaught Error: Class 'DLEPlugins' not found in /var/www/www-root/data/www/.ru/engine/classes/templates.class.php:10 Stack trace: #0 /var/www/www-root/data/www/.ru/engine/ajax/ticket-system-ajax.php(38): require_once() #1 {main} thrown in /var/www/www-root/data/www/.ru/engine/classes/templates.class.php on line 10

    Ça marche pour toi au moins un peu, ça ne marche pas du tout pour moi 😁

  6. 30 Octobre 2021 08:34

    DarkLane

    Citation: Karat7
    Все равно такая ошибка только при ответе на тикет
    Fatal error: Uncaught Error: Class 'DLEPlugins' not found in /var/www/www-root/data/www/.ru/engine/classes/templates.class.php:10 Stack trace: #0 /var/www/www-root/data/www/.ru/engine/ajax/ticket-system-ajax.php(38): require_once() #1 {main} thrown in /var/www/www-root/data/www/.ru/engine/classes/templates.class.php on line 10


    Dans le fichier engine/ajax/ticket-system-ajax.php cherchez ligne 38
    require_once ENGINE_DIR . '/classes/templates.class.php';


    remplacez par
    require_once (DLEPlugins::Check(ENGINE_DIR . '/classes/templates.class.php'));

  7. 30 Octobre 2021 20:00

    WiseBear

    DarkLane,
    Все равно не работает

  8. 31 Octobre 2021 23:29

    DarkLane

    Citation: WiseBear
    DarkLane,
    Все равно не работает


    выше этой линии
     require_once (DLEPlugins::Check(ENGINE_DIR . '/classes/templates.class.php'));


    добавляет
     require_once ENGINE_DIR . '/classes/plugins.class.php';

  9. 25 Novembre 2021 18:49

    WiseBear

    еще было бы норм если бы вы сделали не в одном тикете все а каждый тикет отдельно и его нужно открывать

  10. 25 Novembre 2021 19:14

    DarkLane

    Citation: WiseBear
    еще было бы норм если бы вы сделали не в одном тикете все а каждый тикет отдельно и его нужно открывать


    Ouvre le fichier engine/modules/ticket-system/ticketsystem.php

    Cherche
    if ( ! defined( 'DATALIFEENGINE' ) ) {
    	die( "Hacking attempt!" );
    }


    Ajoute en dessous
    require_once ENGINE_DIR . '/classes/plugins.class.php';