Re: Multi-Language Support for EZ-Pages
Oldrich: I found the problem thats causing your error message - edit admin/ezpages.php
find this line:
Code:
if (pages_html_url_flag) {
and put a $ sign in front of pages_html_url_flag so it reads:
Code:
if ($pages_html_url_flag) {
Alex: I'm working on that problem - I believe its an issue with having more than one language when the mod is installed, and only getting link titles and page content inserted for a single language. I'm working on a new 'fix table' script that will set up and/or fix the extra database table. Hopefully I'll get it sorted out and the script available in the next 24 hrs.
Neville
An assumption is what you arrive at when you get tired of thinking...