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: | postponed |
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.