automan
Какая версия EM? У меня старый 0.1.13 почти все моды ставит правильно оформленные.
Можно кинуть проблемный мод целиком (в личку или где выложить, если большой), я гляну.
Ни разу не пользовался, всегда ставил моды "руками", пускай и не всегда трезвыми :wink:
Ситуация - форум установлен под Win2k в локалке (домашняя сеть), ftp не поднимал по понятным причинам - доступ к \\server\c$ есть всегда.
Так вот, какие там настройки поставить?
Сегодня попробовал с его помощью поставить album_v2053, но он (изи) ругнулся на настройки:
"Critical Error
Write method not recognized.
MOD script line #130"
Porutchik
easy_mod ставит только моды, написанные строго по правилам. album_v2053, если мне не изменяет память, к таковым не относится.
Вариантов два: 1) поставить ручками 2) передлать мод так, чтобы работал с easy_mod
sigal писал(а):Надежно им моды ставить и где его можно скачать?
Я уже где-то писал... (но для информации повторюсь)
Удобная штука, но пока на стадии "бета" глючит часто, но не редко бывает даже работает...
С модами 100% соответсвующими с КВ39 работает нормально, проблемы возникают с нестандартными скинами, удалённым английским языком а иногда и с существующими другими языками (но это не удивительно, программисты не боги, всего не предусмотришь)
Серый цвет - светлый (светлее чёрного), но он и тёмный (темнее белого), он же промежуточный (между чёрным и белым). Теорию относительности никто не отменял. Истина в целом - понятие виртуально-ситуативное.
automan писал(а):у меня такой вопрос, когда ставлю с изи модом какие то моды
он всё делает ок, кроме
строчек там где
Показывать первые символов сообщений
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------
#
****
он почему то добавляет не после а в самом начале строки, кто то сталкивался с этим?
вообщем окаывается в нем есть баг связаный с IN-LINE
чтоб его исправить
There is a bug in EasyMOD 0.2.0a which makes it so that IN-LINE actions don't work. The following is a fix to the bug.
Upgrading EasyMOD
It is advised that you remove any previous admin/mods/easymod/ directories. Once they are out of the way, just follow the install instructions above. EasyMOD will figure everything else out.
Сносим папку admin/mods/easymod/. Потом инсталлим новую версию, как написано в руководстве.
Bug: path errors like: admin/./mods/ and .../easymod//...
Bug: FTP ERROR: login failed (involves changes in em_cipher.php)
An attempt to fix this issue has been made by changing the way stripslashes and htmlspecialchars were used. In addition to this, a new method has been implemented to make sure the encrypted FTP password is stored in DB using hexadecimal characters only.
Bug: Issues with KEY (reported by -=ET=- at SF.net).
Bug: Hard coded template path compensation goes too far away (reported by -=ET=- at SF.net).
Fixed security related issue by changing initialization code (install and acp scripts affected) to make sure only admins can enter, in any mode.
Fixed security related issue by adding checks to prevent unauthorized access to files.
Fixed several issues in templates.
Fixed preview mode (PRE was generating double lines).
Removed empty lines after ?> in PHP files (this may have caused problems when Gzip compression is enabled).
Removed non-implemented options that were available from the History Details panel (aka "coming soon" features).
Fixed a problem that was causing the FTP Cache feature to fail in certain circumstancies.
Fixed language related issues (-=ET=-).
Fixed an issue with ftp_chmod, mode was passed as decimal in PHP5 (wGEric).
Functionality Added or Changed:
Implemented a new SQL Parser.
Removed the phpBB version check for processed MODs.
Record Processed Files extension. A new table has been created to store the list of files modified by each MOD. This information is saved as soon as each MOD is installed and visible from the History Details page for each MOD. A new selection box has been added to the History report with the names of all modified files, so it's posible to filter MODs that have modified a specific file.
Restore Backups and Delete MOD Record extensions. Both available from the History Details page.
Implemented the test_ftp function in the EM settings panel (including debug option).
Added extra information to the debug report (install script).