Closed (fixed)
Project:
Activity
Version:
5.x-3.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2008 at 10:59 UTC
Updated:
1 Jul 2008 at 05:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
sirkitree commented“chaining” syntax is PHP5 only. Please upgrade your PHP version.
If this is not an option for you try changing:
to
Comment #2
stormer commentedThanks, that did the trick.
Comment #3
smccabe commentedcouldn't we just do something like this? then it works for both 4 and 5 and still don't need the extra variable? It's just a syntax change. I have a patch already done if you want.
to:
Comment #4
smccabe commentedahhh nevermind, count() doesn't work because count(*) in the select statement still returns a value, i didn't read the select statement closely enough, just use sirkitree's solution above
Comment #5
jaydub commentedI didn't realize that chaining was specific to php5 :( please please please
will everyone just ditch php4?
When I get a chance I'll remove the php5 chaining method for
a compatible method...
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
tasigurl commentedI'm getting the same erroe message. Also I'm using php4. Which file in the module do i paste the code?