Trecerea de la phpbb 3.0.1 la phpbb 3.0.2_

Rezolvări la problemele apărute la instalarea, actualizarea sau conversia forumului phpBB 3.0.x.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Avatar utilizator
megeo
Utilizator înregistrat
Mesaje: 1327
Membru din: 10-Feb-2007, 00:46:30
Versiune: 3.0.5
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Localitate: Timisoara

Mesaj de megeo »

am facut update :)
geo
Avatar utilizator
Myky
Utilizator înregistrat
Mesaje: 1101
Membru din: 28-Noi-2007, 15:24:26
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu

Mesaj de Myky »

Super bine ca sa lansat aceasta varianta. Sau rezolvat multe buguri :)
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

Este foarte interesant update-ul automat, dupa configurarea datelor pentru acces FTP totul se rezolva cu un click. Desigur nu pentru phpbb 3.0.1 modificate si nu pentru alte teme decat prosilver. Trebuie sa va spun ca am sesizat imediat in ACP ca traducerea in limba romana trebuie actulizata si ea, deoarece exista acum o posibilitate de log-out in ACP iar link-ul este {ADM_LOGOUT}. Sa speram ca echipa de traducere va actualiza cat mai curand varianta in limba romana.
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

Mesaje separate de la Anunturi-phpBB relased
Avatar utilizator
Muzet
Fost coleg
Mesaje: 2295
Membru din: 18-Mar-2008, 23:29:52
Versiune: 0.0
Ext: Nu
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Mesaj de Muzet »

Trebuie să actualizăm şi noi traducerea, poate ne spune un administrator mai multe. :)
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

Fisierele care trebuie modificate la traducere sunt:

Cod: Selectaţi tot


===============================================
##		++language/ro/acp/attachments.php
##		++language/ro/acp/board.php
##		++language/ro/acp/common.php
##		++language/ro/acp/groups.php
##		++language/ro/common.php
##		++language/ro/memberlist.php
##		++language/ro/posting.php
=================================================

Ce trebuie modificat/tradus:

Cod: Selectaţi tot

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/acp/attachments.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: attachments.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: attachments.php 8555 2008-05-15 14:10:11Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 69
	'CAT_FLASH_FILES'			=> 'Flash files',
	'CAT_IMAGES'				=> 'Images',
	'CAT_QUICKTIME_FILES'		=> 'Quicktime media files',
	'CAT_RM_FILES'				=> 'RealMedia media files',
	'CAT_WM_FILES'				=> 'Windows Media media files',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'CHECK_CONTENT'				=> 'Check attachment files',
	'CHECK_CONTENT_EXPLAIN'		=> 'Some browsers can be tricked to assume an incorrect mimetype for uploaded files. This option ensures that such files likely to cause this are rejected.',

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/acp/board.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: board.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: board.php 8554 2008-05-15 13:29:14Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 204
	'COPPA_MAIL_EXPLAIN'		=> 'This is the mailing address where parents will send COPPA registration forms.',
	'ENABLE_COPPA'				=> 'Enable COPPA',
	'ENABLE_COPPA_EXPLAIN'		=> 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA. If this is disabled the COPPA specific groups will no longer be displayed.',
	'MAX_CHARS'					=> 'Max',
	'MIN_CHARS'					=> 'Min',

#
#-----[ FIND ]---------------------------------------------
# Around Line 209
	'MIN_TIME_REG'				=> 'Minimum time for registration',
	'MIN_TIME_REG_EXPLAIN'		=> 'The registration form cannot be submitted before this time has passed.',
	'MIN_TIME_TERMS'			=> 'Minimum time for accepting terms',
	'MIN_TIME_TERMS_EXPLAIN'	=> 'The terms page cannot be skipped before this time has passed.',

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 369
	'EMAIL_CHECK_MX_EXPLAIN'		=> 'If enabled, the e-mail domain provided on registration and profile changes is checked for a valid MX record.',
	'FORCE_PASS_CHANGE'				=> 'Force password change',
	'FORCE_PASS_CHANGE_EXPLAIN'		=> 'Require user to change their password after a set number of days. Setting this value to 0 disables this behaviour.',
	'FORM_TIME_MAX'					=> 'Maximum time to submit forms',
	'FORM_TIME_MAX_EXPLAIN'			=> 'The time a user has to submit a form. Use -1 to disable. Note that a form might become invalid if the session expires, regardless of this setting.',

#
#-----[ FIND ]---------------------------------------------
# Around Line 374
	'FORM_TIME_MIN'					=> 'Minimum time to submit forms',
	'FORM_TIME_MIN_EXPLAIN'			=> 'Submissions faster than this time are ignored by the board. Use 0 to disable.',

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 378
	'IP_VALID'						=> 'Session IP validation',
	'IP_VALID_EXPLAIN'				=> 'Determines how much of the users IP is used to validate a session; <samp>All</samp> compares the complete address, <samp>A.B.C</samp> the first x.x.x, <samp>A.B</samp> the first x.x, <samp>None</samp> disables checking. On IPv6 addresses <samp>A.B.C</samp> compares the first 4 blocks and <samp>A.B</samp> the first 3 blocks.',
	'MAX_LOGIN_ATTEMPTS'			=> 'Maximum number of login attempts',
	'MAX_LOGIN_ATTEMPTS_EXPLAIN'	=> 'After this number of failed logins the user needs to additionally confirm his login visually (visual confirmation).',
	'NO_IP_VALIDATION'				=> 'None',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NO_REF_VALIDATION'				=> 'None',

