Page 1 of 1

X2.6 Error

Posted: 09 Feb 2011, 08:15
by Xose
Hi;

I upload the Imagevuex 2.6 and the program giveme a error 500 :

http://www.arume.com.es/galeria/

Why?

I set the permissions and i trying again in another host but the error continue...

Re: X2.6 Error

Posted: 10 Feb 2011, 08:19
by Nick
Hard to say exactly, maybe something related to IonCube or something else on your server. Could you please provide your ftp login so we could take a look?

Re: X2.6 Error

Posted: 10 Feb 2011, 11:58
by Nick
There is something strange on the server:

This causes error 500:
Code
ob_start();
phpinfo(INFO_MODULES);
$modules = ob_get_contents();
ob_end_clean();
Because phpinfo() crashes the server:
http://arume.com.es/galeria/iv-includes/phpinfo.php

You can notice that the page breaks in the middle. Compare to this:
https://www.photo.gallery/demo/x2/iv-includes/phpinfo.php

This might be caused by using CGI as PHP API or maybe IonCube affects it somehow.

We've commented this line out in /iv-includes/common.inc.php:140 and it works, but you might get other issues. Try to contact your server support and see if they can fix this.

If there won't be any resolution, I would recommend you to change hosting.

Re: X2.6 Error

Posted: 10 Feb 2011, 12:07
by Xose
Thanks for your time Pain!

I will try it, the server is mine.

Xosé