the server version of php is to "new/high"

hi ppl, i want to install phpmelody 1.6.7, is a video script, i was trying to install it but not works well (white pages), support from phpmelody told me is because the version of php is to high and if i want to make it work i should drop the version to some older version

my question is, is there any way to make it works? is there any program that converts php files variables with the new ones?

im not expert on this

thanks

Never really had much of a problem with php versioning.
But white pages can stem from other problems as well.
Check your php log files, or turn on error reporting

error_reporting(E_ALL); ini_set("display_errors", 1);

i registred

i think the server have init disabled,

i instaled the old version of phpmelody, 1.6.7, the steps were all ok, ive got this error after the instalation:

Warning: ini_set() has been disabled for security reasons in /home/myspace/public_html/install.php on line 260

i added one @ before the init on line 260 and i tryed to reinstall, and the error disaperead, looks like the instalation works well, i complete the instalation steps and everything goes like a charme, after the instalation i try to access the site and evrything is white, if i click on recover passowrd apears the page of recover, from there i can click on some pages and works, but some are white, when i try to login everything is white

after the instalation apears the page to login on admin, i login and everything is white, blank page

this is the line 260:

	ini_set("auto_detect_line_endings", true);

server PHP version 5.4.25

[06-Mar-2014 03:22:29 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/arhivei1/public_html/install.php on line 260 [06-Mar-2014 03:22:31 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/arhivei1/public_html/install.php on line 260 [06-Mar-2014 03:44:58 UTC] PHP Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/arhivei1/public_html/include/settings.php on line 210 [06-Mar-2014 03:44:58 UTC] PHP Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /home/arhivei1/public_html/include/settings.php on line 223 [06-Mar-2014 03:44:58 UTC] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/arhivei1/public_html/include/functions.php on line 1006 [06-Mar-2014 03:44:58 UTC] PHP Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /home/arhivei1/public_html/include/functions.php on line 1298 [06-Mar-2014 03:44:58 UTC] PHP Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/arhivei1/public_html/include/functions.php on line 2316 [06-Mar-2014 03:44:58 UTC] PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/arhivei1/public_html/include/functions.php on line 2318 [06-Mar-2014 03:46:42 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/arhivei1/public_html/install.php on line 260 [06-Mar-2014 03:46:43 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/arhivei1/public_html/install.php on line 260

one guy from their forum told me:

works with php 5.3

you should remove all occurrences of session_register from all files, maybe then it works with 5.4

anyone?

Sponsor our Newsletter | Privacy Policy | Terms of Service