Jump to content

File Download Pop-Up


SprDave

Recommended Posts

Hello,

I recently installed a php job board script. The install and everything

else went just fine.......Until......I click "Update" to update or edit an element of the site.

A pop up jumps up like I'm trying to download a file. The download is the php file of the page I'm working

on at the time.....

This is on an Apache Server running  PHP - Version: 5.0.45.

 

Any help would sure help me sleep tonite...

Thanx,

SD

 

Link to comment
https://forums.phpfreaks.com/topic/242748-file-download-pop-up/
Share on other sites

0<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>

<title>302 Found</title>

</head><body>

<h1>Found</h1>

<p>The document has moved <a href="login_process.php?msg=Welcome+admin">here</a>.</p>

</body></html>

HTTP/1.1 200 OK

Content-Length: 929     

Content-Encoding: gzip

Date: Mon, 25 Jul 2011 15:03:31 GMT

Content-Type: text/html

Server: Apache/2

X-Powered-By: PHP/5.2.17

Connection: keep-alive

 

‹ <---- Everything after this point is code that I'm not familiar with.... Lottsa boxes with "null" in them.... The code won't even "Copy/Paste".

The problem happens when I'm in the Admin section of the site.

When I click the "Update" button after, say, changing a feature of some sort, I'm not sent to a new page....

All that happens is the download pop up appears. Just as I were trying to download a file.

 

What I pasted above is the file that is in the download pop up..... It's the code for the page that I'm supposed to be sent to.....

 

I need a beer...!! ;-)

 

SD

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.