Posts: 36
Fri 07 Aug, 2009 21:03
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
Mi futura página:www.eltricornio.es
Host de pago
Icy Phoenix:1.3.0.53
Last edited by odelot on Fri 07 Aug, 2009 21:09; edited 2 times in total
Posts: 1796 Location: In the Boxes
Fri 07 Aug, 2009 21:06
Subject: Re: BIG PROBLEM WITH NEW INSTALATION
you image is a bit small.
can´t see anything but for me your page loads fine
Posts: 1307 Location: hampshire
Fri 07 Aug, 2009 21:13
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:
Posts: 1796 Location: In the Boxes
Fri 07 Aug, 2009 22:35
Subject: Re: BIG PROBLEM WITH NEW INSTALATION
Site is dissabled
Posts: 36
Fri 07 Aug, 2009 22:52
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)
Posts: 274 Location: U.S.A.
Sat 08 Aug, 2009 04:49
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:
Posts: 36
Sat 08 Aug, 2009 16:28
Subject: Re: BIG PROBLEM WITH NEW INSTALATION
Free hosting with no one having problems. I guess then that will be hosting
Posts: 1796 Location: In the Boxes
Sat 08 Aug, 2009 16:33
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?
Posts: 36
Sat 08 Aug, 2009 17:21
Subject: Re: BIG PROBLEM WITH NEW INSTALATION
The problem I have with server payment
Inactive User
Sat 08 Aug, 2009 23:46
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.
Posts: 36
Sat 08 Aug, 2009 23:57
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
Posts: 1796 Location: In the Boxes
Sun 09 Aug, 2009 00:40
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
Posts: 274 Location: U.S.A.
Sun 09 Aug, 2009 01:24
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:
Inactive User
Sun 09 Aug, 2009 09:22
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:
; 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.
Posts: 36
Sun 09 Aug, 2009 13:03
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
Page 1 of 2
You
cannot post new topics
You
cannot reply to topics
You
cannot edit your posts
You
cannot delete your posts
You
cannot vote in polls
You
cannot attach files
You
can download files
You
cannot post calendar events