Forums / Developer / contrib PHPLIST : compatibility with EZ
Anthony M.
Thursday 31 January 2008 1:42:02 am
Hi, i want to know if the contrib PHPLIST is compatible with the version 3.9.4 of EZPublish ?Thanks
Anthony
Bruce Morrison
Thursday 31 January 2008 2:24:39 am
Hi Anthony
If you are referring to http://ez.no/developer/contribs/datatypes/phplist_module then it should work with eZ 3.6+ but not eZ 4.0.
Let me know if you have any problems getting it going.
CheersBruce
My Blog: http://www.stuffandcontent.com/ Follow me on twitter: http://twitter.com/brucemorrison Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
Friday 01 February 2008 12:52:32 am
ok thanks
i'm upgrading EZ to have the version 3.9.4 but when i make an upgrade check in the administration (check database consistency), i have this message :
DROP TABLE phplist_admin; DROP TABLE phplist_admin_attribute; DROP TABLE phplist_admin_task; DROP TABLE phplist_adminattribute; DROP TABLE phplist_attachment; DROP TABLE phplist_bounce; DROP TABLE phplist_bounceregex; DROP TABLE phplist_bounceregex_bounce; DROP TABLE phplist_config; DROP TABLE phplist_eventlog; DROP TABLE phplist_linktrack; DROP TABLE phplist_linktrack_userclick; DROP TABLE phplist_list; DROP TABLE phplist_listmessage; DROP TABLE phplist_listrss; DROP TABLE phplist_listuser; DROP TABLE phplist_message; DROP TABLE phplist_message_attachment; DROP TABLE phplist_messagedata; DROP TABLE phplist_rssitem; DROP TABLE phplist_rssitem_data; DROP TABLE phplist_rssitem_user; DROP TABLE phplist_sendprocess; DROP TABLE phplist_subscribepage; DROP TABLE phplist_subscribepage_data; DROP TABLE phplist_task; DROP TABLE phplist_template; DROP TABLE phplist_templateimage; DROP TABLE phplist_urlcache; DROP TABLE phplist_user_attribute; DROP TABLE phplist_user_blacklist; DROP TABLE phplist_user_blacklist_data; DROP TABLE phplist_user_message_bounce; DROP TABLE phplist_user_message_forward; DROP TABLE phplist_user_rss; DROP TABLE phplist_user_user; DROP TABLE phplist_user_user_attribute; DROP TABLE phplist_user_user_history; DROP TABLE phplist_usermessage; DROP TABLE phplist_userstats;
i don't know why i can do that... can you help me please ?
Friday 01 February 2008 1:05:12 am
Don't drop the tables or you will lose the data in them. eZ Publish is a bit of a snob in that the upgrade /database check wants to remove any non eZ database tables. You can safely ignore these tables in terms of the upgrade.
Friday 01 February 2008 1:08:26 am
ok thanks a lot for the information