Changes between Initial Version and Version 1 of Ticket #2568


Ignore:
Timestamp:
Aug 18, 2023, 8:44:04 AM (2 years ago)
Author:
Torsten Riemer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2568

    • Property Milestonemodified-shop-2.0.8.0
  • Ticket #2568 – Description

    initial v1  
    11Moin,
    22ich habe einen Fehler entdeckt den ich im Demo Shop nachstellen konnte.
    3 Wenn ich unter Statistiken -> verkaufte Artikel im Suchfeld nach einem Artikel suche der noch nicht verkauft wurde gibt es diesen Log
    4 
    5 [code=xml]  
    6 
     3Wenn ich unter Statistiken -> verkaufte Artikel im Suchfeld nach einem Artikel suche der noch nicht verkauft wurde gibt es diesen Log:
     4{{{
    75[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    8 
    9 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Undefined variable $pInfo in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 171    {}      {}
    10 
     6[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Undefined variable $pInfo in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 171     {}      {}
    117[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    12 
    13 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "products_name" on null in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 171     {}      {}
    14 
     8[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "products_name" on null in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 171      {}      {}
    159[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    16 
    17 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Undefined variable $pInfo in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 172    {}      {}
    18 
     10[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Undefined variable $pInfo in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 172     {}      {}
    1911[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    20 
    21 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "products_id" on null in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 172       {}      {}
    22 
     12[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "products_id" on null in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 172        {}      {}
    2313[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    24 
    25 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Undefined variable $pInfo in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 173    {}      {}
    26 
     14[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Undefined variable $pInfo in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 173     {}      {}
    2715[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    28 
    29 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "products_id" on null in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 173       {}      {}
    30 
     16[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "products_id" on null in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 173        {}      {}
    3117[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     WARNING found for URL: /admin/stats_products_purchased.php?search=Testartikel+37        {}      {}
    32 
    33 [2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "categories_id" on null in File: /var/www/clients/client1/web2/web/admin/stats_products_purchased.php on Line: 173     {}      {}
    34 
    35 ![/code]
     18[2023-08-18 06:21:43]   [warning]       [modified]      ![pid:6256]     Attempt to read property "categories_id" on null in File: /.../.../.../.../.../.../admin/stats_products_purchased.php on Line: 173      {}      {}
     19}}}