kak Posted May 22, 2006 Posted May 22, 2006 I am logged into the client center, both with Firefox and IE. Same error message. :blink: EDIT: Problem solved.
Brandon C Posted May 22, 2006 Posted May 22, 2006 Lee, I just sent you an e-mail regarding this matter....our board was hit with the same thing last week, and while we've found the file, we have no idea how to get rid of the iframe from the code. Any pointers on how to remove this thing from the index.php file? Any and all help would be greatly appreciated. I'd recommend you read Brandon's post here.
WilliamTM Posted May 23, 2006 Posted May 23, 2006 I got another problem, I can't download the new file, I keep getting this error: SQL error: SQL error code: Date: Monday 22nd of May 2006 07:45:03 PMmySQL query error: SELECT * FROM download_packages WHERE download_id= AND download_allow LIKE '%,2,%'
ChrisA Posted May 29, 2006 Posted May 29, 2006 Hi everyone, I've just upgraded my forums to IPB 2.1.6 today together with the two subsequent security fixes as it's the first chance I've got to do it - unfortunately as you can see from the selection of links below, I'm getting a smattering of IPB errors which seem to be related to some kind of attempt to change the header information after processing of the page has already begun:CalendarBlogs Module Also, when you try and do a 'quick edit' on a post, you get similar such garbage appearing at the top of the post. This has to be one of the most puzzling problems I've come across in the three and a half years my site has been using IPB - I did send a trouble ticket earlier, but I'm guessing they're off work today because of the day's holiday in the US / UK. Any help with this would be extra appreciated!!!
ChrisA Posted May 29, 2006 Posted May 29, 2006 Hi everyone, I've just upgraded my forums to IPB 2.1.6 today together with the two subsequent security fixes as it's the first chance I've got to do it - unfortunately as you can see from the selection of links below, I'm getting a smattering of IPB errors which seem to be related to some kind of attempt to change the header information after processing of the page has already begun:CalendarBlogs Module Also, when you try and do a 'quick edit' on a post, you get similar such garbage appearing at the top of the post. This has to be one of the most puzzling problems I've come across in the three and a half years my site has been using IPB - I did send a trouble ticket earlier, but I'm guessing they're off work today because of the day's holiday in the US / UK. Any help with this would be extra appreciated!!! I can't go back and edit the original post so just to say after a bit of playing around with the FTP, deleting the updated files and then reuploading them a few times, I've now been able to resolve this issue I was experiencing.
generic_user Posted May 30, 2006 Posted May 30, 2006 This is a known bug which is fixed for 2.2. For now, in login.php just findimplode( "&", $_SERVER['argv'] ); and change to @implode( "&", $_SERVER['argv'] ); If you prefer, you can submit a ticket and I'll be happy to sort it for you. Is that the same as changing this..... $_SERVER['HTTP_REFERER'] = $this->ipsclass->base_url.implode( "&", $_SERVER['argv'] ); to this? $_SERVER['HTTP_REFERER'] = $this->ipsclass->base_url.@implode( "&", $_SERVER['argv'] );
Brandon C Posted May 30, 2006 Posted May 30, 2006 Is that the same as changing this.....$_SERVER['HTTP_REFERER'] = $this->ipsclass->base_url.implode( "&", $_SERVER['argv'] ); to this? $_SERVER['HTTP_REFERER'] = $this->ipsclass->base_url.@implode( "&", $_SERVER['argv'] ); Yes, but he just showed the shortened code for it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.