When I add a banner to my live website, I get this error message
Notice: Undefined index: sort_order in x/admin/model/design/banner.php on line 37Warning: Cannot modify header information - headers already sent by (output started at x/admin/index.php:84) in x/system/library/response.php on line 12
It is however added on the list when I hit back.. Same as adding pictures to existing banners.
Whole purpose of adding banners is successful. But that error message shows and I dont know what it wants me to know.
This happens to my live site.
but no error in localhost. Which is a complete clone except the config.php
Thanks
Notice: Undefined index: sort_order in x/admin/model/design/banner.php on line 37Warning: Cannot modify header information - headers already sent by (output started at x/admin/index.php:84) in x/system/library/response.php on line 12
It is however added on the list when I hit back.. Same as adding pictures to existing banners.
Whole purpose of adding banners is successful. But that error message shows and I dont know what it wants me to know.
This happens to my live site.
but no error in localhost. Which is a complete clone except the config.php
Thanks
Go to file admin/view/template/design/banner_form.tpl in function addImage()
Find code
Replace code
Find code
Code: Select all
html += ' <td class="text-right" style="width: 10%;><input type="text" name="banner_image[' + image_row + '][sort_order]" value="" placeholder="<?php echo $entry_sort_order; ?>" class="form-control" /></td>';
Code: Select all
html += ' <td class="text-right" style="width: 10%;"><input type="text" name="banner_image[' + image_row + '][sort_order]" value="" placeholder="<?php echo $entry_sort_order; ?>" class="form-control" /></td>';
Browse large collection of Premium OpenCart Themes
Hi pipoy,
Here are a few things that are documented - http://forum.opencart.com/viewtopic.php?f=190&t=157955
Here are a few things that are documented - http://forum.opencart.com/viewtopic.php?f=190&t=157955
NEVER take serious; anyone who gives negative impact statements with no ABSOLUTE proof!
OpenCart Helpful Information * Upgrade 1.5 to 2.1 * Upgrade 2.1 to 2.2
"Why do people NEVER have enough time to do it right but ALWAYS enough time to do it over?"
DO NOT EVER GIVE SOMEONE YOU DON"T KNOW ADMIN ACCESS TO ANYTHING!
I am NOT affiliated with OpenCart
Who is online
Users browsing this forum: No registered users and 66 guests