Page 1 of 1

x2.5 Upgrade Problems

Posted: 29 Nov 2010, 21:03
by lowray1975
I couldn't wait :)

Well, after following the upgrade directions I seem to have ran into a problem that, I think, is related to a PHP 5.2.2 specific function. When I try to login to the admin side /iv-admin/ I receive the following error page:
Code
Fatal error: Call to undefined method DirectoryIterator::getBasename() in /var/www/vhosts/insideourshell.com/subdomains/photos/httpdocs/iv-includes/include/ivFilterIteratorDot.class.php on line 8
Upon investigation, it appears that DirectoryIteraton:getBasename() thing (class? function? method?) was added in PHP 5.2.2 although I'm running 5.1.6.

Can this be rewritten so it supports all versions of PHP 5 and above?

Thank you, I can't wait to begin using x2.5!!!

Re: x2.5 Upgrade Problems

Posted: 30 Nov 2010, 04:42
by Nick
Thank you for reporting this, we've just changed a few files to ensure compatibility with PHP 5.1.3. Please re-download imagevuex25b.zip from our site, it should fix this for you.

PHP5.1.3 is the minimal required version for Imagevue X2.5.

Re: x2.5 Upgrade Problems

Posted: 30 Nov 2010, 16:41
by lowray1975
Thanks Nick - worked perfectly!