Jaunelis parašė:
This is not the end ... i go to photogallery and my web site write this:
Parse error: syntax error, unexpected T_VARIABLE in /home/..../domains/titas.us.lt/public_html/locale/Lithuanian/photogallery.php on line 29
PHOTOGALLERY.PHP BUG:
Čia nedidelė klaida, tiesiog persikelkit mano prisegtą failą (žemiau) į savo locale/Lithuanian/ aplankalą.
This is not a bug, one small locale mistake, I forgot add ; on the photogallery.php file -line 27
Just reupload my file.
THIS IS LITHUANIAN LOCALE FILE.
Edit:
admin/settings_registration.php bug fix:
ENGLISH:
Jaunelis, fixed the bug:
Open themes/templates/admin_header_mce.php
Find: (line - 41)
GeSHi: PHP
if ( $settings [ 'tinymce_enabled' ] == 1 ) {
Parsed in 0.003 seconds, using GeSHi 1.0.7.20
Change to:
GeSHi: PHP
if ( '' ) {
Parsed in 0.002 seconds, using GeSHi 1.0.7.20
Open administration/settings_registration.php
Find: (line - 66)
GeSHi: PHP
if ( $settings [ 'tinymce_enabled' ] == 1 ) {
Parsed in 0.003 seconds, using GeSHi 1.0.7.20
Change to:
GeSHi: PHP
if ( '' ) {
Parsed in 0.002 seconds, using GeSHi 1.0.7.20
Find: (line - 169)
GeSHi: PHP
if ( $settings [ 'tinymce_enabled' ] == 1 ) {
Parsed in 0.003 seconds, using GeSHi 1.0.7.20
Change to:
GeSHi: PHP
if ( '' ) {
Parsed in 0.002 seconds, using GeSHi 1.0.7.20
LITHUANIAN :
Jaunelis, sutvarkė klaidą:
Atidarome themes/templates/admin_header_mce.php
Surandame: (linija - 41)
GeSHi: PHP
if ( $settings [ 'tinymce_enabled' ] == 1 ) {
Parsed in 0.003 seconds, using GeSHi 1.0.7.20
Keičiame į:
GeSHi: PHP
if ( '' ) {
Parsed in 0.002 seconds, using GeSHi 1.0.7.20
Atidarome administration/settings_registration.php
Surandame: (linija - 66)
GeSHi: PHP
if ( $settings [ 'tinymce_enabled' ] == 1 ) {
Parsed in 0.003 seconds, using GeSHi 1.0.7.20
Keičiame į:
GeSHi: PHP
if ( '' ) {
Parsed in 0.002 seconds, using GeSHi 1.0.7.20
Surandame: (linija - 169)
GeSHi: PHP
if ( $settings [ 'tinymce_enabled' ] == 1 ) {
Parsed in 0.003 seconds, using GeSHi 1.0.7.20
Keičiame į:
GeSHi: PHP
if ( '' ) {
Parsed in 0.002 seconds, using GeSHi 1.0.7.20
K-braun attached the following file:
photogallery.rar [547 Bytes, 77 Downloads]
Edited by K-braun on 10-06-2010 11:50