Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Guest RSS-Bot

Важное с Sysman.Ru: 2.1.x: IPB Предупреждение [2] implode()

Recommended Posts

Guest RSS-Bot

Song:

Симптомы:

Цитата
Строка

Цитата
IPB Предупреждение [2] implode() [function.implode]: Bad arguments. (Строка: 452 файла /sources/action_public/login.php)

Находится сверху над входом! Как исправить? Тоько форум установил и выскакивает!

 

Решение:

Найдите:

Цитата (sources/action_public/login.php)
[color=#048284]$_SERVER[/color]['HTTP_REFERER'] = [color=#048284]$this[/color]->ipsclass->base_url.implode( "&", [color=#048284]$_SERVER[/color]['argv'] );

Замените на:

[b]if[/b] ( [color=#048284]$_SERVER[/color]['argv'] ){   [color=#048284]$_SERVER[/color]['HTTP_REFERER'] = [color=#048284]$this[/color]->ipsclass->base_url.implode( "&", [color=#048284]$_SERVER[/color]['argv'] );}

Share this post


Link to post
Guest RSS-Bot

Song: © IBR

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...