Re: Multi-Language Support for EZ-Pages
Whew! I think I figured it out. I had to get into the database and manually reset the settings for about half of the EZ-Pages in the ezpages table. Pretty much all of the settings were missing, so when I added them back in, the links started working again! I have no idea what the problem was that caused it, but at least it's fixed now. =)
Re: Multi-Language Support for EZ-Pages
Scratch that, it's not fixed. The pages are showing up, but you can't edit the content in the admin. The changes don't seem to be taking hold in the database. =(
Re: Multi-Language Support for EZ-Pages
Hey,
something is definitely missing from the file ezpages.php (the sidebox one) since some text comes as code to the site under the links and when you look the file starting from the line 76, it goes like this:
} // test for display
?>
atus_toc':
zen_set_ezpage_status(zen_db_prepare_input($_GET['ezID']), zen_db_prepare_input($_GET['current']), 'status_toc');
$messageStack->add(SUCCESS_PAGE_STATUS_UPDATED, 'success');
zen_redirect(zen_href_link(FILENAME_EZPAGES_ADMIN, 'page=' . $_GET['page'] . '&ezID=' . $_GET['ezID']));
break;
case 'insert':
case 'update':
// start modification for multi-language support
ETC.
The start is quite surely "status_toc" but what else is missing there?
Elli
Re: Multi-Language Support for EZ-Pages
Actually that seems to be a mix up with the other file of ezpages.php that is for admin. So, from this ezpages file that belongs to the folder of sideboxes I removed everything under this:
}
} // test for display
?>
(so, the above still stays, all else goes away under from this file)
...and it seems to work now... using 1.3.7 here.
Re: Multi-Language Support for EZ-Pages
Just wanted to update that I was having the same issue as many others here in that the EZ-Pages weren't being updated, but I fixed it by reinstalling the mod, but I installed the June 9th version this time. Everything SEEMS to be working great now! I'll update as soon as I hear back from my client.
I guess the "update" actually breaks the mod, at least on 1.3.6. =/
Re: Multi-Language Support for EZ-Pages
Is this module compatible with 1.3.7?
Re: Multi-Language Support for EZ-Pages
Some people seem to be having trouble with it. Others are running it without problem, and it's even built into the German language pack for 1.3.7. So the answer would appear to be yes, but make sure that you install it very carefully.
Re: Multi-Language Support for EZ-Pages
Re: Multi-Language Support for EZ-Pages
I have problems also to integrate multilanguage EZPages into my upgraded zencart (1.3.7)
The pack at http://www.zen-cart.com/index.php?ma...roducts_id=113 on October 14 2006 contain a set of files in the root folder ....
Is there any solution to get this complete pack ?
Thanks for reply
Re: Multi-Language Support for EZ-Pages
You can grab the release before the October one.
The October one didn't work for me anyway (after merging it with the June release), but after I reinstalled it with the June release, it works perfectly. This is on 1.3.6, BTW.