Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in common.php on line 1991
$str .= str_shuffle(preg_replace('#[^0-9a-zA-Z]#', '', crypt(uniqid(mt_rand(), true))));
заменить на
$str .=...
Иногда наблюдаю ошибку
Fatal error: DB Error [includes/bbcode.php(422)] in /includes/db/mysql.php on line 803
В bbcode.php на этом месте
DB()->query("DELETE FROM ". BB_POSTS_SEARCH ." WHERE post_id = $post_id");
когда включаю nginx + php-fpm в IE перестают работать редактирования сообщений и быстрый просмотр на ajax. В остальных браузерах вроде норм. Подскажите куда глянуть, чтоб поправить?
При попытке скомпилировать xbtt на Centos выдает
bash: ./make.sh:: No such file or directory
[root@vps201 Tracker]# ./make.sh: line 17: tracker_input.cpp: command not found
./make.sh: line 18: transaction.cpp: command not found
./make.sh: line 19: udp_listen_socket.cpp: command not found...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.