Hi,
When enabling the asset_bonus module and adding all external plugins, i noticed the getid3.php file was not found (reported on admin/settings/asset/asset_bonus), even though the getid3.php file was placed in the folder indicated in the readme.txt (misc/lib/getid3/getid3/getid3.php).
When i changed the following code on in asset_bonus.module (line 70), it worked:
From:
'/misc/lib/getid3/getid3/getid3.php'
To:
'misc/lib/getid3/getid3/getid3.php'
So this seems to be a problem with the relative vs absolute paths. I noticed other people (http://drupal.org/node/181620) had the same problem too, so i figured i report this here :)
Some more info: This was run on my local computer, with a fresh Drupal 5.5, clean URLs enabled and asset 5.x.1.0-alpha2 module.
Comments
Comment #1
sdecabooter commentedActually i was testing an old version. The latest development snapshot doesn't have this issue and doesn't seem to be requiring getid3.php seperately anymore...
Comment #2
wmostrey commented