Closed (duplicate)
Project:
Bibliography Module
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 16:29 UTC
Updated:
5 Mar 2010 at 14:04 UTC
The biblio module works fine in PHP 5.2 but not in PHP 5.3 when calling any of the views of the module. Is this a Views or a Biblio compatibility problem with PHP 5.3? does anyone experienced similar problem of not content being displayed after calling a view?
i.e. biblio/year, bilbio title, etc... did not returned any values but only when using PHP 5.3.
Comments
Comment #1
rjerome commentedI believe it's a change in the way PHP 5.3 passes arguments. There was another similar report recently. The second part of this report (http://drupal.org/node/601558) relates to PHP 5.3 support.
I'll install 5.3 on my development machine and see what's going on.
Ron.
Comment #2
rjerome commentedI installed PHP 5.3 on my dev machine and it brings a whole world of pain to Drupal in general (see http://drupal.org/search/apachesolr_search/PHP%205.3) so until some of these issues are addressed I would stay away from PHP 5.3 at this time.
Ron.
Comment #3
berdirLooks like this has been fixed in the meantime, I can't find any PHP 5.3 related bugs when clicking through the module.
There are hundreds of notices, but that's a different story :)
Comment #4
rjerome commentedGood to hear, what version of Drupal were you using? I think most of the issues related to 5.3 were "core" related, so maybe these have been address in the 6.16 version?
[Edit] By the way, I've addressed most of those warning issues in 6.x-2.x and 7.x
Comment #5
berdirThere haven't been any 5.3 fixes in 6.16 I think, so not sure. I know that Views had issues which have been mostly fixed in 2.8, so maybe that's the reason? I assumed it had been fixed by the issue linked above.
Great. I can test that and provide a patch if there are still some of those, if you're interested.