Share » Forums » Developer » Critical image problem on 3.2-1 >...

Critical image problem on 3.2-1 > 3.2-3 upgrade

Critical image problem on 3.2-1 > 3.2-3 upgrade

Sunday 02 November 2003 8:55:43 am - 3 replies

Author Message

Paul Borgermans

Sunday 02 November 2003 12:17:05 pm

That's strange. I did an upgrade from a 3.0beta2 to 3.2-3 and don't have these problems (but its on Linux).

Try running the update scripts in update\common\scripts too (that's what I did anyway), maybe it is with the url_alias or xml in the article.

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Valentin Svelland

Monday 10 November 2003 5:13:27 am

I got the same problem as Craig, upgrading from 3.2-2 to 3.2-3!! I'm running on linux platform.

Craig Hirsch

Monday 10 November 2003 6:46:46 pm

Replacing the 3.2-1 /kernel/classes/datatypes/ezimage/* files with those from 3.2-3, all by itself, is enough to cause the EXACT same error behavior. (The function below also needs to be added to ezimagemanager.php to make the new code functional).

/*!
Returns the mime info for the mime type $mimeType.
*/
function mimeInfo( $mimeType )
{
if ( isset( $this->MIMEMap[$mimeType] ) )
return $this->MIMEMap[$mimeType];
return false;
}

For my next trick, I'll see if I can fix this unfortunate bug.

--
chirsch{AT}gmail{d.t}com

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu