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
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
Well, there was an extra conditional added to the footer in 1.5.1.3:
If it's not met, none will show. Open up your catalog/controller/common/footer.php and look for this:
Could be something else, but that was my first guess
Code: Select all
<?php if ($informations) { ?>
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
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.
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.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 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
Who is online
Users browsing this forum: No registered users and 116 guests