Login function in DW CS3

I am using a WAMP 1.7.3 and it seems that my login function
under the server behaviours installs the appropriate code but when
I view it in my browser it gives me an error. However, if I do the
same thing under my DW MX 2004 version creating a login function
under the server behaviours, when I view it under my browser I can
login and see everything. Is there a glitch in DW CS3 or I am
missing something here. I have uninstalled and installed the whole
Web Premium CS3 and I am still getting this error. In fact, I went
all the way as to re-formatting my hard drive to get a fresh
install. Still the same thing.
When I first installed the software and the WAMP 1.7.3
everything worked as a charm. I had to format my computer because
it was getting slow due to a lot of garbage. After I re-installed
everything I can't get the same functionality as I did back then. I
am wondering if anyone knows about this problem or has experienced
it and how did you solve it. Is there a issue with my software or
WAMP?
Thank you.

This is the error I get whether I use I.E. or Firefox.
Apache HTTP Server
Apache HTTP Server has encounted a problem and needs to
close. We are sorry for the inconvenience.
If you were in the middle of something, the information you
were working on might be lost.
Please tell Microsoft about this problem.
We have created an error reported that you can send to us. We
will treat this report as confidential and anomymous.
To see what this error report contains, click here.
Send Error Report Don't Send
When I click on the link "Click here", I receive this
information.
Error sigature
szAppName : httpd.exe szAppVer : 2.2.6.0 szModName
:php5ts.dll
szModVer: 5.2.5.5 offset : 00095ebc
Reporting details-------
This error report includes: information regarding the
condition of Apache HTTP Server when the problem occurred, the
operating system version and computer hardware in use, and the
Internet Protocol (IP) address of your computer.
We do not intentionally collect your name, address, email
address or any other form of personally identifiable information.
However the error report may contain customer-specific information
in the cllected data files. While this information could
potentially be used to determine your identity, if present, it
would not be used.
The data that we collect will only be used to fix the
problem. If more information is available, we will tell you when
you report the problem. This error report will be sent using a
secure connection to a database with limited access and will not be
used to marketing purposes.
To view technical information about the error, click here
To see our data collection policy on the web, click here
When I click the tehichnical information I see this...
C:\DOCUME~1\Latop-PC\LOCALS~1\Temp\WERb13c.dir00\httpd.exe.mdmp
C:\DOCUME~1\Latop-PC\LOCALS~1\Temp\WERb13c.dir00\appcompat.txt
So, what do I do? What does this mean?
When I create the login in MX2004 I do not see this error and
everything works, but in CS3 I get this error and nothing works.
Thank you for all of your help.

