Error

Notice: Undefined property: stdClass::$forum_tid in forum_node_view() (line 275 of /home/wfrantz/www/sprintdevelopers/modules/forum/forum.module).

Downloading wav files from a WAP website (nextel)

Submitted by Anonymous (not verified) on Wed, 01/04/2006 - 10:21

Hello People,

I was finally able to upload "wav" files into my nextel i710 using a data cable. So I know that my "wav" files are good.

The problem is that I want to create a personal wap website to download my "wav" files using my phone browser but every time I browse to the link with my phone I get a 1015: invalid content type error.

This is how my WAP page looks:

----------
[code:1:8f61f50097]<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card title="ringtones"><p>
<a href="/mp3/song.wav">songs</a>
</p></card>
</wml>[/code:1:8f61f50097]
-------------

Thanks