I don't understand how to combine the various drupal/audio module versions.
Version 4.7 is beta, and the version of Fantastico on my webserver will install 4.6.5
If I install 4.6.5, the only version of the audio module I have found says 'required: 4.7' . I have tried installing it anyway, but it gives me an 'array' error as soon as I try to configure it.
Is there a version of the module that works with 4.6?
On the othe hand, if I do a manual install of 4.7, I run into several problems with the ID3 and playlist modules, and also with flexinode.
I recently downloaded the jobsearch module. When I go to admin > modules to activate it I have found that the entire contents of the jobsearch.module file are outputted in my browser. Has this happened to anybody else?
OK I am on Netfirms, a vhost. So you have a root directory and inside that you have directories with names that match the domain name, like example.com. So I set up drupal in the directory example.com, in a folder called drupal466. Because my live domainn is somewhere else entirely, you have to get at the drupal site by going to www.example.com.netfirms.com/drupal466. And it works.
I have just installed Drupal 4.6 on my box with PHP5 (Fedora Core 4). Immediately found that the default GUI is somewhat borked, found that XTemplate has problems with PHP5, so I switched to PHPTemplate to use the theme Reflection. Well, it got worse. Now I have a pair of problems. Unfortunately I couldn't switch back, because admin/themes is now blank.
The first one:
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/html/intranet/themes/engines/phptemplate/template.php on line 78.
warning: extract() [function.extract]: First argument should be an array in /var/www/html/intranet/themes/engines/phptemplate/template.php on line 90.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/html/intranet/themes/engines/phptemplate/template.php on line 78.
warning: extract() [function.extract]: First argument should be an array in /var/www/html/intranet/themes/engines/phptemplate/template.php on line 90.
The second one:
warning: Template::fetch(/page.tpl.php) [function.fetch]: failed to open stream: No such file or directory in /var/www/html/intranet/themes/engines/phptemplate/template.php on line 92.
warning: Template::fetch() [function.include]: Failed opening '/page.tpl.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/intranet/themes/engines/phptemplate/template.php on line 92.