The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security and Performance FAQs
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 16 posts ] 
Author Message
PostPosted: Sun Jul 04, 2010 4:17 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Apr 01, 2010 9:10 am
Posts: 34
guys how to solve this problem


Top
 Profile  
 
PostPosted: Sun Jul 04, 2010 5:21 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Sun Oct 02, 2005 12:50 am
Posts: 17557
Location: Omaha, NE
Joomla 1.0.x is no longer supported. Looks like you are using php 5.3.x which the 1.0.x series doesn't work on. Downgrade your php to 5.2.x or migrate to Joomla 1.5.18.

_________________
Regards, Dave
http://www.kiwaniswest.org
http://www.huelsmann.us


Top
 Profile  
 
PostPosted: Mon Jan 03, 2011 1:17 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Jan 03, 2011 1:13 pm
Posts: 1
In case you haven't solved this...
Try to modify following things in the /includes/Cache/Lite/Function.php:

1.
from: $result = call_user_func_array(array($class, $method), $arguments);
to:$result = call_user_func_array(array($class, $method), &$arguments);

2.
from: $result = call_user_func_array(array($$object_123456789, $method), $arguments);
to: $result = call_user_func_array(array($$object_123456789, $method), &$arguments);

3.
from: $result = call_user_func_array($target, $arguments);
to: $result = call_user_func_array($target, &$arguments);


The difference is not that big, it's just a matter of adding a ampersand before the arguments parameter, &$arguments, in all cases for php to realize that things are being passed by reference.


Top
 Profile  
 
PostPosted: Mon Jan 03, 2011 11:31 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Dec 28, 2010 11:55 am
Posts: 1
Thanks swedish_zorro work perfect!!

Gracias funciona perfecto!!


Top
 Profile  
 
PostPosted: Thu May 26, 2011 8:12 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Dec 17, 2007 11:04 am
Posts: 66
HI,

Thanks for solution, this worked with php 5.3.5 & joomla 1.0

Regards,
Pritam


Top
 Profile  
 
PostPosted: Wed Jun 01, 2011 7:05 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Mar 18, 2008 4:53 pm
Posts: 6
Thanks saved my life :) worked a treat.


Top
 Profile  
 
PostPosted: Sun Jun 19, 2011 2:29 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Apr 13, 2009 10:55 pm
Posts: 2
Hi all,

I'm getting a similar error with Joomla 1.5.8. I didn't change any settings to my server or Joomla build, then all of the sudden, one day all these errors showed up:

Image

I tried turning off some of the plugins, but the problem remained the same.

I also tried looking for the "/includes/Cache/Lite/Function.php" but wasn't able to find it in my server.

Any help or direction? These errors show up on all of my pages as seen here http://preview.tiny url.com/3h3bl7w

Thanks!


Top
 Profile  
 
PostPosted: Sun Jun 19, 2011 7:53 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Jun 19, 2011 7:08 pm
Posts: 1
Hi guys,
The solution is working good with php 5.3 & joomla 1.0. Thanks!

But I have one more problem with my website after upgrading of PHP version untill 5.3. The Contact component have stoped to work normally. Instead contact information on the site, it shows a white page. The same white page is in the backend when I try to go into the settings of this component.

Has anyone encountered a similar problem?
Maybe someone knows the solution?


Top
 Profile  
 
PostPosted: Thu Sep 29, 2011 1:43 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Sep 29, 2011 1:26 am
Posts: 1
Guys,

I see you guys posted on how to fix this problem (below) this is all greek to me, can one of you experts do a step by step on how to fix this issue, starting where to go first. I would deeply appreciate it.

Thanks in advance.

Warning: Parameter 3 to showItem() expected to be a reference, value given in /home/newark/www/www/joomla/includes/Cache/Lite/Function.php on line 100


Top
 Profile  
 
PostPosted: Sun Oct 02, 2011 10:53 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Wed Oct 31, 2007 3:48 pm
Posts: 2810
Location: Victorian England 1885
It sounds like your host has upgraded PHP, breaking your site, find a new host that runs a compatible version of PHP

