Jump to content

IPS Releases Updates to Community Suite


Guest IPS News

Recommended Posts

Posted

I am logged into the client center, both with Firefox and IE. Same error message. :blink:

EDIT: Problem solved.

  • Replies 182
  • Created
  • Last Reply
Posted

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 PM

mySQL query error: SELECT * FROM download_packages WHERE download_id= AND download_allow LIKE '%,2,%'



Posted

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:

Calendar
Blogs 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!!!

Posted

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:



Calendar
Blogs 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.
Posted

This is a known bug which is fixed for 2.2. For now, in login.php just find



implode( "&", $_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'] );

Posted

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.

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...