Community Forums

just upgraded from version 1.5.2.1 to 1.5.3.1

Please post any issues you are having concerning installation or upgrade of OpenCart v1.x

just upgraded from version 1.5.2.1 to 1.5.3.1

Postby SonKeller » Sun Jun 17, 2012 1:04 pm

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
Sonia
OpenCart: Version 1.5.3.1.
SonKeller
 
Posts: 6
Joined: Wed Mar 21, 2012 3:52 pm

Re: OpenCart 1.5.3 Bug Thread

Postby straightlight » Sun Jun 17, 2012 1:24 pm

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
 
Posts: 1932
Joined: Mon Nov 14, 2011 3:38 pm
Location: Canada, ON

Re: OpenCart 1.5.3 Bug Thread

Postby SonKeller » Sun Jun 17, 2012 7:42 pm

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
Attachments
footer_information1531.gif
1.5.3.1 - footer - informations pages = 0
footer_information1531.gif (2.13 KiB) Viewed 1818 times
footer_information1521.gif
1.5.2.1. footer - Informations pages = 6
footer_information1521.gif (3.7 KiB) Viewed 1818 times
Sonia
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

Postby jrotem » Mon Jul 02, 2012 4:59 am

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.
User avatar
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

Postby straightlight » Mon Jul 02, 2012 10:25 am

What does your admin - > systems - > error logs regarding this behavior ?
Regards,
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

Postby Qphoria » Mon Jul 02, 2012 10:43 am

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?
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18213
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: just upgraded from version 1.5.2.1 to 1.5.3.1

Postby jrotem » Mon Jul 02, 2012 10:05 pm

Hello Qphoria ,
Where would I set the value for bottom? TIA!
User avatar
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

Postby darbebe » Tue Jul 03, 2012 5:22 am

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.
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

Postby Qphoria » Fri Jul 06, 2012 3:33 am

jrotem wrote:Hello Qphoria ,
Where would I set the value for bottom? TIA!

Edit each information item and check the bottom box.
Image Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18213
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: just upgraded from version 1.5.2.1 to 1.5.3.1

Postby jrotem » Fri Jul 06, 2012 11:11 pm

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
User avatar
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

Postby flipsexchange » Mon Jul 09, 2012 2:02 am

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

Postby sliponera » Wed Aug 08, 2012 9:22 am

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???
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

Postby sliponera » Wed Aug 08, 2012 10:01 am

I have found it. I have pasted google script without </script> and that was the problem. ;D
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

Postby Needhelptoo » Wed Aug 08, 2012 10:16 pm

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
Needhelptoo
 
Posts: 47
Joined: Wed Mar 21, 2012 5:11 pm


Return to Installation, Upgrade, & Config Support

Who is online

Users browsing this forum: Cleo and 23 guests

Hosted by Arvixe Web Hosting