PHP error on music upload

Hi all,

 

When ever I upload music the upload completes but the song does not load ..I check the error log and get the following....

 

05-Aug-2008 17:35:14] PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening '[path_to]inc/header.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/izoneone/public_html/icom/ray/modules/global/inc/header.inc.php on line 10
[05-Aug-2008 17:35:17] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/izoneone/public_html/icom/ray/modules/global/inc/header.inc.php:10) in /home/izoneone/public_html/icom/inc/design.inc.php on line 2041
[06-Aug-2008 13:03:37] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/izoneone/public_html/icom/mediaActions.php:63) in /home/izoneone/public_html/icom/inc/design.inc.php on line 2041

Can any one help me figure this out ???

Quote · 10 Aug 2008

[path_to]inc/header.inc.php is your error

you need to get the root out of inc/header.inc.php and insert it.

open inc/header.inc.php and look for $dir['root']               = "/your/site/root/";

copy  /your/site/root/

and open /ray/modules/global/inc/header.inc.php on line ten replace [path_to] with /your/site/root/

I have video tutorials to help you mrpowless.com
Quote · 11 Aug 2008

Thank you ...

Quote · 11 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.