emailer.class.php

Started by fail on 2013-08-10 21:12 — 5 replies, 1407 views

#1
При регистрации юзера...

Undefined variable: bb_cfg in /home/........./includes/emailer.class.php on line 17
Undefined variable: bb_cfg in /home/........./includes/emailer.class.php on line 18
 
$this->from    = $bb_cfg['board_email'];
$this->reply_to = $bb_cfg['board_email'];
#2
fail, global $bb_cfg; попробуй
#3
Проверил на виртуалке и на локалке не чего подобного не наблюдал
#4
смотри где не нету global $bb_cfg;
http://code.google.com/p/torrentpie...path=/trunk/upload/includes/emailer.class.php

ЗЕЛЕНЫМ выделено
#5
drew, DarkMod, Спасибо получилось.
#6
Обратите внимание