Page 22 of 63 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 623
  1. #211
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Idea or Suggestion Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by koi koi View Post
    hi
    This is what i got

    [24-Jan-2015 15:54:06 Europe/London] PHP Fatal error: 1050:Table 'znc_hide_categories' already exists :: RENAME TABLE hide_categories TO znc_hide_categories ==> (as called by) /home/sites/mydomain.com/public_html/mobile/adminname/includes/installers/tableau/1_3_2.php on line 3 <== in /home/sites/mydomiain.com/public_html/mobile/includes/classes/db/mysql/query_factory.php on line 155

    Thanks
    Hi,

    I think this is the same issue as post #188.

    I quickly restored the admin as follows:

    1. Open admin\includes\installers\tableau\1_3_2.php in a txt editor.
    2. Comment out (//) lines 2 & 22 then save the file. Now try admin again.

    Worked for me. I don't know if this has any negative impact elsewhere but it solves my issue with no apparent affect. My template installed correctly up to current version 1.3.4 and appears fine. Maybe Numinix might be able to advise.

    Also if Numinix is able to help, will you be releasing an update for this template for Zencart 1.5.4??

    Regards

  2. #212
    Join Date
    Jul 2011
    Posts
    57
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by SpaceMonkey View Post
    Hi,

    I think this is the same issue as post #188.

    I quickly restored the admin as follows:

    1. Open admin\includes\installers\tableau\1_3_2.php in a txt editor.
    2. Comment out (//) lines 2 & 22 then save the file. Now try admin again.

    Worked for me. I don't know if this has any negative impact elsewhere but it solves my issue with no apparent affect. My template installed correctly up to current version 1.3.4 and appears fine. Maybe Numinix might be able to advise.

    Also if Numinix is able to help, will you be releasing an update for this template for Zencart 1.5.4??

    Regards
    thanks for information

  3. #213
    Join Date
    Jul 2011
    Posts
    57
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    finally i have this installed have not altered anything
    BUT now i am getting when i add products to cart
    Whoops! Your session has expired.

    If you were placing an order, please login and your shopping cart will be restored. You may then go back to the checkout and complete your final purchases.

    If you had completed an order and wish to review it, or had a download and wish to retrieve it, please go to your My Account page to view your order.

    Any ideas thanks

  4. #214
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    This occurs with session issues on the server. There are various threads and articles on the topic.

  5. #215
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by koi koi View Post
    hi
    This is what i got

    [24-Jan-2015 15:54:06 Europe/London] PHP Fatal error: 1050:Table 'znc_hide_categories' already exists :: RENAME TABLE hide_categories TO znc_hide_categories ==> (as called by) /home/sites/mydomain.com/public_html/mobile/adminname/includes/installers/tableau/1_3_2.php on line 3 <== in /home/sites/mydomiain.com/public_html/mobile/includes/classes/db/mysql/query_factory.php on line 155

    Thanks
    Try version 1.3.4.

  6. #216
    Join Date
    Jul 2011
    Posts
    57
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    Try version 1.3.4.
    have tried and have installed latest version off your website and in order to get admin area above post is correct comment out line 3
    now can gain admin section.
    will this affect anything by commenting out this line?

    i want to install this on the latest version of zencart but i guess it cannot be done at this time?

    thanks

  7. #217
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by koi koi View Post
    have tried and have installed latest version off your website and in order to get admin area above post is correct comment out line 3
    now can gain admin section.
    will this affect anything by commenting out this line?

    i want to install this on the latest version of zencart but i guess it cannot be done at this time?

    thanks
    Hi,

    I have this template running on v1.5.4 (current version) and appears fine. I "think" the line in question is duplicated in the query factory hence the error it throws out. Instead of messing with the query factory I have removed (commented out) the line in the template as it is probably best not to amend core zen files unless you need to.

    It would be really really cool if numinix could spend a few minutes looking at this. This issue is apparent on all new test installs I have performed.

    p.s. In my opinion this is on my list of best zen templates available...... A really big well done to Numinix.
    Last edited by SpaceMonkey; 7 Feb 2015 at 03:50 AM. Reason: spelling

  8. #218
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    Try version 1.3.4.
    This issue is present in v1.3.4

  9. #219
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

    Default Re: Tableau Responsive Theme - Support Thread

    Looking at using this for my upgrade to 1.5.4, and have run in to a lot of little bugs, every time I think I have found them all something else shows up. I'm getting close to heading a different direction with my template choice.

    Can anyone tell me why
    Code:
    $featured_products_query_raw
    $products_all_query_raw
    $products_new_query_raw
    $review_query_raw
    $specials_query_raw
    All found in includes/modules/pages/*page_name*/header_php.php
    were all changed to
    Code:
    $listing_sql
    ?????

    Is this change what breaks the Sort By: on the product listing? view here
    Every time you try to sort it just takes you to the home page.
    Any insight on fixing this would be greatly appreciated, as it may just be "the straw that breaks the camels back".

    I have also noticed that in IE and Firefox the pics in the Best Sellers/Featured Products/New Products tabs on the home page do not auto resize, they do in Chrome and Safari.

  10. #220
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    288
    Plugin Contributions
    3

    Default Re: Tableau Responsive Theme - Support Thread

    So looking into it a little further the change to $listing_sql is just part of the responsive template and not the cause of the broken sort by....
    I have yet to figure out what is thou

    I was also able to "fix" the Best Sellers/Featured Products/New Products home page tabs image issue by starting with a fresh install, installing IH first, then installing Tableau.

 

 
Page 22 of 63 FirstFirst ... 12202122232432 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  3. v155 Tableau Theme configuration not working.
    By tunes in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 22 Mar 2017, 06:53 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR