Hi,

Error to create in Catalog > Information, one page for Policy Cookies (for example):

To save the changes returns:

Notice: Undefined index: name in /home/mitiendaarastta/public_html/admin/model/catalog/information.php on line 35Notice: Undefined index: name in /home/mitiendaarastta/public_html/admin/model/catalog/information.php on line 35Warning: Cannot modify header information - headers already sent by (output started at /home/mitiendaarastta/public_html/system/library/app.php:85) in /home/mitiendaarastta/public_html/system/library/response.php on line 22


Ani idea?


Arastta version: 1.0.6
Sunday, June 28 2015, 10:46 PM
Share this post:
Responses (8)
  • Accepted Answer

    Sunday, June 28 2015, 11:26 PM - #Permalink
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 28 2015, 11:45 PM - #Permalink
    Hi Denis,

    Lol :D ..great speed, awesome!!!


    ...patched!! ;)

    Hugs!!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, June 29 2015, 12:01 AM - #Permalink
    Hi,

    ...again! :/

    Notice: Undefined index: name in /home/mitiendaarastta/public_html/admin/model/catalog/information.php on line 35Notice: Undefined index: name in /home/mitiendaarastta/public_html/admin/model/catalog/information.php on line 35Warning: Cannot modify header information - headers already sent by (output started at /home/mitiendaarastta/public_html/system/library/app.php:85) in /home/mitiendaarastta/public_html/system/library/response.php on line 22


    It is shown to save changes to the created page.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, June 29 2015, 01:27 AM - #Permalink
    Hi,

    The problem is that now does not create the "Cookie Policy" page
    The reply is currently minimized Show
  • Accepted Answer

    Monday, June 29 2015, 02:02 PM - #Permalink
    What is the current status Luis?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 01 2015, 02:42 AM - #Permalink
    Hi Denis,

    It is not create the "Cookie Policy" page in Information, "pages".

    Regards
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 01 2015, 11:44 AM - #Permalink
    Luis, are you able to create any other information than Cookie Policy?
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 29 2015, 01:10 AM - #Permalink
    Hi Luiz,

    Judging by the attached picture, the error is because you added the fixed line code and still keeping this line:
    $alias = empty($value) ? $data['information_description'][$language_id]['name'] : $value;

    when, in fact, you should replace it by the fixed one. So now, just remove it.
    As the Information form doesn't post any field named "name", the script returns "undefined index: name" (too many "name", uh? :D )

    Best regards
    The reply is currently minimized Show
Your Reply