Results 1 to 10 of 288

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by picaflor-azul View Post
    Did you go to admin--configuration--layout settings and set the ACTIVATE Responsive Template by selecting Column Widths to 2?
    Carp. Sorry. Should be there now. That's what happens when I get called to breakfast in the middle of a note.

    See previous post. Configuration: Layout Settings: Activate Responsive Template does not exist.
    Config: Responsive Apparel Boutique Template: Nothing listed in that screen....

    Left sideboxes appear to be stretched into the centerbox area.

    Attachment 13077

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by RixStix View Post
    Carp. Sorry. Should be there now. That's what happens when I get called to breakfast in the middle of a note.

    See previous post. Configuration: Layout Settings: Activate Responsive Template does not exist.
    Config: Responsive Apparel Boutique Template: Nothing listed in that screen....

    Left sideboxes appear to be stretched into the centerbox area.

    Attachment 13077
    Did you upload the responsive_apparel_boutique.sql patch?

    Thanks,

    Anne

  3. #3
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    AFAIK, I did. For both this and All Business. Neither show anything in their respective config tabs. I will be away from my ftp computer till later this afternoon to check again.

  4. #4
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Yes. Both responsive SQL patches performed had previously been executed but just ran them again to see if there were any error msgs.

    The Yellow, see Upgrade Exceptions table just says "xxx already exists".

    Attachment 13078Attachment 13079

  5. #5
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Found these in the log files, but looks like a repeat of the messages displayed at the time of inserting the sql patch(s).

    Code:
    DEBUG-adm
    [15-Sep-2013 12:07:44] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: insert into layout_boxes
                      (layout_template, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single, show_box_min_width)
                      values ('responsive_apparel_boutique', 'banner_box.php', 0, 0, 0, 0, 0, 0) in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    				  
    [15-Sep-2013 13:18:38] PHP Fatal error:  Cannot redeclare class base in /home/MYcpanelLOGIN/public_html/includes/classes/class.base.php on line 17
    
    ==============================
    DEBUG
    [15-Sep-2013 12:08:06] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: select layout_box_name, show_box_min_width from layout_boxes where layout_box_location = 0 and layout_box_status= '1' and layout_template ='responsive_apparel_boutique' order by layout_box_sort_order in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120

  6. #6
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by RixStix View Post
    Found these in the log files, but looks like a repeat of the messages displayed at the time of inserting the sql patch(s).

    Code:
    DEBUG-adm
    [15-Sep-2013 12:07:44] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: insert into layout_boxes
                      (layout_template, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single, show_box_min_width)
                      values ('responsive_apparel_boutique', 'banner_box.php', 0, 0, 0, 0, 0, 0) in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    				  
    [15-Sep-2013 13:18:38] PHP Fatal error:  Cannot redeclare class base in /home/MYcpanelLOGIN/public_html/includes/classes/class.base.php on line 17
    
    ==============================
    DEBUG
    [15-Sep-2013 12:08:06] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: select layout_box_name, show_box_min_width from layout_boxes where layout_box_location = 0 and layout_box_status= '1' and layout_template ='responsive_apparel_boutique' order by layout_box_sort_order in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    Try running this in your admin--tools--sql patches:

    Code:
    ALTER TABLE layout_boxes ADD show_box_min_width TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER layout_box_status_single;
    Thanks,

    Anne

  7. #7
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    No change when that is patch is executed. Dar n

    I could try installing a different responsive template but don't expect any difference since AllBusiness appears the same.
    I hate being a problem child too. I guess there's always a possibility that it is not playing nice with some addon that I've installed but other templates play nice.

    Error Failed: 1
    Error ERROR: Cannot ADD column show_box_min_width because it already exists.
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

 

 

Similar Threads

  1. Apparel Boutique Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 431
    Last Post: 8 Dec 2016, 04:27 PM
  2. Replies: 3
    Last Post: 10 Jun 2014, 09:45 PM
  3. Modify or change template from Apparel Boutique to Lite Orange?
    By sweetaloma in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Dec 2012, 07:34 PM
  4. Replies: 7
    Last Post: 14 Jun 2012, 04:15 PM
  5. Replies: 1
    Last Post: 18 Jan 2011, 04:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg