i got problem getting cpg to work...
I am running cpg on NT with apache
1. instlled apache
2. configured php
3. installed and configured mysql
4. installed image magic
5. can access install.php
but when I enter the information and hit submit I get a blank page with one image (/images/logo.gif). no errors
any help you provide is higly appreciated.
regards
prasade
Using cpg1.3.2 instead of cpg1.2.1 is recommended. Try accessing the page with the hostname or the IP address in the address bar, not with http://localhost
Search the board for "blank page after install" or similar - afaik this has been asked before...
GauGau
prasade,
Can you access any test php file using your setup? For me, I have to use http://localhost:X/ where X=port number (I think). You'd have to go over your documentation to figure that out.
Hello
thank you both for your response.
for the first response: yes I did tried with IP address, but I get the same result(just a logo). and I will look at the other posting. thank you for your advise.
for the second response: yes all my static content is served as expected.
thanks again.
prasade
Don't make a difference between static and dynamic content in this case - TranzNDance was asking you if php is actually parsed on your server. Do as suggested: create a file called test.php with this content<?php print "Hello world"; ?>
, upload it and run it in your browser. If it displays "Hello world", you're fine.
GauGau