Search…

X3 Photo Gallery Support Forums

Search…
 
tverskaja.com
Topic Author
Posts: 8
Joined: 11 Sep 2009, 07:37

Site does not work. Update from PHP 5.2 to PHP 5.3

20 Dec 2009, 03:48

Hi there!
My site: bibuca.be stopped working after my provider has updated from PHP 5.2 to PHP 5.3

I am using V1 of the Imagevue gallery for the site. Is the first version competible with the PHP 5.3? How can I resolve the issue?

Thank you!
 
tverskaja.com
Topic Author
Posts: 8
Joined: 11 Sep 2009, 07:37

Re: Site does not work. Update from PHP 5.2 to PHP 5.3

20 Dec 2009, 03:52

I have activated the PHP error messages on the server as it was instructed by the provider and now the site works!

Strange....
 
tverskaja.com
Topic Author
Posts: 8
Joined: 11 Sep 2009, 07:37

Re: Site does not work. Update from PHP 5.2 to PHP 5.3

20 Dec 2009, 04:20

But I still do not have music playing. Any Idea how I can correct that?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

22 Dec 2009, 09:08

Looks like something else going on in your server:
http://bibuca.be/readfolder.php?path=mp3/&ext=mp3

Keep in mind you are using the old Imagevue V1 ...
 
tverskaja.com
Topic Author
Posts: 8
Joined: 11 Sep 2009, 07:37

22 Dec 2009, 09:22

Is there a new version of Imagevue V1????

How can I correct the problem? Is it something to do with the provider?
Sorry, but I am not very litterate in thiese issues.


mjau-mjau wrote:Looks like something else going on in your server:
http://bibuca.be/readfolder.php?path=mp3/&ext=mp3

Keep in mind you are using the old Imagevue V1 ...
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

06 Jan 2010, 10:58

PHP5.3 is bit too early to jump on, here's how to fix it:

Open /include/secure.inc.php

On line 4 add @ before ereg_replace
firedev.com
 
tverskaja.com
Topic Author
Posts: 8
Joined: 11 Sep 2009, 07:37

06 Jan 2010, 11:04

Thank you very much!
:P :P :P
pain wrote:PHP5.3 is bit too early to jump on, here's how to fix it:

Open /include/secure.inc.php

On line 4 add @ before ereg_replace
 
D-ziner
Posts: 8
Joined: 13 Oct 2006, 03:13

25 Feb 2010, 10:45

I have the same problem.

PHP Version 5.3.1 on version 1

I also changed this in include/secure.inc.php:
$secured = @ereg_replace("\.{2,}/|\./","",urldecode($path));

http://www.dejavu-zottegem.be/gallery/upload/
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

26 Feb 2010, 00:48

Exactly! That's the very same I said
firedev.com