sorry I don't understand.
My version of zencart is 1.3.8a
my hosting is on linux
but all the other pages and products SSU goes
Only it doesn't go for that link of ezpage
sorry I don't understand.
My version of zencart is 1.3.8a
my hosting is on linux
but all the other pages and products SSU goes
Only it doesn't go for that link of ezpage
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Last edited by giuly; 8 Feb 2009 at 06:54 PM.
I suspect your zencart version may be updated from an old version? Because there is no table ez_pages_content in the default 1.3.8a. There is only table ezpages, which has pages_title column in that.
Anyhow, there is a way to work around that with your current database structure. But I do suggest you to check if your database is really up-to-date. You can go to admin, then go to version on the right hand side and see your zen database version/patch level.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
I suspect you use the ez-pages multi language module, this module moves the pages_title to another table.
One way to get around that is:
Open your includes/classes/ssu/plugins/parsers/pages.php
Find this line
Replace byPHP Code:static $table = TABLE_EZPAGES;
PHP Code:static $table = TABLE_EZPAGES_TEXT;
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
i have installed a new version of 1.3.8a and not upgrade.
You are GREAT!!!!
it goes with the fix
TABLE_EZPAGES_TEXT;