URL?
Language?
Something we can look at?
url: http://coppermine.ensayo.net/index.php
language doesn't make any difference
Quote from: "tarique"URL?
Language?
Something we can look at?
hmmm, your index.php file seems to be messed - try re-uploading it from the package.
GauGau
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
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
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
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
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
Did you try this?
http://forum.coppermine-gallery.net/index.php?topic=570
so your using the index.php form 1.1 in the 1.2 version?
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.
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.
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
i've upgraded to 4.3.4 and everything is looking good. thanks for taking the time to help out. greatly appreciated.