Bunch of weird letters Bunch of weird letters
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Bunch of weird letters

Started by cannon, August 18, 2006, 03:18:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cannon

After I installed the script and went to the directory, I got a bunch of weird characters

Any idea what may of caused this?

I've tried re-installing but its always the same problem.

eruss

Quote from: cannon on August 18, 2006, 03:18:44 AM
After I installed the script and went to the directory, I got a bunch of weird characters:

http://rlt.cfbisd.edu/photogallery/index.php

Any idea what may of caused this?

I've tried re-installing but its always the same problem.

According to:
http://rlt.cfbisd.edu/photogallery/install.php

"You seem to be trying to install the standalone Coppermine into your Nuke portal."
"This version can only be used as standalone!"

Is that what you are trying to do?  If you are not installing in a Nuke portal, make sure you are uploading the PHP files as ASCII.

cannon

I'm using a Windows server, I tried it again and I still get this page everytime I go to install.php:

ERROR
You seem to be trying to install the standalone Coppermine into your Nuke portal.
This version can only be used as standalone!
Some server setups might display this warning even though you don't have a nuke portal installed - if this is the case for you, continue with the install. If you are using a nuke portal, you might want to take a look into CpgNuke or use one of the (unsupported) coppermine ports - do not continue!


I click continue anyway.. and go through with the install and everything loads until I get to Welcome [username] ...
CONTINUE and when I get redirected to the index.php of /photogallery, it's just the weird characters again.

What else can I do? I have up-to-date versions of php and mysql.



cannon

I commented out the part dealing with phpnuke but still no luck

Sami

‍I don't answer to PM with support question
Please post your issue to related board

cannon

I've tried and tried, ASCII mode, but still no luck :(

cannon


Nibbler

Pretty sure it's a corrupted index.php. Download the Coppermine package again from a different mirror and upload a clean copy of index.php

cannon

Downlodaed a different mirror and did a clean upload but still the same thing :(

cannon

If anybody has any ideas, please tell me, I really want to use CPG on this website.

Sami

rename your index.php to index.txt , this way we can check it ....
‍I don't answer to PM with support question
Please post your issue to related board

Nibbler

This is caused by using gzip output encoding, with which Coppermine is not compatible.

cannon

Here is my php.ini file, I'm not sure what I should edit to get it working..

Sami

#14
Quoterename your index.php to index.txt , this way we can check it ....
can you do that?

QuoteHere is my php.ini file, I'm not sure what I should edit to get it working..
I'm not sure but Try this
under php.ini you have:
zlib.output_compression = On
change it to
zlib.output_compression = Off
‍I don't answer to PM with support question
Please post your issue to related board

cannon

Quote from: bmossavari on August 30, 2006, 07:23:52 AM
can you do that?
I'm not sure but Try this
under php.ini you have:
zlib.output_compression = On
change it to
zlib.output_compression = Off

Thanks, this fixed the problem.