Post by a2z » Thu May 31, 2012 7:00 am

Hi, I just upgraded from 1.5.2.1 to 1.5.3.1 and noticed that all the links for terms and conditions, privacy policy etc which are in my footer "Information" section disappeared.
I tried editing information pages in the admin area, but when I click save, I get a blank page and nothing happens.

Can someone let me know how to troubleshoot this issue.

Thanks

a2z
New member

Posts

Joined
Tue May 01, 2012 9:43 am

Post by Avvici » Thu May 31, 2012 8:42 am

Well, there was an extra conditional added to the footer in 1.5.1.3:

Code: Select all

 <?php if ($informations) { ?>
If it's not met, none will show. Open up your catalog/controller/common/footer.php and look for this:

Code: Select all

$this->data['informations'] = array();

		foreach ($this->model_catalog_information->getInformations() as $result) {
			if ($result['bottom']) {
				$this->data['informations'][] = array(
					'title' => $result['title'],
					'href'  => $this->url->link('information/information', 'information_id=' . $result['information_id'])
				);
			}
    	}

Could be something else, but that was my first guess

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by a2z » Thu May 31, 2012 8:58 am

Hi Avvici, I was able to locate the text and it is exactly same. Do I need to change any thing?

a2z
New member

Posts

Joined
Tue May 01, 2012 9:43 am

Post by Avvici » Thu May 31, 2012 10:13 am

Send a link please.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by Qphoria » Thu May 31, 2012 10:25 am

You need to edit your information pages and check the new "bottom" checkbox.
If you used the full install or the upgrade script, these are both set to default to true so I don't know how you managed to set them all to false by default.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by a2z » Thu May 31, 2012 2:35 pm

Hi, It was my mistake. I was able to resolve the problem. I have overwritten some products after the upgrade and restored the db to the version I took before the upgrade. I realised and copied over the files again and ran upgrade again. Now it works fine.

a2z
New member

Posts

Joined
Tue May 01, 2012 9:43 am

Post by Avvici » Thu May 31, 2012 3:00 pm

Well, I figured that's what it was, since the bottom checkbox is checked off by default.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by cloudier » Thu May 31, 2012 4:48 pm

Qphoria wrote:You need to edit your information pages and check the new "bottom" checkbox.
If you used the full install or the upgrade script, these are both set to default to true so I don't know how you managed to set them all to false by default.
I have the same problem where do I go to find the checkbox at the bottom of the information pages? Or where can I find the default coding to change the false to true. I have had such a problem with the upgrade corrupting my db and have been unable to edit using the Dashboard. Now I have got it working its not showing the information list in the footer.
I don't want to do an upgrade again as it would not restore any back-up last time so have had to upload all the stuff from my backup individually. If I can go directly to the coding and change it, but not sure where this check box is? There is nothing showing in my dashboard under the information list.
Hope you can assist.
Many thanks

Newbie

Posts

Joined
Sat Dec 10, 2011 4:07 am

Post by a2z » Thu May 31, 2012 6:47 pm

The checkboxes are under Admin>Categories>Information when you open the information in edit mode. I think they are under Data tab.

a2z
New member

Posts

Joined
Tue May 01, 2012 9:43 am

Post by skip » Thu Sep 08, 2016 8:11 pm

Is there any solution, In my case after upgrade to 2.2.0.0 my information pages dissapear in admin after select bottom box and SAVE In same time it is visible on frontpage footer

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm
Who is online

Users browsing this forum: No registered users and 19 guests