Page 30 of 30 FirstFirst ... 20282930
Results 291 to 298 of 298
  1. #291
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    263
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hello lat9,
    Sorry, it looks like that was a mistake in my quote (editing while posting not good idea!), I checked and I see in the current code I have double quotes as you state in your post. Whew, thanks for correcting that.

  2. #292
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Quote Originally Posted by frank18 View Post
    Has anyone got this mod working with ZC 1.5.3 ??

    Just upgraded a site from 1.5.1 to 1.5.3 and all EZ-pages are showing NO title and NO text.... no matter which language is chosen

    There are NO entries in the /logs folder

    TOC shows fine though.

    Cheers / Frank
    facing the same issue!

  3. #293
    Join Date
    Jan 2018
    Location
    Belgium
    Posts
    12
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hello.

    I have installed the v16 on zencart 1.5.5e of this ezpage multilanguage add-on.

    When testing i can find in my logs the following generated sql that is returning an error:
    SELECT e.*, et.*
    FROM ZEN_ezpages e, ZEN_ezpages_content et
    WHERE e.pages_id = (int)79
    AND et.languages_id = '2'
    AND e.pages_id = etpages_id ...

    In bold the 2 issues that are in this generated sql statement. What would work for me is:
    SELECT e.*, et.*
    FROM ZEN_ezpages e, ZEN_ezpages_content et
    WHERE e.pages_id = '79'
    AND et.languages_id = '2'
    AND e.pages_id = et.pages_id ...

    Can you please advise me what i can do so the sql gets generated correctly?

    Thank you
    Bart

  4. #294
    Join Date
    Jan 2018
    Location
    Belgium
    Posts
    12
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    I have been able to solve the sql issue.

    In the file: includes/modules/pages/page/header_php.php
    At line29 i had to modify the sql statement to:

    /* BOF Multilingual EZ Pages 1 of 3 */
    $sql = "SELECT e.*, et.*
    FROM " . TABLE_EZPAGES . " e, " . TABLE_EZPAGES_TEXT . " et
    WHERE e.pages_id = '" .$ezpage_id . "'
    AND et.languages_id = '" . (int)$_SESSION['languages_id'] . "'
    AND e.pages_id = et.pages_id";

  5. #295
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Multi-Language Support for EZ-Pages

    Quote Originally Posted by hbhorsesbe View Post
    I have been able to solve the sql issue.

    In the file: includes/modules/pages/page/header_php.php
    At line29 i had to modify the sql statement to:

    /* BOF Multilingual EZ Pages 1 of 3 */
    $sql = "SELECT e.*, et.*
    FROM " . TABLE_EZPAGES . " e, " . TABLE_EZPAGES_TEXT . " et
    WHERE e.pages_id = '" .$ezpage_id . "'
    AND et.languages_id = '" . (int)$_SESSION['languages_id'] . "'
    AND e.pages_id = et.pages_id";
    Thanks, I'll submit an updated version to the uploads soon.

  6. #296
    Join Date
    Sep 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Confirmed; the new SQL line works for ZC 1.5.5f as well.

  7. #297
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Multi-Language Support for EZ-Pages

    Version 1.7 will be submitted today to the downloads.

  8. #298
    Join Date
    May 2018
    Location
    Canada
    Posts
    1
    Plugin Contributions
    0

    Default Re: Multi-Language Support for EZ-Pages

    Hi, I need some help quickly! I just uploaded the EZPAGES_V17 to my site ( I am using 1.5.5f with the Yourstore template) according to the instructions provided in the README txt. Not only did it not appear in the admin but it broke my site as well. When I go to storefront the page loads in the browser with the favicon but the page itself doesn't load. It sites with the spinning icon like it is looking for a page that is not there. What have I done wrong and what can I do to fix the problem??
    Thank you in advance for any guidance I might receive.

 

 
Page 30 of 30 FirstFirst ... 20282930

Similar Threads

  1. v150 EZ-Pages Meta tag fields + Multi-Language Support for EZ-Pages
    By ShopVille in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Nov 2012, 09:25 PM
  2. "Multi-Language Support for EZ-Pages" prints "Array" in Sidebox
    By andreas.hennig in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2010, 08:23 AM
  3. multi language ez-pages doesnt work for me
    By bluesky2008 in forum Addon Language Packs
    Replies: 2
    Last Post: 31 Jul 2008, 04:23 PM
  4. multi language button image in header, links to multi language pages
    By bluesky2008 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Jul 2008, 04:14 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