forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: Broh on November 09, 2003, 02:15:46 pm

Title: [READ STICKY] opening file transfer in IE 6
Post by: Broh on November 09, 2003, 02:15:46 pm
[size=18]all please read this: http://forum.coppermine-gallery.net/index.php?topic=1457[/size]

Hi
I have a problem with coopermine. When I clik on the link to the photoalbum in my main menu. Its starts a file transfer instead of opening coppermine index.php?
Can anyone help me plz.
you can have a look on my webpage at www.broholmer4fun.tk
 :cry:
Title: [READ STICKY] opening file transfer in IE 6
Post by: gtroll on November 09, 2003, 05:26:05 pm
This link work fine http://3e6b30b0.rev.stofanet.dk/modules.php?name=coppermine
What link did you add?
Title: it dont work when i clik
Post by: Broh on November 09, 2003, 06:36:43 pm
When i clik on this link http://3e6b30b0.rev.stofanet.dk/modules.php?name=coppermine its open a file transfer boks. shouldent it open coppermine?.
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 09, 2003, 06:43:16 pm
it opens coppermine perfectly.

Your Browser + version ?
Title: browser + ver
Post by: Broh on November 09, 2003, 06:49:58 pm
iam using internet explore 6.0. And my Nuke version 6.7 and coppermine cpgnuke1.2.0rc2.

Thats wierd.
Title: Coppermine index.php problem!
Post by: ahbsv on November 09, 2003, 10:52:58 pm
I've installed from new the coppermine 1.2.0 gallery on my phpnuke 6.8 ... but I can't access to my_site/modules.php?name=coppermine !!!

Microsoft Explorer open the "Download File" window instead of display the gallery

Pls help me !

Tanks!
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 09, 2003, 11:12:38 pm
ahbsv i moved your post cos it's the same problem.

I think i've found problem and will notify you all about it shortly in this thread.
But i think solution is already somewhere in these forums.
Title: upgrade 1.1d > 1.2 RC2 issue
Post by: moufie on November 10, 2003, 03:11:26 am
I followed the upgrade instructions. The install page said everything was successful. My problem now is that I can't access the coppermine config page. When i click it nothing happens. My other problem is that when a user tries to access the photo gallery, all they get is a browser full of funky text but, my scrolling gallery block is working fine.

Check ot out
www.moufie.com

php 6.9
Apache on Winxp
Title: [READ STICKY] opening file transfer in IE 6
Post by: sengsara on November 10, 2003, 03:26:39 am
I have no problem accessing your gallery using IE, AvantBrowser and Mozilla Firebird?
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 03:30:57 am
your clicking on Photo Gallery right ? because i dont see anything but text...
Title: [READ STICKY] opening file transfer in IE 6
Post by: sengsara on November 10, 2003, 04:02:12 am
I think it's your browser settings. Check the character encoding.
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 04:27:42 am
everything is default, and i'm trying on several systems. if i click on the picture in the block, that will open fine, but if i click on "album list" it get the garbled text.

btw, 1.1 was working fine
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 04:51:06 am
Here's my testfase:

Mozilla 1.5 : Perfect view
Opera 7 : scrambled text

Tried Opera on my local server running phpNuke 6.5, 6.7, 6.8 and 6.9 all including Coppermine 1.2 RC2 and they show page perfectly.

So what is your:
- PHP version ?
- WebServer ?
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 05:06:39 am
i found this post but i'm not sure what he did to fix it


http://forum.coppermine-gallery.net/index.php?topic=645&highlight=text

DAMN U IE 6  :twisted:

PHPNUKE 6.9
PHP 4.3.1
Apache 2
WinXp Pro
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 05:15:36 am
I think i got it.
Open your index.php and change line 594
Code: [Select]
//ob_end_flush();
into
Code: [Select]
ob_end_flush();
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 05:16:32 am
I think i got it.
Open your index.php and change line 594
Code: [Select]
//ob_end_flush();
into
Code: [Select]
ob_end_flush();
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 05:18:17 am
did it, i get an error now...and it was on line 594 for me
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 05:30:12 am
Ehm yes sorry for the line it is 594.

Can you copy/paste line 117 in here cos i can't find it in my versions of index.php
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 05:32:56 am
Code: [Select]
  $link = $ident . "<a href=%22$CPG_URL&cat={$subcat[%27cid%27]}/%22>{$subcat['catname']}</a>";
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 05:38:05 am
should be:
Code: [Select]
$link = $ident . "<a href=\"$CPG_URL&cat={$subcat['cid']}\">{$subcat['catname']}</a>";


i think your file is messed up, with what application did you edit files ?

Cos i see you run the server on your one of your own windows computers
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 05:40:59 am
frontpage 2003

your right,  i noticed my back up file was ok..let me try it

I have original index.php with line 594 like this
Code: [Select]
ob_end_flush();

and i'm getting garbled text again, no i didnt edit any other files asside  this one
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 05:53:35 am
Never use frontpage !!!

Open something like notepad or download a PHP editor like phpEdit or www.winsyntax.com

then edit that ob_flush line.

if you edited more files with frontpage then put the originals from it also back
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 06:03:32 am
ok, everything is back to square one, i just installed mozilla to try,it's working fine in there.

flush is back to
Code: [Select]
//ob_end_flush();
should i keep
Code: [Select]
// removed ?

anymore ideas...

btw, thanks for all the help
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 06:27:00 am
did you change
Code: [Select]
//ob_end_flush(); into
Code: [Select]
ob_end_flush(); ???
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 06:28:21 am
yes

