coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: prasade on August 23, 2004, 09:39:17 PM

Title: problems getting cpg to work
Post by: prasade on August 23, 2004, 09:39:17 PM
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

Title: Re: problems getting cpg to work
Post by: Joachim Müller on August 23, 2004, 10:37:00 PM
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
Title: Re: problems getting cpg to work
Post by: Tranz on August 23, 2004, 10:44:09 PM
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.
Title: Re: problems getting cpg to work
Post by: prasade on August 24, 2004, 01:23:47 PM
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
Title: Re: problems getting cpg to work
Post by: Joachim Müller on August 25, 2004, 07:56:40 AM
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