Localhost vs. Live

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
cavemanharris
User
Posts: 21

Localhost vs. Live

Post by cavemanharris »

I am busy doing project where i have 2 PHPMaker projects.

Project 1 --> Member table, user-level table, permissions table ,some table alpha... etc
Project 2 -- >Member table, user-level table, permissions table, some table beta ... etc

The two database's Member table are a duplicate of each other including username and passwords and members levels.

What i have a problem with is.

When i run and test the system on my Localhost server i can login and work in both.
the moment i load the two generated scripts to my live server i cannot login into any of the two.
(one logs in but give permission error) (other one give password error )

i have cleared cache cookies passwords everything in 3 browsers it wont let me login into the "online" version of the two scripts.

I have tried using different browsers it wont work either. i have sett concurrent session count up to 20..
Is there something i am not aware of regarding the login process and login workings why this happens ?

On the live server they both run as a sub directory under a sub-domain
subdomain.mydomain.com/script1/
subdomain.mydomain.com/script2/

Any help appreciated


cavemanharris
User
Posts: 21

Post by cavemanharris »

--Solved---


Post Reply