#
#-----[ FIND ]---------------------------------------------
# Around Line 385
	'PASSWORD_TYPE_EXPLAIN'			=> 'Determines how complex a password needs to be when set or altered, subsequent options include the previous ones.',
	'PASS_TYPE_ALPHA'				=> 'Must contain letters and numbers',
	'PASS_TYPE_ANY'					=> 'No requirements',
	'PASS_TYPE_CASE'				=> 'Must be mixed case',
	'PASS_TYPE_SYMBOL'				=> 'Must contain symbols',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'REF_HOST'						=> 'Only validate host',
	'REF_PATH'						=> 'Also validate path',
	'REFERER_VALID'					=> 'Validate Referer',
	'REFERER_VALID_EXPLAIN'			=> 'If enabled, the referer of POST requests will be checked against the host/script path settings. This may cause issues with boards using several domains and or external logins.',

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/acp/common.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: common.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: common.php 8591 2008-06-04 11:40:53Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 199
	'ADD'					=> 'Add',
	'ADMIN'					=> 'Administration',
	'ADMIN_INDEX'			=> 'Admin index',
	'ADMIN_PANEL'			=> 'Administration Control Panel',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'ADM_LOGOUT'			=> 'ACP Logout',
	'ADM_LOGGED_OUT'		=> 'Successfully logged out from Administration Control Panel',


#
#-----[ FIND ]---------------------------------------------
# Around Line 609

	'LOG_REASON_ADDED'		=> '<strong>Added report/denial reason</strong><br />» %s',
	'LOG_REASON_REMOVED'	=> '<strong>Removed report/denial reason</strong><br />» %s',
	'LOG_REASON_UPDATED'	=> '<strong>Updated report/denial reason</strong><br />» %s',


#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'LOG_REFERER_INVALID'		=> '<strong>Referer validation failed</strong><br />»Referer was “<em>%1$s</em>”. The request was rejected and the session killed.',

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/acp/groups.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: groups.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: groups.php 8634 2008-06-09 13:05:34Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 106
	'NO_GROUP'					=> 'No group specified.',
	'NO_GROUPS_CREATED'			=> 'No groups created yet.',
	'NO_PERMISSIONS'			=> 'Do not copy permissions',
	'NO_USERS'					=> 'You haven’t entered any users.',
	'NO_USERS_ADDED'			=> 'No users were added to the group.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'NO_VALID_USERS'			=> 'You haven’t entered any users eligible for that action.',

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/common.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: common.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: common.php 8555 2008-05-15 14:10:11Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 76
	'ASCENDING'						=> 'Ascending',
	'ATTACHMENTS'					=> 'Attachments',
	'ATTACHED_IMAGE_NOT_IMAGE'		=> 'The image file you tried to attach is invalid.',
	'AUTHOR'						=> 'Author',
	'AUTH_NO_PROFILE_CREATED'		=> 'The creation of a user profile was unsuccessful.',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'AVATAR_DISALLOWED_CONTENT'		=> 'The upload was rejected because the uploaded file was identified as a possible attack vector.',

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/memberlist.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: memberlist.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: memberlist.php 8574 2008-05-29 13:59:47Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 130
	'SORT_LAST_ACTIVE'		=> 'Last active',
	'SORT_POST_COUNT'		=> 'Post count',

	'USERNAME_BEGINS_WITH'	=> 'Username begins with',
	'USER_ADMIN'			=> 'Administrate user',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'USER_BAN'				=> 'Banning',

# 
#-----[ OPEN ]--------------------------------------------- 
# 
language/ro/posting.php

#
#-----[ FIND ]---------------------------------------------
# Around Line 2
* @version $Id: posting.php 8479 2008-03-29 00:22:48Z naderman $

#
#-----[ REPLACE WITH ]---------------------------------------------
#
* @version $Id: posting.php 8555 2008-05-15 14:10:11Z Kellanved $

#
#-----[ FIND ]---------------------------------------------
# Around Line 80
	'DELETE_POST_CONFIRM'		=> 'Are you sure you want to delete this post?',
	'DELETE_POST_WARN'			=> 'Once deleted the post cannot be recovered',
	'DISABLE_BBCODE'			=> 'Disable BBCode',
	'DISABLE_MAGIC_URL'			=> 'Do not automatically parse URLs',
	'DISABLE_SMILIES'			=> 'Disable smilies',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
	'DISALLOWED_CONTENT'		=> 'The upload was rejected because the uploaded file was identified as a possible attack vector.',

# 
Avatar utilizator
Muzet
Fost coleg
Mesaje: 2295
Membru din: 18-Mar-2008, 23:29:52
Versiune: 0.0
Ext: Nu
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Mesaj de Muzet »

O să încep eu puţin mai târziu şi o să trimit fişierele unui administrator.
Avatar utilizator
megeo
Utilizator înregistrat
Mesaje: 1327
Membru din: 10-Feb-2007, 00:46:30
Versiune: 3.0.5
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Localitate: Timisoara

Mesaj de megeo »

auu

daca am acuma 3.0.2 e vreo problema?
sau sa pun back-up dinainte de asta?
geo
Avatar utilizator
Muzet
Fost coleg
Mesaje: 2295
Membru din: 18-Mar-2008, 23:29:52
Versiune: 0.0
Ext: Nu
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Experimentat

Mesaj de Muzet »

megeo scrie:auu

daca am acuma 3.0.2 e vreo problema?
sau sa pun back-up dinainte de asta?
Şi eu sunt nedumerit fiindcă la conversie am observat că a modificat şi tabelele şi pot exista probleme, doar de asta îmi e teamă.
Avatar utilizator
megeo
Utilizator înregistrat
Mesaje: 1327
Membru din: 10-Feb-2007, 00:46:30
Versiune: 3.0.5
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Localitate: Timisoara

Mesaj de megeo »

erori nu sunt ca mi-am scanat forumul...
geo
Închis

Înapoi la “3.0.x Instalare, actualizare, conversie”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator