SprDave Posted July 25, 2011 Share Posted July 25, 2011 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 Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted July 25, 2011 Share Posted July 25, 2011 can you show us the code for this Quote Link to comment Share on other sites More sharing options...
SprDave Posted July 25, 2011 Author Share Posted July 25, 2011 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". Quote Link to comment Share on other sites More sharing options...
ZulfadlyAshBurn Posted July 25, 2011 Share Posted July 25, 2011 can you use the code tags next time. erm, with that little info, we cant help. we need more details to what you edit. Quote Link to comment Share on other sites More sharing options...
SprDave Posted July 25, 2011 Author Share Posted July 25, 2011 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.