PDA

View Full Version : User Registration Solution Pack on Live Server


vbrowne2299717
04-20-2010, 03:44 PM
I am using the User Registration Solution Pack and everything works fine on my Testing Server, including the additional fields I inserted. The problem I am experiencing is trying to get the User Registration Solution Pack working on the live server.

I have two questions…

1. When executing the pages, why am I being asked for a Testing Server?

2. When I execute the PHP pages on the live server, I am getting the form plus all the coded text (see attached)?

I have update the Global.php and Localhost.php files…

Jason Byrnes
04-22-2010, 08:35 AM
The User Registration solution pack is a PHP application, it must be hosted on a PHP server.

in the document you sent, the address in the address is opening the page from your file system:
file:///C:/2010_03_21_HMF_Websitee/User_Reg/....

You cannot browse to a PHP page using the file system, it will not use the php processor to process the php code this way.

You need to uplaod the the php files to you web hosting providers server, and access the files through your web address:
http://www.mywebsite.com/UserLogin.php