PHP Error Message

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/cmsincludes/modules/extranet-cms.inc.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a9333049/public_html/cmsincludes/cms.inc.php on line 3001

Free Web Hosting
The Extranet module file was not found at this location: /usr/local/apache/htdocs/cmsincludes/modules/extranet-cms.inc.php
PHP Error Message

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/cmsincludes/modules/extranet-newsletters.inc.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a9333049/public_html/cmsincludes/cms.inc.php on line 3006

Free Web Hosting
The Newsletters module file was not found at this location: /usr/local/apache/htdocs/cmsincludes/modules/extranet-newsletters.inc.php

Sorry, this TribalCMS installation does not support the URL musicmania-radio.net46.net, even though your web server redirected you here.

If you have administrative access, you can possibly sort this out by adding a site to your Site Registry. Do this by visiting the Site Registry Administration page.

Failing that, and if you have direct database access, please ensure that the tables 'tribalcms_site_registry' and 'tribalcms_public_urls' in the TribalCMS global database contain this URL.

If you have access to the Global Database you should be able to do this:

mysql> use a9333049_radio
Database changed

mysql> INSERT INTO tribalcms_site_registry VALUES ('mysitename','musicmania-radio.net46.net','');
Query OK, 1 row affected (0.00 sec)

mysql> INSERT INTO tribalcms_public_urls SET sitename='mysitename', public_url='musicmania-radio.net46.net';
Query OK, 1 row affected (0.00 sec)

Type the bits in bold and replace the parts in italics with your values.