index.php mishmash output index.php mishmash output
 

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

index.php mishmash output

Started by Tarique Sani, October 17, 2003, 11:23:47 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Tarique Sani

URL?
Language?

Something we can look at?
SANIsoft PHP applications for E Biz

prso

url: http://coppermine.ensayo.net/index.php

language doesn't make any difference


Quote from: "tarique"URL?
Language?

Something we can look at?

Joachim Müller

hmmm, your index.php file seems to be messed - try re-uploading it from the package.

GauGau

prso

it did not help.
when i look into index.php source in filesystem it looks normal. same as admin.php, config.php or others and these files are working correctly

Quote from: "gaugau"hmmm, your index.php file seems to be messed - try re-uploading it from the package.

GauGau

Tarique Sani

This is indeed strange - looks like index.php is a binary file being output as text

Try deleting the file and then uploading it again - do you have any other index.php on your site - do they work properly
SANIsoft PHP applications for E Biz

prso

as i said, i reloaded index.php and i did not help.
when i modify current index.php to say echo(""); it works.
yes i have another index.php files on my site.

could thise error be produced according to some configuration settings?


Quote from: "tarique"This is indeed strange - looks like index.php is a binary file being output as text

Try deleting the file and then uploading it again - do you have any other index.php on your site - do they work properly

prso

Ha!!! i made something:
i removed all from "The content of the main page" item in config and now it work, but now index.php do not contain any data except menu hrefs.
i removed: breadcrumb/catlist/alblist/random,2/lastup,2

it can be this error. what you've got in that item in config?

thanx

Quote from: "prso"as i said, i reloaded index.php and i did not help.
when i modify current index.php to say echo(""); it works.
yes i have another index.php files on my site.

could thise error be produced according to some configuration settings?


Quote from: "tarique"This is indeed strange - looks like index.php is a binary file being output as text

Try deleting the file and then uploading it again - do you have any other index.php on your site - do they work properly

prso

done. error is in index.php from last 1.2.0RC2 version.
when i downloaded version 1.1.0 it all works. thanx and sorry for disturbing

Quote from: "prso"Ha!!! i made something:
i removed all from "The content of the main page" item in config and now it work, but now index.php do not contain any data except menu hrefs.
i removed: breadcrumb/catlist/alblist/random,2/lastup,2

it can be this error. what you've got in that item in config?

thanx

Quote from: "prso"as i said, i reloaded index.php and i did not help.
when i modify current index.php to say echo(""); it works.
yes i have another index.php files on my site.

could thise error be produced according to some configuration settings?


Quote from: "tarique"This is indeed strange - looks like index.php is a binary file being output as text

Try deleting the file and then uploading it again - do you have any other index.php on your site - do they work properly

hyperion

"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

moufie

so your using the index.php form 1.1 in the 1.2 version?

DJMaze

There's an ob_flush() missing or commented out in index.php

Same problem occured in version 1.2 for phpNuke.

Some browsers like Opera and IE 6 can't handle mishmash (ascii + binary) files.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

DJMaze

Quote from: "DJMaze"There's an ob_flush() missing or commented out in index.php

Forget that and check if you use Apache 2.x as webserver.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

DJMaze

All people upgrade to PHP 4.3.4 if you use Apache 2.
There are problems sending headers with it.

http://bugs.php.net/bug.php?id=25701
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

moufie

i've upgraded to 4.3.4 and everything is looking good. thanks for taking the time to help out. greatly appreciated.