I just upgraded from version 1.5.2.1 to 1.5.3.1.
Unfortunately, the following error appear (similar to that reported in this forum but not implying 'information.php' but 'footer.php')
Notice: Undefined index: bottom in /home5/ronindog/public_html/catalog/controller/common/footer.php on line 26
in the footer of my website, pages 'information' are missing.
can you help me?
thankyou
With my best regards
Sonia
OpenCart: Version 1.5.3.1.
Is it possible you haven't filled out any information from the admin ? To get rid of the error message, however, you could always go to your footer.tpl file andDear Sirs,
I just upgraded from version 1.5.2.1 to 1.5.3.1.
Unfortunately, the following error appear (similar to that reported in this forum but not implying 'information.php' but 'footer.php')
Notice: Undefined index: bottom in /home5/ronindog/public_html/catalog/controller/common/footer.php on line 26
in the footer of my website, pages 'information' are missing.
can you help me?
thankyou
With my best regards
replace:
Code: Select all
<ul>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
</ul>
Code: Select all
<ul>
<?php if (!empty($informations)) { ?>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
<?php } ?>
</ul>

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
before upgrade there was 6 information pages
after upgrade there was no pages shown
Pls. see attached screenshots.
So I do not understand why this error
Attachments
1.5.3.1 - footer - informations pages = 0 - footer_information1531.gif (2.13 KiB) Viewed 5060 times
1.5.2.1. footer - Informations pages = 6 - footer_information1521.gif (3.7 KiB) Viewed 5060 times
Sonia
OpenCart: Version 1.5.3.1.
EDIT: I found http://forum.opencart.com/viewtopic.php ... 2&p=297042 that the "show in footer" box needs to be checked and for some reason isn't. But my problem is that my Info pages will not save. When I click "save" I get a blank page and not changes.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
jrotem wrote:Thank you, Qphoria, but part of my problem (above) is that I cannot save Information. I get a blank page when I do so. Any further hints would be so much appreciated!
jean
I have this same exact problem on two sites. when I try to save the page displays this error message.
Notice: Error: Unknown column 'bottom' in 'field list'
Error No: 1054
UPDATE oc_information SET sort_order = '1', bottom = '0', status = '1' WHERE information_id = '4' in /home2/moviegoe/public_html/amandawierenga/system/database/mysql.php on line 49
After upgrade from 1.5.0.1 everything looked fine.
However I have edited some of the information page I deselected "Display in the bottom footer." sort order was -1 ( -1 that option to do not show on the footer did not change that) and saved. Then click on any page of the footer like "account, about us etc." I see blank page.
What is going on any help???
http://www.slippers4you.com - women's mules and sheepskin slippers for men

http://www.slippers4you.com - women's mules and sheepskin slippers for men
When people tried to regester they had to list a company and TAX ID
2012-08-08 12:16:20 - PHP Notice: Undefined index: company_id_display in /hermes/bosweb26d/b1245/sl.pamsdrea/public_html/store/catalog/controller/account/register.php on line 384
2012-08-08 12:16:20 - PHP Notice: Undefined index: tax_id_display in /hermes/bosweb26d/b1245/sl.pamsdrea/public_html/store/catalog/controller/account/register.php on line 389
2012-08-08 12:59:57 - PHP Notice: Undefined index: company_id in /hermes/bosweb26d/b1245/sl.pamsdrea/public_html/store/catalog/model/account/address.php on line 59
2012-08-08 12:59:57 - PHP Notice: Undefined index: tax_id in /hermes/bosweb26d/b1245/sl.pamsdrea/public_html/store/catalog/model/account/address.php on line 60
2012-08-08 13:00:14 - PHP Notice: Undefined index: company_id in /hermes/bosweb26d/b1245/sl.pamsdrea/public_html/store/catalog/model/account/address.php on line 1
Users browsing this forum: No registered users and 30 guests