Hi,
Error to create in Catalog > Information, one page for Policy Cookies (for example):
To save the changes returns:
Ani idea?
Arastta version: 1.0.6
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
Share this post:
Responses (8)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
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. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
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? )
Best regards
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »