Forums / General / ERROR: The password mustn't be "password".
Norman Leutner
Sunday 26 February 2006 3:39:18 am
After Upgrading from ezp 3.7.0 tp ezp 3.7.3 I get the following error:
The password mustn't be "password".
when editing and publishing a user object...
Like:http://ez.no/community/bugs/ezuser_object_is_not_published_after_storing_the_draft
any suggestions?
Mit freundlichen Grüßen Best regards Norman Leutner ____________________________________________________________ eZ Publish Platinum Partner - http://www.all2e.com http://ez.no/partners/worldwide_partners/all2e_gmbh
André R.
Sunday 26 February 2006 3:52:12 pm
did you forgot to do the Mysql update ???
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Sunday 26 February 2006 11:38:42 pm
I did them, there are no really relvant updates to the database:
UPDATE ezsite_data SET value='3.7.1' WHERE name='ezpublish-version'; UPDATE ezsite_data SET value='4' WHERE name='ezpublish-release'; UPDATE ezsite_data SET value='3.7.2' WHERE name='ezpublish-version'; UPDATE ezsite_data SET value='5' WHERE name='ezpublish-release'; UPDATE ezsite_data SET value='3.7.3' WHERE name='ezpublish-version'; UPDATE ezsite_data SET value='6' WHERE name='ezpublish-release';
Łukasz Serwatka
Monday 27 February 2006 2:00:05 am
Norman, try remove all cache files from var/cache and var/(site)/cache. And make sure that you have override all old files with new one.
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Tuesday 28 February 2006 2:51:08 am
I'll give it a try next weekend...