Re: Multi-Language Support for EZ-Pages
Hi.
I've had this to a few times.
Most of the times i would login again and logout immediately. Reset my browser cache and login again and then it would work.
I think you are loosing your session somehow.
Maybe you could try different url. like shop.com or www.shop.com.
Are you using SSL?
Ronald.
Re: Multi-Language Support for EZ-Pages
Hi Ronald,
Your onto something - I cleared the cache, and tried from different computers without success - BUT - there is no session info! Normally when hover over a link you see the link + session. In my case - sessions for all except the ex-pages multilanguage. eg
https://www.nutrisearch.eu/shop/admi...action=install
Thanks
Terry
Re: Multi-Language Support for EZ-Pages
Hi
Maybe there is something in .htaccess that is rewritting or something?
Do you have any other mods installed?
Is there any info to be found in the php errorlog?
Ronald.
Re: Multi-Language Support for EZ-Pages
In my experince when you get booted back to the login page it is the ZC admins ver of a 404 error. you should check that all the muiti lingual files were uploaded properly, w/ the correct permissions. (644 should be good)
Re: Multi-Language Support for EZ-Pages
I don't get this thing :blink:
I downloaded the latest, had not add a ez-page yet, thinking it would be better to first mod the cart knowing it would be possible to make it multilingual. It went wrong right there. some weird codes of empty tables (sorry forgot to copy the code)
Then added some ez-pages. Have clicked all options back and forth from install to uninstall and also the fix button. But nothing seems to work. The link is not visible and now content from one ez pages comes back in another ezpage.
what is wrong with this mod :shocking:
Re: Multi-Language Support for EZ-Pages
uninstalling and installing again, the link apeared. Then I changed the (translate) titles and content. Saved the file and the links disappear again. ?
Re: Multi-Language Support for EZ-Pages
Ok the full story:
I started with this download:
http://www.nevjwebdesign.com/zen_mod...ge_ezpages.zip at the beginning of this topic.
Again I had not made any ez-pages, thinking it would be better to mod it first.
I dropped this SQL in the tools > sql patches:
DROP TABLE IF EXISTS `ezpages_content`;
CREATE TABLE IF NOT EXISTS `ezpages_content` (
`pages_id` int(11) NOT NULL default '0',
`languages_id` int(11) NOT NULL default '1',
`pages_title` varchar(64) NOT NULL default '',
`pages_html_text` text NOT NULL,
KEY `idx_ezpages_content` (`pages_id`,`languages_id`)
) TYPE=MyISAM;
#################
## This next section copies your page titles and content across from the existing ezpages table into the new ezpages_content table
#NEXT_X_ROWS_AS_ONE_COMMAND:3
INSERT INTO ezpages_content (pages_id, pages_title, pages_html_text)
SELECT pages_id, pages_title, pages_html_text
FROM ezpages;
After that. I could not make ezpages at all, and it came with probably this error:
1146 Table 'lagomera_zc1.zen_ezpages_content' doesn't exist
in:
[select count(*) as total from zen_ezpages e, zen_ezpages_content et where e.pages_id = et.pages_id and et.languages_id = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
This is also the message I get, after uninstalling the new mod.
What I did after my first install, is download the mod, that is available in the downloads section at the zencart site. Installed that one and now it is not working anymore.
Does anyone know a solution? Uninstalling brings me back to the message 1146... installing makes the ezpages invisible...
Re: Multi-Language Support for EZ-Pages
Hi NRG!
Look into your database if there is the table "ezpages_content" that you should have installed with your SQL-statement.
Before you go any further you should make a backup of your database. You should do this all the time, when you want to make changes. Maybe you still have one from the time before you started to implement the multi-language support for EZ-Pages.
Rename the table with "lagomera_zc1.zen_ezpages_content" and then do this via the SQL-interface:
## This next section copies your page titles and content across from the existing ezpages table into the new lagomera_zc1.zen_ezpages_content table
#NEXT_X_ROWS_AS_ONE_COMMAND:3
INSERT INTO lagomera_zc1.zen_ezpages_content (pages_id, pages_title, pages_html_text)
SELECT pages_id, pages_title, pages_html_text
FROM ezpages;
Maybe this will help you. But no guarantee from my side.
:blush:
Smartsoul
Re: Multi-Language Support for EZ-Pages
it's time for me to learn how that works! I have no idea how to look into the database. So far I managed to install it all and get it working. I do make backups. So I'll surf the web and expand my knowledge on this subject. thanks for the suggestions Smartsoul :)
Re: Multi-Language Support for EZ-Pages
I installed the newst Multipages from the download section on my 1.3.7 shop. Now the admin area has got the old ezpages as I created them + the (translate me). So I translated a few of my pages, and what happens, is that the links in the header diappear! Will this go away when all pages are translated or is there more to this?
Go to http://www.ecuras.fi/zencart to see the missing links.
The links are also missing in all three languages after updating the translated ezpages. The first link should be 'Home' and the 5th should be Services. The others I haven't started to translate yet since I noticed that the links in the header disappeared, so they have the Finnish link texts and content, since the multilingual ezpages put all content as english, though all content was finnish by 'default'.:blink: