Jump to content

Dreamweaver Mx 2004, Php5 Login Script Problem


kinggrapes

Recommended Posts

I am using Dreamweaver 2004 MX and have succesfully used it's user login script on a server running php4.

I've shifted site to a server with php5 and I am now having a problem with the login pages

 

I can't login. Any attempt fails, without displaying any error.

 

I know my connection script works - I can list records from the database, and my "subscribe to newsletter" script works - I can register and new records are added to the member table.

 

Any ideas.

Thanks

John

Link to comment
Share on other sites

Usually this is because of code you are using in the script - which is not compatible with php5 - one of the reasons we aren't rushing to php5 is because it can break things like this.

 

Sometimes you can get round it by setting register_globals off

 

Are you getting nothing in the log file ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...