Page 3 of 7
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Thu Mar 25, 2010 10:28 pm
by ferbacu
necesito ayudaaaaa no puedo solucionar en mi joomla 1.0.13
Warning: Parameter 2 to frontpage() expected to be a reference, value given in C:\xampp\htdocs\joomla\includes\Cache\Lite\Function.php on line 100
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Thu Mar 25, 2010 10:32 pm
by ferbacu
soy principiante y no entiendo que hay que hacer!! porfavor ayudaaa
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Thu Mar 25, 2010 11:48 pm
by antonyjames
Another thank you for this fix!
Excellent.
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Tue Mar 30, 2010 3:58 pm
by bjornhermansson
Thanks!!! It saved my pages as well!!
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Wed Mar 31, 2010 12:54 pm
by miguelonix
I only have to say
THANK YOU! YOU SAVE MY ASS.
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Sat Apr 03, 2010 4:05 pm
by davidsegovia
Thanks to you ! really great! awesome!
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Wed Apr 07, 2010 12:36 am
by vobi01
thank you so much for this patch !!!!
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Fri Apr 09, 2010 7:06 pm
by pernekef
Excelente trabajo kjellhalen, muchas gracias!!!
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Tue Apr 13, 2010 6:09 pm
by Danaja4567
Thank u so much. My host to updated the server and my page was down!
Everythink is like it was, except the contact form doesn't work. It look OK, but when I fill in information and click on send, a pop up windows says, that I should check, if I filled the cells correctly - and yes I did! But it just does not send the message!
Is there any way to fix this?
Tnx again,
Danaja
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Wed Apr 14, 2010 6:17 pm
by kefka
Nice work kjellhahlen!
Re: Warning: Parameter 2 to frontpage() expected to be a referen
Posted: Fri Apr 16, 2010 10:07 am
by Sunday_Red
Thanks! You saved me lot of time!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Mon May 10, 2010 6:14 pm
by HenrikE2
Had an old site with J!1.0.12, replaced the two files with those in the fix, worked like a charm. I was looking at a tricky and risky upgrade to 1.5.x, and you saved me an aggravating evening. Thank you very much!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Fri May 14, 2010 9:45 pm
by SAMFOULON
Thanks,
one.com updated the php. So I had the same problem on my site.
Thanks a lot, kjellhahlen. You saved me a lot of time.
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Fri May 21, 2010 9:41 am
by balas1
Very big thanks,
I saved. Cheers!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Mon May 24, 2010 6:53 pm
by leonnl1987
Thanks mate, this fix saved me a lot of time
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Tue May 25, 2010 12:54 pm
by viena2
for me as well the solution. thanks very much.
now the find a solution to the zoom media gallery
thank you
Posted: Sat May 29, 2010 5:13 am
by shichi
kjellhahlen you are my savior, your attachment is working. It's great, thank you very much
)
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Fri Jun 04, 2010 9:10 pm
by rofar
kjellhahlen wrote:fix_joomla_10x_php_530.zip
I wrote a fix. My version is Joomla 1.0.13 but I suppose it will not be very different for later versions.
Thank you SO much! You're help was AMAZING and VERY NEEDED!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Sat Jun 05, 2010 5:16 pm
by Makis77
This helped me as well for a Joomla 1.0.15 website that didnt show articles in frontpage because server was runng php 5.3.2
thank you.
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Tue Jun 15, 2010 10:43 am
by noriega
Thank you, much appreciated!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Fri Jun 18, 2010 7:17 pm
by Toto16
I just came across this because of an old site I once did that needed maintenance. As I was updating, one minute everything was fine, the other everything stopped working. It turned out the hosting service had just updated the PHP version.
You saved me a lot of work and preocupation!! THANK YOU A LOT!!! Just signed in to share my appreciation!!
Cheers!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Tue Jul 06, 2010 2:24 pm
by faberga
kjellhahlen wrote:fix_joomla_10x_php_530.zip
I wrote a fix. My version is Joomla 1.0.13 but I suppose it will not be very different for later versions.
You sould replace two files by the ones in the attachment:
/includes/Cache/Lite/Function.php
(this solves the "Reference instead of value"-problem)
/includes/vcard.class.php
(to make the contact form work again)
If you rather add the changes by hand:
The changes to vcard.class.php are minor, look for:
Code: Select all
if(!function_exists('quoted_printable_encode'))
In Function.php I added a this line twice:
Code: Select all
$arguments = $this->fixCalls($arguments);
The new function (fixCalls) is added at the end of the file.
Many Thanks!!!!!
It works
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Sat Jul 17, 2010 12:08 am
by iflash
kjellhahlen wrote:fix_joomla_10x_php_530.zip
I wrote a fix. My version is Joomla 1.0.13 but I suppose it will not be very different for later versions.
You sould replace two files by the ones in the attachment:
/includes/Cache/Lite/Function.php
(this solves the "Reference instead of value"-problem)
/includes/vcard.class.php
(to make the contact form work again)
If you rather add the changes by hand:
The changes to vcard.class.php are minor, look for:
Code: Select all
if(!function_exists('quoted_printable_encode'))
In Function.php I added a this line twice:
Code: Select all
$arguments = $this->fixCalls($arguments);
The new function (fixCalls) is added at the end of the file.
Thanks a lot my joomla version was 1.0.15 Stable and work, you are soo
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Sun Jul 18, 2010 8:23 pm
by jakobMTJ
Thank you very much..!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Sun Aug 01, 2010 5:48 am
by imgod
Thanks!!!
You save my day!!!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Sat Aug 07, 2010 1:18 pm
by shopho
Thank you very much kjellhahlen!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Tue Aug 10, 2010 6:49 pm
by agente_mote
thank you kjellhahlen...
your fix worked fine!
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Mon Aug 23, 2010 7:51 am
by gt_67
Thanks mate !
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Wed Aug 25, 2010 2:22 am
by pbengani
kjellhahlen,
thank you so very much.
Re: Warning: Parameter 2 to frontpage() expected to be a ref
Posted: Sat Sep 11, 2010 5:24 am
by yitwail
Worked great! Much thanks.