To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - phpBB by Przemo 1.12.6 is out!

chelloPL - 05-01-2008, 00:27
Temat postu: phpBB by Przemo 1.12.6 is out!
Hi guys,

I'm proud to announce that version 1.12.6 is out.
Major changes is a security issue, so I recommend to update as fast as it is possible.

How to do this?
Warning: before any modification you should make backup of all modified files!

Updating from phpBB2 modified by Przemo 1.12.5:

The most important changes have been made in php files, 4 minor changes in template files (fixing bug with displaying forum with Safari browser) and 1 SQL query to the database.

Here is a complete list of changes files:
Cytat:
admin/admin_db_utilities.php
admin/admin_file.php
cache/.htaccess
check_data.php
check_files.php
customize.php
db/schemas/mysql_basic.sql
dbloader/dbdata.inc.php
dbloader/dbloader.php
dbloader/templates/dbloader_body.tpl
includes/confirm_register.php
includes/functions.php
includes/functions_admin.php
language/lang_english/lang_admin_pafiledb.php
language/lang_english/lang_main.php
language/lang_english/lang_warnings.php
language/lang_polish/lang_admin.php
language/lang_polish/lang_admin_advert.php
language/lang_polish/lang_admin_album.php
language/lang_polish/lang_admin_attach.php
language/lang_polish/lang_admin_board.php
language/lang_polish/lang_admin_pafiledb.php
language/lang_polish/lang_main_album.php
language/lang_polish/lang_modcp.php
language/lang_polish/lang_profile.php
language/lang_polish/lang_prune_users.php
language/lang_polish/lang_warnings.php
pafiledb/includes/email.php
pafiledb/includes/functions.php
pafiledb/includes/post_comment.php
printview.php
scripts/update.php
seeker.php
templates/subSilver/pagination.tpl
templates/subSilver/portal_header.tpl
templates/subSilver/portal_modules/album_menu.tpl
templates/subSilver/viewtopic_body.tpl
images/anti_robotic_reg/kapczh/*.png


SQL query:
Kod:
UPDATE phpbb_config SET config_value = '1.12.6' WHERE config_name = 'version';

Note: If you have another table prefix, please change it to appreciate.

I have prepared 2 instructions:
1. .patch file for automated updating (more info in attached zip - readme_windows.txt or readme_linux.txt)
2. manual instruction (open, find, add...) in manual_install.txt

I recommend use the first one (maybe not easiest, but you spend less time on patching your forum and you can make less mistakes), but it is your choice :)

Note: doesn't matter which way you go, after modifying files, you have to clear /cache directory (remove all *.php files). It is recommended, because there is also a change in caching subsystem.

Update from any other version of phpBB2 or phpBB2 modified by Przemo

There is a complete instruction here: http://www.przemo.org/php...hp?page=install


Have a fun!




FAQ:
1. I have updated my forum, but in my Panel Administration there is still a message that my forum is not up to date!
Forum is verifying its version once for 2 days. Wait 2 days (at least 48 hours) and if the message don't disappear, just check you have executed SQL query. If yes, just write - we will try to help you :)

2. Running patch.exe on windows, I got an error:
Kod:
patching file admin/admin_db_utilities.php
Assertion failed: hunk, file patch-2.5.4/patch.c, line 343

You probably used invalid patch.exe version. Use included patch.exe in bin directory or download the same binary version from http://gnuwin32.sourceforge.net/packages/patch.htm

3. After successful patching, check_files shows files in red with invalid checksums and without size different (size is equal).
It could happen if you patched files on windows system.
The solution is to use any editor which can convert line endings from windows CRLF to unix LF. Then open each modified (list is above) file and convert it to LF line endings.
I have been noticed, that notepad++ can do it. But you can use you favourite editor which can do this.

4. Do you plan to release any other version from 1.12.x series?
No, we don't. The only one exception is security issue (like this 1.12.6 version).



Powered by phpBB modified by Przemo © 2003 phpBB Group