SOLVED BIG PROBLEM WITH NEW INSTALATION


Goto page 1, 2  Next

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

Last edited by odelot on Fri 07 Aug, 2009 21:09; edited 2 times in total
Subject: Re: BIG PROBLEM WITH NEW INSTALATION
you image is a bit small.

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

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:

Subject: Re: BIG PROBLEM WITH NEW INSTALATION
Site is dissabled

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)

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:

Subject: Re: BIG PROBLEM WITH NEW INSTALATION
Free hosting with no one having problems. I guess then that will be hosting

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?

Subject: Re: BIG PROBLEM WITH NEW INSTALATION
The problem I have with server payment

Inactive User
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.

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

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

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
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: [Download] [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.

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

Goto page 1, 2  Next

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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0893s (PHP: 22% SQL: 78%)
SQL queries: 11 - Debug Off - GZIP Enabled