Jump to content
The Uniform Server Community

tnteveret1

Member
  • Posts

    6
  • Joined

  • Last visited

Previous Fields

  • SourceForge ID
    tnteveret1

Contact Methods

  • Website URL
    http://thetntsite.com
  • ICQ
    0

tnteveret1's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a php site that uses SSH to communicate with a remote machine. I can not debug the site using Uniform Server because the SSH utility can not be found. I have Cygwin installed and running but still can not locate the SSH command to execute commands to my remote machine. Any ideas??
  2. tnteveret1

    CURL Install

    Need CURL installed and have not been able to get it running. Uniform Server 3.5-Apollo Version: Apache/2.0.59 (Win32) DAV/2 PHP/5.2.3 The first recommendation I found was to just add the php_curl.dll and modify the php.ini file, this presented other file warnings for ssleay32.dll and libeay32.dll, still after putting these files in the Windows path I can not get past the warnings in my application that CURL is not installed. "CURL not compiled into PHP - notify server administrator" Any help would be appreciated.
  3. OK, found this piece on oracle.com http://www.oracle.com/technology/software/...cs/winsoft.html Using the basic lite package I am no loner getting errors. I am now getting warnings related to connecting to the db. I'll post again when I make more progress.
  4. Update: The comment on errors is premature. I forgot to update the extensions list to enable the php_oci8.dll. I do get the same error when starting the server. Do I really need Oracle installed on the PC? I am using UniformServer version 3.5 now. When using 3.3 I got those errors when starting the server. Now I don't get those errors but I get errors when accessing the page. The first error is "Call to undefined function oci_connect()". I am not running OCI on the same PC as the UniformServer. Oracle db is located on a remote system. My php accesses this remote server. Since I am new to using Oracle I am having trouble understanding the components that need to be in place on my UniformServer to access the remote Oracle db. The php is known to work. I am just trying to move it to my UniformServer for testing new php. 1.) How can I verify that php_oci8.dll is working? 2.) With the dll, are the function calls supposed to be automatically available? The functions are called within the original php but I do not see any functions defined in the original code.
  5. This is not a complete solution. Implementing the suggested changes onlt results in the following errors: OCI.dll was not found. Where is the OCI.dll defined and how can it be changed to php_oci8.dll? Unable to load /usr/local/PHP/extensions\php_oci8.dll - The specified module could not be found. Why does the reverse slash appear? Why can't Uniform server find the added dll file if it is in the right location?
  6. Anybody using STunnel plugin, or using SSL in php code? Testing php code that requires openSSL. Thought STunnel would do the trick but I can not get it to work. Can anyone help?
×
×
  • Create New...