Hi,
I am using PHP4 on Win2000 with IIS and am unable to retrieve session variables. I can set them with:
$_SESSION['key'] = $val;
This sets the value in the session file but I cannot retrieve this value if, for example, I use this in another subsequent page:
$thisVal = $_SESSION['key']...
Hi,
I am running Apache 1.3.29 on Windows ME and previously have had no trouble with it, even having had it binded to JRun 3.1. But nowadays whenever I browse to the document root, it brings up a different directory in the browser. The DocumentRoot directove in httpd.conf points to...
Hi,
I have a Redhat machine which dials up to a Dynamode voice modem from a series of shell scripts included with the Big Brother monitoring app. The situation is this: I can dial out to a given number, and I am looking at one of two scenarios occurring; 1) the call goes in the normal way and...
Hi,
I'm putting together a site which has a list of items, each of which has a mouseover event that pops up a layer at the position of the mouse cursor. This works fine until I scroll down the page. Then, when the mouse rolls over a link, the following scenario occurs: although the link may be...
Hi,
I'm putting together a site which has a list of items, each of which has a mouseover event that pops up a layer at the position of the mouse cursor. This works fine until I scroll down the page. Then, when the mouse rolls over a link, the following scenario occurs: although the link may be...
Can I run java classes from CFEXECUTE? Here is the code I have, and the output:
<cfexecute name="java \path\to\MyClass"</cfexecute>
It doesn't seem quite right to me, as I am not sure whether 'java' is the application and the class name is its argument, and that is what should be...
Hi,
I am trying to use CFFILE to read the contents of another coldfusion page, but only the contents after it has been processed (ie turned into an HTML page). I tried the following:
<cffile action="read" file="http://www.mysite.com/thispage.cfm?this=that"...
Hi,
I have set up a logonscript to run for users in a particular organisational unit. My OU structure is like this:
Domain
|-> Public
|->->Sales
|->->Marketing
(for example, ou=Sales, ou=Public, dc=.....)
I have users in Public, as well as users in Sales, Marketing etc. When a user in...
Hi,
I have set up a domain on a W2K server with some XP clients, and have set up a domain user, and have assigned a group policy to him (to the OU of which he is part, actually). However when I log in from the XP workstation as that user, none of the policies get applied. I figure the following...
Hi,
I am trying to add a user to Active Directory with ColdFusion's CFLDAP function. However I am encountering problems with the 'uid' variable. Here is my code:
[cfldap action="add"
dn="uid=myUserID, ou=myDept, o=myOrg, c=US"...
Hi,
I am trying to add a user to Active Directory with ColdFusion's CFLDAP function. However I am encountering problems with the 'uid' variable. Here is my code:
[cfldap action="add"
dn="uid=myUserID, ou=myDept, o=myOrg, c=US"...
Hi,
In writing a CF Active Directory client, it seems the only properties I can access are the current 'cn' (in this case, Users), the 'givenname' and the 'sn'. Here's the code:
[cfldap action="QUERY"
name="getUsers"
start="cn=John Smith, cn=users, dc=pdc...
Hi,
In writing a CF Active Directory client, it seems the only properties I can access are the current 'cn' (in this case, Users), the 'givenname' and the 'sn'. Here's the code:
[cfldap action="QUERY"
name="getUsers"
start="cn=John Smith, cn=users, dc=pdc...
Hi,
I am trying to 'make' (as in Perl Make) the DBD-mysql library on my windows. The manual instructs me to do the following:
ppm
Once the PPM (kind of a dselect / RPM type program) is running, I type:
install DBI
no problem - DBI installed, but when I type the next thing:
install...
Hi,
I am running PHP4 (the latest stable release) on Windows ME with Apache 1.3.22 (Win). It works OK except for sessions. When I create a session, it gives the following errors in the browser:
===============================
Warning: session_start() [function.session-start]: Cannot send...
Hi,
I am trying to set up IIS so that a request like 'jrun.mydomain.com' redirects to the JRun server 'jrun.mydomain.com:8100/jservername' . I have set the 'redirect to url' flag in the IIS management console to redirect to the second URL, but I cannot go to any other pages in the java server...
Hi,
I have a problem whereby a servlet creates a bean, populates one of it's property variables with some data and then redirects the user to a JSP page. From there I use the bean (using <jsp:useBean ...> but when I try and get the property set in the servlet, it returns null whereas it should...
I have a problem with running JRun 3.1 with Apache on a WinME machine:
When I make changes to a JSP file, the new file rarely gets displayed; instead an old version is used so this makes development a slow and painful process. Any way I can get the new JSP to be used as soon as it is changed? I...
Hi,
I am running ASE 12.0 on Solaris and cannot run the backup server while the dataserver is running (and vice versa). I looked at the ports in interfaces, and set them to be different, but I am still getting the same error, which is:
=====================================
Logging Backup...
Hi,
I am running Sybase ASE 12.0 on Solaris and am experiencing the following error, when attempting to create a database:
_________________________________________
CREATE DATABASE failed because the device 'data' is not online.
_________________________________________
The device exists...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.