can anyone help me with this?
I’m trying to get iTunes Watcher working on my EE generated weblog page.
At the moment, I’m using the following with PHP turned on for input
<? include (’/path/to/modules/artify.php’);
$MusicModule = new MusicModule();
echo ($MusicModule->artify (5)); ?>
which is supposed to call the album art for last 5 songs I’ve played. It does that but it also generates the following error
Fatal error: Cannot instantiate non-existent class: musicmodule in /home/*****/public_html/*****/core/core.functions.php(519) : eval()‘d code on line 2
and also, if I change PHP to output, this EE tag group
{exp:weblog:entries limit=“5” backspace=“6” dynamic=“off”} {title}
{/exp:weblog:entries}
is not parsed and is rendered as text. (it appears just above the include in the template)
Also, some of the page is otherwise not completely rendered. Its as though it stops outputting once the iTunes Watcher does its work.
Any ideas? I know very little about php programming so sorry if this is a simple thing.
