biblio views returns empty results in PHP 5.3
luthien - October 15, 2009 - 16:29
| Project: | Bibliography Module |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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.

#1
I 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.
#2
I 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.
#3
Looks 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 :)
#4
Good 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
#5
There 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.