Okay, here's my problem:
When attempting to view the site or login, the software tries to access
www.radiodavid.com (the current active website on another server) instead of trying to access my not active site I am developing at
209.123.203.51/~deckard. Now, when the script runs and you get the error at line 131, there's a variable called PHPWCMS_ROOT ... it has picked up MY domain information (
209.123.203.51/~forefron), which is not the customer information. How can I force phpWCMS to stay at the development IP address (209.123.203.51/~deckard?
I tried to use $_SERVER["DOCUMENT_ROOT"] to force the 209.123.203.51/~deckard account, but it did not work.