Similar Messages

  • Bridge not functioning in PhotoShop CS3 Extended

    I deactivated Photoshop CS3 on a computer I was no longer using and installed it (CS3) another computer.  I activiated CS3 on the new computer.  However, when trying to use Bridge, I get a message that says that Adobe no longer supports Bridge Home and Bridge does not function on the new computer. Is there anything I can do to get Bridge to function as part of CS3 Extended?

    Thanks, that worked. 
    In a message dated 12/28/2011 10:13:56 P.M. Eastern Standard Time, 
    [email protected] writes:
    Re:  Bridge not functioning in PhotoShop CS3 Extended
    created by Curt Y (http://forums.adobe.com/people/Curt+Y)  in Bridge 
    Windows - View the full  discussion
    (http://forums.adobe.com/message/4107610#4107610)

  • Dynamic Pages using Oracle UCM i.e Login functionality

    Hi All,
    I have a function requirement that I need to build a web site using UCM and publish it on an idependent production server using publishing utility. Till this point everything is fine, but i have a dout regarding login functionality. As my whole site is static except login.
    What i understand till now is, once web site is published using publishing utility, the whole site is compiled to htm (static site), then who can i integarte login functionality in static page??
    Please provide some direction to solve the problem.
    Thanks in advance
    Amarpal

    i am on a mobile device right now so the response will be short. the short answer is yes to both questions (is it possible and do you have experience doing it). UCM workflow can take metadada values and / or other derrived or injected values to trigger wf events and routing. this applies to email triggers and templates as well.

  • Disappear Finger Print Login function !

    Hi I'm user of x61.
    I've tried to install nero 8 on my laptop and the installation failed halfway and restared the laptop.
    After restarted the laptop, there is no more option to login by my finger print. There is nothing else wrong except it.
    How can I reenable this finger print login function?
    Your advice is appreciated.
    Thank you.
    Dawei

    I don't think you could turn your trackpad into a biometric device, but here's a link to someone who cut open a space in their MacBook Pro's topcase to include a Sony Puppy -- you might be able to do likewise with the very similar case of your PowerBook (though I don't, of course, recommend this ;-)) : http://edahc.blogspot.com/2006/06/macbook-pro-biometrics.html

  • JAAS login functionality Implementation in EP5

    Does anyone actually know if its possible to write a JAAS replacement for the login functionality of EP5 - ive seen loads of stuff about EP6 but nothing for EP5.
    If anyone has actually tried it - I would appreciate a bit of a heads up on what to look out for.
    Thanks
    Haydn

    Hi,
    the JAAS functionality was introduced with EP 6.0. In EP 5.0 it is not available since the authentication piece takes place on the IIS.
    Best regards,
    Oliver

  • LOGIN FUNCTION

    Will anyone please help me create a LOGIN FUNCTION ON MY FLASH QUIZ. So that the user's name is displayed within the game. THIS IS OFFLINE by the way. Also the user is a able to create a username and password.

    attached to the first keyframe that contains login_user, use:
    var so:SharedObject = SharedObject.getLocal("login");
    if(so.data.login){
    login_user._visible=false;
    // skip the login.  user has already stored their user name
    // if you have your user click a button to login after enter their name in login_use, use the following in that button's onRelease code:
    so.data.login=login_use.text;
    so.flush();
    // whenever you want to use the login name from the scope of the sharedobject so, use:
    so.data.login
    // if you're outside that scope, you can always use:
    var so:SharedObject=SharedObject.getLocal("login");
    so.data.login

  • Call a login function

    I created a program that acts like a login, pops a window that's asking for a username and password.
    Now I want to make it a function and call it in any program that I want. Then if the credentials are ok I will let them save the changes for example and if not they will be blocked.
    How do I do this?

    Hi Adrain,
    CReate a FM and define a screen in the FM main program to accept the users logon details.
    You can call a screen within a FM.
    Take a loook at the FM <b>"SSFH_PASSWORD_PROMPT"</b>
    There are many FM for password. DO a F4 in se37 with PASSWORD
    Cheers
    VJ
    Message was edited by: Vijayendra  Rao

  • Help with login function

    I have an application where i only want user from this table to be able to login
    CREATE TABLE Supervisor
    (Supervisor_id Number PRIMARY KEY,
    Name CHAR(40) NOT NULL,
    Password varchar(15) NOT NULL,
    Area_Of_Interest varchar2(50) NOT NULL,
    Max_Supervision_Allocation Number NOT NULL,
    Current_Supervision_Allocation Number NOT NULL,
    Supervision_Slots_Left Number NOT NULL,
    Max_Second_Reader_Allocation Number NOT NULL,
    Current_SR_Allocation Number NOT NULL,
    READER_SLOTS_LEFT Number NOT NULL,
    MORE_INFO VARCHAR2(4000));
    So i created a custom authentication function that did this as so:
    create or replace function supervisor_custom_auth(
    p_username VARCHAR2,
    p_password VARCHAR2)
    return BOOLEAN is
    begin
    for c1 in (select 1
    from supervisor
    where upper(name) = upper(p_username)
    and upper(password)=p_password)
    loop
    return true;
    end loop;
    return false;
    end;
    and called it in my new schem and set the scheme to current. But this doesnt seem to work can anyone spot an error as i cant see it.
    Thanks
    Dan

    Sorry I mean the function doesnt seem to work
    create or replace function supervisor_custom_auth2(
    p_username VARCHAR2,
    p_password VARCHAR2)
    return BOOLEAN is
    begin
    for c1 in (select 1
    from Supervisor
    where upper(Name) = upper(p_username)
    and upper(Password)= upper(p_password))
    loop
    return true;
    end loop;
    return false;
    end;
    the select part
    select 1
    from Supervisor
    where upper(Name) = upper(p_username)
    and upper(Password)= upper(p_password))
    I have run the select statment in sql commands changing the p_username and p_password for the a particualr database record and it works fine.
    So i dont think it is the function that i have created that is the problem.
    When creating the scheme i accepted all the built in logic apart from the calling the authentication function when specifing a custom authentication function and i changed the logout url.
    Is there anything else i can check. I have tired running it in debug mode and the values get entered correctly so i dont know what is wrong it uses the standard login check
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':1'
    If anyone else has any ideas then i am all ideas and if anyone wants to have a look at it the application number is 22477 as i am totally stuck.
    The function does not bring any errors when it entered into the sql commands and there are no errors when the user tries to log in. How can i check the function is actually being called?
    Thanks
    Dan

  • DW8 User Login function

    I used the DW Login behavior on a client's page and it works
    great, except
    that the client wants to go to a completely different site
    after validation
    is complete. What do I need to modify in the Login behavior's
    code to give
    me the same target="_blank" functionality?

    There are a number of ways of doing this.
    The easiest of these is to use the "Start Transaction" - the user can however control this themselves via the menu of the session_manager.
    Perhaps if you can tell us what this report or FM should do, then a better place to activate it can be suggested?
    Cheers,
    Julius
    ps: please also use a more descriptive subject title.

  • How to realize the login function in adf

    i am a fresh man,knows little about adf.
    I know how to pass the user's input to managed bean,as below:
    <af:dialog id="d2" affirmativeTextAndAccessKey="login"
    cancelTextAndAccessKey="cancel"
    dialogListener="#{login.handleLogin}" type="okCancel">
    <af:inputText label="Label 1" id="it1"
    value="#{login.user}"/>
    <af:inputText label="Label 2" id="it2"
    value="#{login.password}"/>
    </af:dialog>
    but how can i get the user informantion like username,password from database in the following method of the bean class:
    public void handleLogin(DialogEvent dialogEvent)
    if(dialogEvent.getOutcome() == DialogEvent.Outcome.ok)
    //here i should get user information from database, but how?
    before, i can build the connection object and statement object myself. In adf, I don't know where to begin.

    Hi..
    To create application with inbuilt authentication you can use jazn-data.xml, Here you can define user roles and users etc.
    See:
    try [http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtAnchor.BGBGJEAH/vtTopicFile.adfdevguide|adding_security~htm/]
    JDev 11g ADF Security app on standalone WLS against Active Directory
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=603703

  • Implementing login functionality in EJB

    I'd like to know other peoples views on how to implement logins in a container indepenant way.
    Also how to pass client side info such as ip address around.
    I'm thinking of a swing desktop client here.
    One idea I had was when a client logs in, create a stateful session bean that stores their user id and ip address.
    I've never used stateful session beans before, is this a good idea?

    hang on, if I made my session facade statefull, and the first method you called was login...
    all the other methods already have boilerplate code to wrap exceptions, not really a big deal to add checkIsLoggedIn();
    public otherBusinessMethod1() throws ApplicationException, RemoteException{
      try{
        checkIsLoggedIn();
        do stuff...
      catch(Exception e){
        throw wrapException(e);
    }This would work right?
    I realise this has a scalability problem cause you're storing state on the server. I wonder how much of a problem.
    I guess the other option is to pass the login info through each time
    public businessMethod1(LoginInfo loginInfo){
      try{
        logIn(loginInfo);
        do stuff...
      catch(Exception e){
        throw wrapException(e);
    }Or am I barking up the wrong tree altogether?

  • Communication error in login function in windows mobile in sup 2.0

    hello experts,
    i have developed sample application using sup 2.0
    the application works fine for windows
    I am using windows xp sp3
    i refer all the dll required for the application
    i also configure Active sync 4.5 and Virtual machine 2007 SP1 for windows mobile 6.0 professional emulator
    but when i create application for windows mobile
    it throw error at
    LoginToSync("supAdmin","s3pAdmin");
    as
    iAnywhere.Data.UltraLite.ULException: Communication error
       at iAnywhere.Data.UltraLite.ULConnection.RuntimeError(IntPtr natKey, ULSQLCode code, Object p0, Object p1, Object p2)
       at iAnywhere.Data.UltraLite.ULConnection.RuntimeError(ULSQLCode code)
       at iAnywhere.Data.UltraLite.ULConnection.Synchronize()
       at com.sybase.afx.db.ConnectionUtil.Synchronize(ConnectionWrapper dbConn, SyncStatusListener listener, Connection connection, String[] mboNames, Hashtable tableMBOMap)
       at com.sybase.afx.db.ConnectionUtil.Synchronize(ConnectionWrapper dbConn)
       at TestMobile.TestMobileDB.Synchronize(String synchronizationGroup, SyncStatusListener listener)
       at TestMobile.TestMobileDB.InitialSync()
       at TestMobile.TestMobileDB.LoginToSync(String username, String password)
       at SMATestMobile.Form1.btnContact_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam)
       at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
       at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
       at System.Windows.Forms.Application.Run(Form fm)
       at SMATestMobile.Program.Main()
    Details:
    StreamErrorCode =SOCKET_CONNECT
    StreamErrorSystem = 10060
    StreamErrorParameters =
    Regards,
    Rahul

    change the ActiveSync connection setting to accept DMA connection at the following:
    ActiveSync menu -> connection setting -> tick allow connections to one of the following: -> choose DMA
    Visual studio emulator will connected to the activesync when cradle and you should able to sync the database.
    Try it out.
    Best Regards
    Choong

  • Preview mode function in Illustrator CS3

    Hey peepz,
    Just wondering if there is a preview mode like the one in InDesign, where you can block everything (shortcut = W) around the artboard with a gray color to see your work as if it were cropped. It's a really great feature in InDesign and I would love to be able to use it also in Illustrator. Any info on this?
    peace, Ari S. Arnarsson

    Not with one command, as in InDesign. You can hide guides with a shortcut. One of the few advantages Illustrator offers is the ability to hide the indication that something is selected, too. That can be nice.
    Unfortunately, there's nothing for hiding bleed or pasteboard. If I need that I create a non-printing layer with white rectangles. You could create a master parent layer with a clipping mask instead.

  • I am using Norton 310, but have lost the master login function. Thanks, Bill.

    I have a number of passwords for email accounts, sites,etc, and Norton 310 set up a master password, which when entered on the first visit to a site, automatically enters username and password in fields. The master password no longer pops up when I enter a bookmarked site for the first time after starting the computer. This happened from the first time I used Firefox 4.0 Beta 10.

    Your Norton Firefox extensions might be disabled because they probably aren't compatible with the Firefox 4.0 betas. Norton typically doesn't support beta versions. <br />
    http://norton.lithium.com/norton/

  • Upgrade 10.4.11 to 10.5, admin and root login are toast

    I wasn't sure if I should post this under Installation and Setup or Account and Login, as it involves both.
    Short version: After upgrading my G5 tower from 10.4.11 to 10.5, all logging into admin or root accounts stops working, except for logging in automatically as admin on bootup.
    Long, overly wordy version:
    So, I have a MacBook Pro 15" 2.4GHz and a G5 2x2.0GHz tower, both running 10.4.11. I cloned my MBP drive, and did the upgrade to 10.5 in the normal fashion, and everything worked fine. After the install, I updated to 10.5.2 and the other recent stuff in Software Update, and everything is ok there.
    Next, my G5. I cloned my boot drive to an external for safety with CCC 3.0.1. I try the same update from 10.4.11 to 10.5 (PPC instead of Intel obviously, but it's the same install DVD) and it SEEMS to go ok. After the reboot I was up and running with 10.5, logged in as the admin user. I only have 1 user on the G5, the admin user, and it's set to automatically log in. So, it wasn't until I tried to update from 10.5 to 10.5.2 that I discovered that I could not give admin access to the process, or any process. It gives no error message, but acts the same as it would with an incorrect password. I tried logging out, and logging into the same user account again, and it fails. It also seems to think about for quite a while before it rejects the attempt by doing that little horizontal shake thing. Also, normally it would just list my admin user for me to click on, but instead I have the field to type it in myself, like it's totally lost track of the user(s). However, if I do a full reboot, it seems to log in fine via the automatic login function. Oh, and the exact same stuff happens if I try to log in as root, no go. Things like Repair Permissions and disk repairing (via booting to the 10.5 DVD and using disk utility OR booting to and using my TechToolPro 4.6.1 DVD) do nothing, and no problems are found.
    Of course, I tried booting from the 10.5 DVD and resetting the password, and it DOES list the proper admin user's name while doing that. However, it doesn't help, logging in or doing anything requiring admin rights is still impossible, except for logging in via automatic login.
    I reeeeeally don't want to do an archive install, as reinstalling all my apps would be an absolute nightmare. (This is an audio recording station, Logic Pro, Final Cut, Reason, PeakPro, etc.)
    Any ideas? I restored the drive back to 10.4.11 from my backup after wiping it and reformatting (new partition and everything, everything except zero the drive), and did the whole process over again with the exact same results. Restored again, and that's where I am now. I guess I'll have to stick with 10.4.11 for a while longer until I figure this out.
    - JonYo

    Hello Jon:
    It is difficult to determine (read I do not have a clue) what happened. However, an archive and install does not require reinstalling all of your software:
    http://docs.info.apple.com/article.html?artnum=107120
    A&I retains your programs, files, and settings. I used A&I to upgrade one of my iMacs to OS X 10.5 (I also used the upgrade feature on the other one). A&I also creates a rather large folder called +"previous system"+ that may be deleted after things are running well (it is a sort of safety net that contains all of the programs, data, etc from the prior installation).
    Barry
    Message was edited by: Barry Hemphill

Maybe you are looking for