Search…

X3 Photo Gallery Support Forums

Search…
 
lowray1975
Experienced
Topic Author
Posts: 137
Joined: 26 Jul 2008, 08:04

x2.5 Upgrade Problems

29 Nov 2010, 21:03

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!!!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: x2.5 Upgrade Problems

30 Nov 2010, 04:42

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.
firedev.com
 
lowray1975
Experienced
Topic Author
Posts: 137
Joined: 26 Jul 2008, 08:04

Re: x2.5 Upgrade Problems

30 Nov 2010, 16:41

Thanks Nick - worked perfectly!