_________________
Yereverluvinunclebert
Steampunk widgets. Platforms of choice: Joomla 1.0/1.5, Joostina 1.2, OSCommerce
Site aims: Optimisation, Security and Solidity
http://widgets.yahoo.com/widgets/steampunk-clock-calendar


Top
 Profile  
 
PostPosted: Thu Oct 20, 2011 1:32 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Oct 23, 2007 7:20 pm
Posts: 44
I am using Joomla 1.5 an

Joomla 1.5 require php version 5.2 + My ISP uses 5.3.6.

It looks like the php version matches the technical requirements for Joomla 1.5. Any further suggestions? 8)

http://www.tillitomas.com/index.php?opt ... mid=100078


TIA Tom

Oh..... This is the error message that I am receiving.

Warning: Parameter 3 to botCBprofile() expected to be a reference, value given in ........./libraries/joomla/event/dispatcher.php on line 136

_________________
Live free or die


Top
 Profile  
 
PostPosted: Thu Oct 20, 2011 1:56 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Wed Oct 31, 2007 3:48 pm
Posts: 2810
Location: Victorian England 1885
@tcjay -as you say you are using J1.5, which part of the forum is this? would it be joomla 1.0? Yes. Please post elsewhere if you want relevant answers.

_________________
Yereverluvinunclebert
Steampunk widgets. Platforms of choice: Joomla 1.0/1.5, Joostina 1.2, OSCommerce
Site aims: Optimisation, Security and Solidity
http://widgets.yahoo.com/widgets/steampunk-clock-calendar


Top
 Profile  
 
PostPosted: Wed Nov 30, 2011 10:09 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Nov 30, 2011 10:07 pm
Posts: 1
Thanks a lot for the solution, work for me.


Top
 Profile  
 
PostPosted: Mon Dec 12, 2011 7:12 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Dec 12, 2011 6:44 pm
Posts: 1
I'm just starting with joomla(and english, by the way), and swedish_zorro's answer was the solution to my "welcome problem". Thanks.

Joomla 1.0.15 and php5


Top
 Profile  
 
PostPosted: Wed Feb 15, 2012 5:26 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Feb 13, 2007 7:41 pm
Posts: 29
Thanks swedish_zorro, your solution works like a charme !!! :D

swedish_zorro wrote:
In case you haven't solved this...
Try to modify following things in the /includes/Cache/Lite/Function.php:

1.
from: $result = call_user_func_array(array($class, $method), $arguments);
to:$result = call_user_func_array(array($class, $method), &$arguments);

2.
from: $result = call_user_func_array(array($$object_123456789, $method), $arguments);
to: $result = call_user_func_array(array($$object_123456789, $method), &$arguments);

3.
from: $result = call_user_func_array($target, $arguments);
to: $result = call_user_func_array($target, &$arguments);


The difference is not that big, it's just a matter of adding a ampersand before the arguments parameter, &$arguments, in all cases for php to realize that things are being passed by reference.


Top
 Profile  
 
PostPosted: Sat Jun 02, 2012 4:47 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Jun 02, 2012 4:43 pm
Posts: 2
swedish_zorro wrote:
In case you haven't solved this...
Try to modify following things in the /includes/Cache/Lite/Function.php:

1.
from: $result = call_user_func_array(array($class, $method), $arguments);
to:$result = call_user_func_array(array($class, $method), &$arguments);

2.
from: $result = call_user_func_array(array($$object_123456789, $method), $arguments);
to: $result = call_user_func_array(array($$object_123456789, $method), &$arguments);

3.
from: $result = call_user_func_array($target, $arguments);
to: $result = call_user_func_array($target, &$arguments);


The difference is not that big, it's just a matter of adding a ampersand before the arguments parameter, &$arguments, in all cases for php to realize that things are being passed by reference.


Thanks, works like a charm ! problem occurred after a transferred a client's site from another host to my hosting account , but it is now fixed, by following your solution :D


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ] 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group