Advanced search  

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

Pages: [1]   Go Down

Author Topic: Bunch of weird letters  (Read 10653 times)

0 Members and 1 Guest are viewing this topic.

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Bunch of weird letters
« 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

Any idea what may of caused this?

I've tried re-installing but its always the same problem.
« Last Edit: September 05, 2006, 02:47:21 am by GauGau »
Logged

eruss

  • Supporter
  • Coppermine frequent poster
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 105
Re: Bunch of weird letters
« Reply #1 on: August 18, 2006, 04:39:46 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.
Logged

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #2 on: August 18, 2006, 04:54:14 am »

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

Code: [Select]
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.

Logged

eruss

  • Supporter
  • Coppermine frequent poster
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 105
Logged

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #4 on: August 18, 2006, 05:25:51 am »

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

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Bunch of weird letters
« Reply #5 on: August 18, 2006, 08:02:17 am »

you other pages are fine !
http://rlt.cfbisd.edu/photogallery/login.php
try to re-upload index.php
Logged
‍I don't answer to PM with support question
Please post your issue to related board

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #6 on: August 19, 2006, 12:46:43 am »

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

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #7 on: August 19, 2006, 01:26:42 am »

http://rlt.cfbisd.edu/phpinfo.php

Everything looks configured fine to me there..
Logged

Nibbler

  • Guest
Re: Bunch of weird letters
« Reply #8 on: August 19, 2006, 01:32:34 am »

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
Logged

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #9 on: August 19, 2006, 01:42:21 am »

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

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #10 on: August 26, 2006, 05:23:25 am »

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

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Bunch of weird letters
« Reply #11 on: August 28, 2006, 07:30:29 am »

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

Nibbler

  • Guest
Re: Bunch of weird letters
« Reply #12 on: August 28, 2006, 12:24:25 pm »

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

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #13 on: August 30, 2006, 05:26:41 am »

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

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Bunch of weird letters
« Reply #14 on: August 30, 2006, 07:23:52 am »

Quote
rename your index.php to index.txt , this way we can check it ....
can you do that?

Quote
Here 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
« Last Edit: August 30, 2006, 07:32:26 am by bmossavari »
Logged
‍I don't answer to PM with support question
Please post your issue to related board

cannon

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Bunch of weird letters
« Reply #15 on: September 05, 2006, 12:49:30 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.029 seconds with 19 queries.