Host to remote server

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

Host to remote server

Post by cchandru »

my project works fine in local server (localhost), but it not working on remote server (host server). what are changes to be done before hosting to the server.


mobhar
User
Posts: 11717

Post by mobhar »

Usually, this is caused by the different database connection info between your localhost and your remote server. Make sure you have alreay adjusted it from the generated ewcfg*.php file.

Or, you may simply use "Database_Connecting" server event in order to handle the database connection info for localhost and the remote server. Please read "Server Events and Client Scripts" topic from PHPMaker Help menu for more info and example.


Post Reply