Yep needed to fix the extensions. Now there is a parse error. I am in debug 
land still but making some progress.

-----Original Message-----
From: Dimuthu Gamage [mailto:[email protected]] 
Sent: Tuesday, March 24, 2009 7:29 PM
To: [email protected]
Subject: Re: Final connections

Hi,

If there is an error connecting to the mssql normally there is an  
error log in php log ( if not configured seperately it  is same as  
apache error log). Do you see anything there?

Thanks,
Dimuthu
http://dimuthu.org
http://wso2.org

On Mar 25, 2009, at 1:46 AM, "Drew Baird (Volt)" <a- 
[email protected]> wrote:

> Thanks. I corrected and verified the *ntwdblib.dll*
> However It is not even getting to the DB routines (I think)
>
> It is still not making a client for some reason.
> I have a 'http://localhost:8080/phpStockTrader/config_service/...'
> Should I move the entire system up a level to the docroot? All my  
> StockTrader directories is under this directory
>
> Thanks!
>
> -----Original Message-----
> From: Dimuthu Gamage [mailto:[email protected]]
> Sent: Monday, March 23, 2009 7:41 PM
> To: [email protected]
> Subject: Re: Final connections
>
> Hi,
>
> It looks like the response to the config service request is NULL.  
> Can you
> recheck the config service endpoint is correctly set from the WEB UI.
> If you copied "config_service" directory directly to the apache  
> 'htdocs'
> directly and if the apache is running on 8080 the endpoint you  
> should set
> from the WEB UI is
> 'http://localhost:8080/config_service/config_svc.php'.
>
> And the other place that may go wrong is accessing the database  
> part. Since
> config service access to mssql using php mssql extension and it  
> fails with
> its default *ntwdblib.dll*  file with mssql 2005 or great you too  
> have to
> double check the mssql_php extension. A little guide can be found  
> here,
> http://www.php.net/manual/en/mssql.requirements.php
>
>
> Thanks
> Dimuthu
>
> On Fri, Mar 20, 2009 at 6:11 AM, Drew Baird (Volt)
> <[email protected]>wrote:
>
>> Hi Friends,
>>
>> I am using the win32-snapshot WSF binaries.  My system is running  
>> (I can
>> get the web pages and the API pages but I am not making good  
>> endpoints:
>>
>> When I attempt to login I get:
>> Notice: Undefined variable: endPoint in
>> C:\wamp\www\php_stocktrader\trader_client\request_processor.php on  
>> line 539
>> Notice: Trying to get property of non-object in
>> C:\wamp\www\php_stocktrader\trader_client\request_processor.php on  
>> line 826
>> Notice: Trying to get property of non-object in
>> C:\wamp\www\php_stocktrader\trader_client\request_processor.php on  
>> line 826
>>
>> I have setup my database I 'believe' correctly. However it is not on
>> 'localhost' but on a second machine. Todo this I changed the  
>> 'localhost' to
>> the hard IP of the DB machine, set the conf/database xml file the  
>> same and I
>> get the files above.  I also changed the 'localhost' of the PHP  
>> machine in
>> the table to hard IPs.
>>
>> Obviously I am not getting my endpoints. Can anyone shed some light  
>> on
>> these errors.
>>
>> Thanks!
>> drew
>>
>>
>>
>>
>>
>
>
> -- 
> Thanks,
> Dimuthu Gamage
>
> http://www.dimuthu.org
> http://www.wso2.org

Reply via email to