problems getting cpg to work problems getting cpg to work
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

problems getting cpg to work

Started by prasade, August 23, 2004, 09:39:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

prasade

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


Joachim Müller

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

Tranz

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.

prasade

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

Joachim Müller

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