PDA

View Full Version : Need help publishing store to my web host


bruce364108
07-28-2009, 04:42 PM
Please pardon me for I know very little about PHP; so here goes.

I have sucessfully installed Power Store version2 onto my local machine testing server running Windows Vista 32 IIS and Mysql 5+. Every thing seems to be ok. I can edit and view all the oages correctly etc.

When I upload my entire store to my web host I get nothing when I type in the URL and the support folks said there is a PHP error. I am sure I need to configure some code for the web server but I am not sure what to change in the WA_globals or WA_connections and I do not know what specific information I need to ask my web host for to configure.

I am totally lost and need some guidance.

THanks,

Bruce

Ray Borduin
07-29-2009, 09:25 AM
Most likely it is the connection file. If the page is blank it means that you have error reporting turned off. You could turn on error reporting and you would get line numbers and specific error messages.

bruce364108
07-30-2009, 10:46 AM
That is exactly what it was. Now let me see what else I can screw up!!!