same issue as last post, when i remove  breadcrumb/catlist/alblist//random,5/ from "the content of main page" in config I can access the page but it's empty(expected). If i put it back, i get the garbled text again
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 07:07:13 am
Which server+version are you running and which PHP version ?
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 07:09:30 am
like i said before

Quote
PHPNUKE 6.9
PHP 4.3.1
Apache 2
WinXp Pro


what other info you'd u need ?
Title: [READ STICKY] opening file transfer in IE 6
Post by: Broh on November 10, 2003, 07:25:22 am
Hi
I have changes the code to ob_end_flush(); but it is still the same.
Mayby I should use coppermine 1.1.d agian.
:cry:
Title: Not work
Post by: ahbsv on November 10, 2003, 08:23:44 am
Still the same problem!  :(
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 08:25:11 am
There you go, try Apache 1.3.x
Title: [READ STICKY] opening file transfer in IE 6
Post by: gtroll on November 10, 2003, 08:26:14 am
I was able to recreate this scenerio in IE6 Win98 but not in Moz1.5 when prompted by internet explorer I was asked to download modules.php
when i go to http://3e6b30b0.rev.stofanet.dk/ in IE i get a file list
Quote

Index of /
 Name                    Last modified      Size  Description-------------------------------------------------------------------------------- 4ncblocks.php           26-Sep-2003 13:55  3.4K  
 Buyscript.php           18-Oct-2003 14:27  1.4K  

............. {snip}
--------------------------------------------------------------------------------
Apache/2.0.45 (Win32) PHP/4.3.2 Server at 3e6b30b0.rev.stofanet.dk Port 80

you need to enable php files to be interpreted by php on your machine.
On apache in unix you create a file named .htaccess with the command,
Code: [Select]
DirectoryIndex index.php
AddType application/x-httpd-php .php
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 08:28:34 am
There you go thanks Scott it's Apache 2.x all other posters with these problems use Apache 2.x
Title: [READ STICKY] opening file transfer in IE 6
Post by: Broh on November 10, 2003, 09:27:34 am
Hi again

This code i have in my httpd.conf
LoadModule php4_module C:/apache/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php

But you said i have to create a ".htaccess"  fil.  containing this
DirectoryIndex index.php
AddType application/x-httpd-php .php

where do i save the ".htaccess file" (directory)?

And to all of you their have tried to help me (a big THX)
Title: [READ STICKY] opening file transfer in IE 6
Post by: Joachim Müller on November 10, 2003, 09:41:18 am
there's no .htaccess on windows!

GauGau
Title: Still not working
Post by: ahbsv on November 10, 2003, 01:03:32 pm
I've put the .htaccess in my root dir and blocked all the site (Server error 500) !!!

I had to reupload the \index.php and erase the .htaccess

 :(  :(

PS my site is http://www.destinazioneusa.com
Title: [READ STICKY] opening file transfer in IE 6
Post by: moufie on November 10, 2003, 02:46:04 pm
i'll try it tonight and let you know how it goes, whats the reason apache 2 would have this issue and not the older one.  btw, do i put back ob_end_flash back to the original //ob_end _flush(): ?
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 02:57:32 pm
Yes just keep youur files to the originals.

There are some problem issues with php4apache2.dll into Apache and be shure you are not using php4apache.dll
Title: [READ STICKY] opening file transfer in IE 6
Post by: organizedhome on November 10, 2003, 03:14:34 pm
Here's another example of the problem.  I'm running Redhat 9.0, Apache 2.0.6, and a very few users are reporting the "file save as" dialog box at this url:

http://organizedscrapbooks.com/modules.php?name=coppermine&file=index

I will try the fixes outlined above and let you all know what happens.  These ladies are YAMMERING to get to the free forms, all four of them.
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 03:20:39 pm
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
Title: [READ STICKY] opening file transfer in IE 6
Post by: organizedhome on November 10, 2003, 03:21:24 pm
Updating--fix is in and has had no effect on site operations.  I've asked the four people who have reported the problem to try it, and if they succeed, I'll share their experience.

Oh.  I have a heavily Google-Tapped .htaccess file, but had no problem with the additional directives.
Title: [READ STICKY] opening file transfer in IE 6
Post by: gtroll on November 10, 2003, 05:19:17 pm
As I said the .htaccess is how you would do this with a UNIX server. This problem has nothing to do with coppermine and is related to a misconfigured server. I have no problems in mozilla browser only in IE and is not limited to coppermine but all nuke pages.
Title: [READ STICKY] opening file transfer in IE 6
Post by: Broh on November 10, 2003, 06:58:45 pm
Hi again

This problem is related to a misconfigured server?  
cpg 1.1.d worked perfectly on my webserver.
I dont think it is a misconfigured server.
Title: [READ STICKY] opening file transfer in IE 6
Post by: gtroll on November 10, 2003, 07:23:09 pm
broh did you notice the rest of your nuke install has the same problem...

http://forum.coppermine-gallery.net/index.php?topic=1457
Title: [READ STICKY] opening file transfer in IE 6
Post by: ahbsv on November 10, 2003, 08:08:05 pm
Quote from: "organizedhome"

http://organizedscrapbooks.com/modules.php?name=coppermine&file=index


My IE 6.0 open the "file transfer" window !  :(
Title: [READ STICKY] opening file transfer in IE 6
Post by: DJMaze on November 10, 2003, 08:17:35 pm
[size=18]all please read this read this: http://forum.coppermine-gallery.net/index.php?topic=1457[/size]