After making a new product and saving it i see the following notice:

Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 154Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 156Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/groothandel/system/library/app.php:86) in /home/public_html/groothandel/system/library/response.php on line 23

Any help / advice would be appreciated :)
In General
Sunday, August 23 2015, 09:56 AM
Share this post:

Accepted Answer

Sunday, August 23 2015, 11:25 AM - #Permalink
Can you please try the following change:

OPEN
admin/model/catalog/product.php

FIND
!empty($value['tag']) ? $value['tag'] = implode(',', $value['tag']) : $value['tag'];

REPLACE
$value['tag'] = !empty($value['tag']) ? implode(',', $value['tag']) : '';

Regards
The reply is currently minimized Show
Responses (4)
  • Accepted Answer

    Sunday, August 23 2015, 01:10 PM - #Permalink
    Sorry, it is stil not working. It is a new installation from Arastta 1.1

    Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 156Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 158Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 156Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 158Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/groothandel/system/library/app.php:86) in /home/public_html/groothandel/system/library/response.php on line 23

    Regards
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 23 2015, 03:15 PM - #Permalink
    Sorry, it is stil not working. It is a new installation from Arastta 1.1

    Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 156Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 158Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 156Notice: Undefined index: tag in /home/public_html/groothandel/admin/model/catalog/product.php on line 158Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/groothandel/system/library/app.php:86) in /home/public_html/groothandel/system/library/response.php on line 23
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 23 2015, 04:24 PM - #Permalink
    There are 2 places with the same code. Make sure you've changed both as it works fine for me now.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, August 24 2015, 09:55 AM - #Permalink
    Its working now, thanks a lot. Happy with Arastta!:)
    Regards Manfred
    The reply is currently minimized Show
Your Reply