Page 1 of 1

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

Posted: 20 Dec 2009, 03:48
by tverskaja.com
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!

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

Posted: 20 Dec 2009, 03:52
by tverskaja.com
I have activated the PHP error messages on the server as it was instructed by the provider and now the site works!

Strange....

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

Posted: 20 Dec 2009, 04:20
by tverskaja.com
But I still do not have music playing. Any Idea how I can correct that?

Posted: 22 Dec 2009, 09:08
by mjau-mjau
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 ...

Posted: 22 Dec 2009, 09:22
by tverskaja.com
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 ...

Posted: 06 Jan 2010, 10:58
by Nick
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

Posted: 06 Jan 2010, 11:04
by tverskaja.com
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

Posted: 25 Feb 2010, 10:45
by D-ziner
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/

Posted: 26 Feb 2010, 00:48
by Nick
Exactly! That's the very same I said