0.00
Рейтинг
0.00
Сила

Кривая ссылка тегах


Теги частично работают «криво». Внизу постов и на странице «Все метки» — работаю корректно. НО в боковом блоке ссылка ведет на
http://видео/
Вместо
http://www.thatif.ru/pub/tag/видео/


Сайт http://www.thatif.ru/pub/

Как лечится, не подскажите?

Пара вопросов от новичка

Поставил CMS и возникло пара вопросов

Коллективные блоги — как создать? Личные блоги понятно а вот как сделать коллективный? Все облазил и не найду.

Вывод на главную — как он производится, при наборе определенного кол-во голосов? Сколько голосов надо и где можно отредактировать кол-во.

Если есть FAQ по системе, дайте пожалуйста ссылочку, буду очень благодарен.

Проблема с установкой (Database.class.php)



Скачал как понял последнюю версию с LiveStreetCMS.com. Устанавливал автоматически, все прошло успешно.При попытке зайти на сайт выдает:

?> return $c; } } return $c; } protected function peek() { $this->lookAhead = $this->get(); return $this->lookAhead; } } // — Exceptions — class JSMinException extends Exception {} ?>xception {} ?>n; $i++) { $t = $trace[$i]; if (!$t) continue; // Next frame. $next = isset($trace[$i+1])? $trace[$i+1]: null; // Dummy frame before call_user_func* frames. if (!isset($t['file'])) { $t['over_function'] = $trace[$i+1]['function']; $t = $t + $trace[$i+1]; $trace[$i+1] = null; // skip call_user_func on next iteration } // Skip myself frame. if (++$framesSeen < 2) continue; // 'class' and 'function' field of next frame define where // this frame function situated. Skip frames for functions // situated in ignored places. if ($ignoresRe && $next) { // Name of function «inside which» frame was generated. $frameCaller = (isset($next['class'])? $next['class'].'::': ''). (isset($next['function'])? $next['function']: ''); if (preg_match($ignoresRe, $frameCaller)) continue; } // On each iteration we consider ability to add PREVIOUS frame // to $smart stack. if ($returnCaller) return $t; $smart[] = $t; } return $smart; } } ?> return $smart; } } ?>nction write($data) { $this->blobdata .= $data; } function close() { return $this->blobdata; } function length() { return strlen($this->blobdata); } } ?>; } } ?> } return $result; } } ?>} ?>SQL Error: Access denied for user 'thatifru_pub'@'localhost' (using password: YES) at /home/t/thatifru/public_html/pub/engine/modules/database/Database.class.php line 66
Array ( [code] => 1045 [message] => Access denied for user 'thatifru_pub'@'localhost' (using password: YES) [query] => mysql_connect() [context] => /home/t/thatifru/public_html/pub/engine/modules/database/Database.class.php line 66 )

Проверил БД, в ней создалось 26 таблиц, значит коннект, логин и пароль работает.

Ошибка как понял вылазит в 66 строке файла /engine/modules/database/Database.class.php, и вот такая там строчка $oDbSimple=DbSimple_Generic::connect($sDSN);

Короче уже не знаю что делать, подскажите пожалуйста!