just upgraded from version 1.5.2.1 to 1.5.3.1
14 posts
• Page 1 of 1
just upgraded from version 1.5.2.1 to 1.5.3.1
Dear 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
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.
OpenCart: Version 1.5.3.1.
- SonKeller
- Posts: 6
- Joined: Wed Mar 21, 2012 3:52 pm
Re: OpenCart 1.5.3 Bug Thread
Dear 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
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 and
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>
with:
- 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>
since there are no guarantee of showing the information on the footer until there has been information filled out in the first place.

Regards,
Straightlight
Straightlight
- straightlight
- Posts: 1932
- Joined: Mon Nov 14, 2011 3:38 pm
- Location: Canada, ON
Re: OpenCart 1.5.3 Bug Thread
Thank you for your message.
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
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 1818 times
-
- 1.5.2.1. footer - Informations pages = 6
- footer_information1521.gif (3.7 KiB) Viewed 1818 times
Sonia
OpenCart: Version 1.5.3.1.
OpenCart: Version 1.5.3.1.
- SonKeller
- Posts: 6
- Joined: Wed Mar 21, 2012 3:52 pm
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
Did you manage to fix this? I have the same problem. I get the same error message in my error log, but I cannot save Information and none shows (it used to.)
EDIT: I found http://forum.opencart.com/viewtopic.php?f=20&t=65972&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.
EDIT: I found http://forum.opencart.com/viewtopic.php?f=20&t=65972&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.
-

jrotem - Posts: 21
- Joined: Sun Jun 24, 2012 7:38 am
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
What does your admin - > systems - > error logs regarding this behavior ?
Regards,
Straightlight
Straightlight
- straightlight
- Posts: 1932
- Joined: Mon Nov 14, 2011 3:38 pm
- Location: Canada, ON
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
The upgrade script should handle this for you. I set the default value for "bottom" to 1 during upgrade so that you don't see this issue. You are sure you ran the upgrade?

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18213
- Joined: Mon Jul 21, 2008 7:02 pm

Re: just upgraded from version 1.5.2.1 to 1.5.3.1
Hello Qphoria ,
Where would I set the value for bottom? TIA!
Where would I set the value for bottom? TIA!
-

jrotem - Posts: 21
- Joined: Sun Jun 24, 2012 7:38 am
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
I have the same error message when I did the upgrade from 1.5.2 to 1.5.3.
Finding no solution as yet I decided to restore back to 1.5.2 as my online store will go live tomorrow.
Finding no solution as yet I decided to restore back to 1.5.2 as my online store will go live tomorrow.
- darbebe
- Posts: 17
- Joined: Thu Jun 21, 2012 4:50 am
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
jrotem wrote:Hello Qphoria ,
Where would I set the value for bottom? TIA!
Edit each information item and check the bottom box.

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18213
- Joined: Mon Jul 21, 2008 7:02 pm

Re: just upgraded from version 1.5.2.1 to 1.5.3.1
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
jean
-

jrotem - Posts: 21
- Joined: Sun Jun 24, 2012 7:38 am
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
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
- flipsexchange
- Posts: 3
- Joined: Mon Jul 09, 2012 1:35 am
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
The same problem here:
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???
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
- sliponera
- Posts: 15
- Joined: Tue Aug 07, 2012 10:42 pm
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
I have found it. I have pasted google script without </script> and that was the problem. 

http://www.slippers4you.com - women's mules and sheepskin slippers for men
- sliponera
- Posts: 15
- Joined: Tue Aug 07, 2012 10:42 pm
Re: just upgraded from version 1.5.2.1 to 1.5.3.1
I upgraded and got the following
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
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
- Needhelptoo
- Posts: 47
- Joined: Wed Mar 21, 2012 5:11 pm
14 posts
• Page 1 of 1
Return to Installation, Upgrade, & Config Support
Who is online
Users browsing this forum: Cleo and 23 guests













