BIG PROBLEM WITH NEW INSTALATION »  Show posts from    to     

Icy Phoenix


Old Support Topics - BIG PROBLEM WITH NEW INSTALATION



odelot [ Fri 07 Aug, 2009 21:03 ]
Post subject: BIG PROBLEM WITH NEW INSTALATION
After installing newly I have this mistake in unloads. I don`t to do. ¿What`s the problem? I don´t understand
dibujo


Mi futura página:www.eltricornio.es
Host de pago
Icy Phoenix:1.3.0.53


spydie [ Fri 07 Aug, 2009 21:06 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
you image is a bit small.

can´t see anything but for me your page loads fine


DWho [ Fri 07 Aug, 2009 21:13 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
goto the download page Spydie you wil see the error there... though it does look like a server problem of some kind... maybe someone who know will be able to help..

:mrgreen: :mrgreen:


spydie [ Fri 07 Aug, 2009 22:35 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
Site is dissabled


odelot [ Fri 07 Aug, 2009 22:52 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
This is the problem




Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/eltricornio.es/home/html/includes/pafiledb/functions.php on line 329

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/eltricornio.es/home/html/includes/pafiledb/functions.php on line 329


Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/eltricornio.es/home/html/includes/pafiledb/functions_pafiledb.php on line 301

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/eltricornio.es/home/html/includes/pafiledb/functions_pafiledb.php on line 377

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/eltricornio.es/home/html/includes/pafiledb/functions_pafiledb.php on line 403

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/vhost/eltricornio.es/home/html/includes/pafiledb/functions_pafiledb.php on line 1527
[Icy Phoenix Debug] PHP Notice: in file /includes/page_header.php on line 1189: Cannot modify header information - headers already sent by (output started at /includes/pafiledb/functions.php:329)
[Icy Phoenix Debug] PHP Notice: in file /includes/page_header.php on line 1191: Cannot modify header information - headers already sent by (output started at /includes/pafiledb/functions.php:329)
[Icy Phoenix Debug] PHP Notice: in file /includes/page_header.php on line 1192: Cannot modify header information - headers already sent by (output started at /includes/pafiledb/functions.php:329)


gearhead [ Sat 08 Aug, 2009 04:49 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
I had a very similar problem with my upgrade from 1.2 to 1.3.

I didn't have as many errors, but most of my pages wouldn't load. I think I already had database errors, or the upgrade would have worked perfectly.

:mricy:


odelot [ Sat 08 Aug, 2009 16:28 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
Free hosting with no one having problems. I guess then that will be hosting


spydie [ Sat 08 Aug, 2009 16:33 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
The most off FreeHosters wan´t allow some ICY functions on there servers.

is your ´s a paid for server ??

or free hosting site?


odelot [ Sat 08 Aug, 2009 17:21 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
The problem I have with server payment


Lopalong [ Sat 08 Aug, 2009 23:46 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
It's a php upgrade thing and if you google for it you should find all the reasons why.

In the meantime it tells you how to fix it here:

If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file

No doubt that this will have to be addressed by MG, but in the short term - you need to patch it.


odelot [ Sat 08 Aug, 2009 23:57 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file

.[/quote]

But I do not know how to fix it


spydie [ Sun 09 Aug, 2009 00:40 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
What Lopalong want´s to say is , that you´ve got to enable that option in your PHP.ini file if you got access to it on your server


gearhead [ Sun 09 Aug, 2009 01:24 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
That's got to be the reason. I don't have any real control over php.ini. My host told me that every month they do a host wide clean sweep of any changes made to the php.ini.

They say it's a security issue. I wish I would have remembered that before I paid them for another year. Ah, well, my site is running great after a new install.

:mricy:


Lopalong [ Sun 09 Aug, 2009 09:22 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
If you have a php.ini file in the public root at your server, then add the code below to it:

Code: [Hide] [Select]
; Whether to enable the ability to force arguments to be passed by reference
; at function call time. This method is deprecated and is likely to be
; unsupported in future versions of PHP/Zend. The encouraged method of
; specifying which arguments should be passed by reference is in the function
; declaration. You're encouraged to try and turn this option Off and make
; sure your scripts work properly with it in order to ensure they will work
; with future versions of the language (you will receive a warning each time
; you use this feature, and the argument will be passed by value instead of by
; reference).
allow_call_time_pass_reference = true


If you don't have a php.ini file - Then create one in the root of your public folder and add the code to it and CHMOD to 705.


odelot [ Sun 09 Aug, 2009 13:03 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
I created the file ini.php and I have introduced this :


<?php
/**
* Whether to enable the ability to force arguments to be passed by reference
; at function call time. This method is deprecated and is likely to be
; unsupported in future versions of PHP/Zend. The encouraged method of
; specifying which arguments should be passed by reference is in the function
; declaration. You're encouraged to try and turn this option Off and make
; sure your scripts work properly with it in order to ensure they will work
; with future versions of the language (you will receive a warning each time
; you use this feature, and the argument will be passed by value instead of by
; reference).
allow_call_time_pass_reference = true
?>

the problem persists


spydie [ Sun 09 Aug, 2009 13:12 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
rename the file to php.ini

and try again


Edit.
when you upload the file, and the client tells you that this file allready exists, download the original and just add the code lines and upload it again.


odelot [ Sun 09 Aug, 2009 13:17 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
spydie wrote: [View Post]
rename the file to php.ini

and try again


Edit.
when you upload the file, and the client tells you that this file allready exists, download the original and just add the code lines and upload it again.




the file must be named php.ini or ini.php?


spydie [ Sun 09 Aug, 2009 14:05 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
i said php.ini


Lopalong [ Sun 09 Aug, 2009 14:14 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
odelot wrote: [View Post]
I created the file ini.php and I have introduced this :


<?php
/**
* Whether to enable the ability to force arguments to be passed by reference
; at function call time. This method is deprecated and is likely to be
; unsupported in future versions of PHP/Zend. The encouraged method of
; specifying which arguments should be passed by reference is in the function
; declaration. You're encouraged to try and turn this option Off and make
; sure your scripts work properly with it in order to ensure they will work
; with future versions of the language (you will receive a warning each time
; you use this feature, and the argument will be passed by value instead of by
; reference).
allow_call_time_pass_reference = true
?>

the problem persists


Who told you to ADD <?php and ?> ??

PLEASE read and follow the instructions to the letter - Twice in my original post I said php.ini

IF anything you can add [PHP] to the head of your file - But it doesn't mean anything because it's a comment, and that's why I didn't add it.

And what's this crap:

Code: [Hide] [Select]
/**
* Whether to enable the ability to force arguments to be passed by reference


Because those "comment" syntax are not in what I posted - neither are they recognised by php.ini. :(


spydie [ Sun 09 Aug, 2009 14:29 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
Yep.

and it look´s like i´m talking chinese aswell.


Edit

just sended him an PM in his language. If he does´nt understand now, when he´s a lost case


odelot [ Mon 10 Aug, 2009 15:10 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
creating file info.php that comes:


Spoiler: [ Show ]


spydie [ Mon 10 Aug, 2009 15:24 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
Spoiler: [ Show ]



There´s your problem.

You´ve got to enable rewrite mod.

because i can´t see it loaded nor enabled.

But that is a thing somebody else can explain better, and tell you what to do


odelot [ Mon 10 Aug, 2009 17:32 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
I told hosting to put on in:allow_call_time_pass_reference, because it appears as off


spydie [ Mon 10 Aug, 2009 18:19 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
Tell them to enable rewrite mod aswell


odelot [ Mon 10 Aug, 2009 21:35 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
finally the hosting have managed file allow_call_time_pass_reference in on. all it's okay.

Thank's spydie for your help and support


spydie [ Mon 10 Aug, 2009 21:39 ]
Post subject: Re: BIG PROBLEM WITH NEW INSTALATION
OK

So this is solved as A HOSTING PROBLEM

can somebody please mark this then


Mighty Gorgon [ Mon 10 Aug, 2009 21:57 ]
Post subject: Re: [SOLVED] BIG PROBLEM WITH NEW INSTALATION
Done... thanks.




Powered by Icy Phoenix