PDA

View Full Version : Green Tech: No upload 'Profile' and 'Form Register' pages.


20072007
17 Mar 07, 17:17
hi,

I istalled Green Tech in my forum but don't work correctly. The pages 'profile' and 'form Register' don't upload the whole pages, for example, don't upload the avatar panel neither the Confirm botton (then, it's impossible new users registration).

Do you know what is the problem? (the subsilver templates work good).


thanks.

CyberAlien
17 Mar 07, 17:31
Probably you have installed some mod and applied changes only to subSilver. You should apply those changes to GreenTech too.

20072007
17 Mar 07, 17:41
Probably you have installed some mod and applied changes only to subSilver. You should apply those changes to GreenTech too.

Absolutly no.

I have emigrated the db and istalled NOW phpbb forum in a new hosting. It's all original.

CyberAlien
17 Mar 07, 17:45
What's your forum url?

20072007
17 Mar 07, 17:46
in the point where the uploading is interrupted, show me the following messagge:


home/....../public_html/foro/includes/template.php(127) : eval()'d code on line 28

do you know what's it mean?


thank for your help.

20072007
17 Mar 07, 17:47
What's your forum url?


www.forosforum.com/foro

CyberAlien
17 Mar 07, 17:56
There is a major bug in language pack you are using. Template variable {L_DATE_FORMAT_EXPLAIN} is changed to this:La sintaxis usada es idéntica a la función <a href='http://www.php.net/date\" target=\"_other\">date()</a> de PHPwhich is completely invalid html code. subSilver is not standards compliant, so browsers ignore that error when you use subSilver, but GreenTech is XHTML style so errors like that aren't allowed.

To change it open profile_add_body.tpl and remove this code:<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span>

Then report that bug to where you have downloaded language pack from. Tell them that $lang['Date_format_explain'] is incorrectly translated and refer them to this post.

20072007
17 Mar 07, 18:12
There is a major bug in language pack you are using. Template variable {L_DATE_FORMAT_EXPLAIN} is changed to this:which is completely invalid html code. subSilver is not standards compliant, so browsers ignore that error when you use subSilver, but GreenTech is XHTML style so errors like that aren't allowed.

To change it open profile_add_body.tpl and remove this code:

Then report that bug to where you have downloaded language pack from. Tell them that $lang['Date_format_explain'] is incorrectly translated and refer them to this post.



THANK YOU VERY MUCH!!!!!!!!!

20072007
18 Mar 07, 16:46
hi, I have another problem when execute a search, appears the following messagge:

******************
Could not delete old search id sessions

DEBUG MODE

SQL Error : 1054 Unknown column 'search_time' in 'where clause'

DELETE FROM phpbb_search_results WHERE search_time < 1174228952

Line : 658
File : search.php
************************


maybe is it another bug of the languages package?

thanks.

CyberAlien
18 Mar 07, 16:52
That table field was added in phpBB 2.0.20. Probably you have incorrectly upgraded forum (forgot to run install/upgrade.php?)

20072007
18 Mar 07, 16:59
That table field was added in phpBB 2.0.20. Probably you have incorrectly upgraded forum (forgot to run install/upgrade.php?)



yes, you're right, I have not upgraded forum.

My version it's phpbb 2.0.19. Never do it before, I'll try to do it... Thanks.

20072007
18 Mar 07, 17:10
sorry, but in my forum administration panel I found the following link to update the forum:

http://www.phpbb.com/downloads.php

but there is an error in this site. Is there an alternative site where I can download the version 20?

thanks.

CyberAlien
18 Mar 07, 17:15
http://prdownloads.sf.net/phpbb
Get 2.0.22, not 2.0.20

20072007
18 Mar 07, 18:43
http://prdownloads.sf.net/phpbb
Get 2.0.22, not 2.0.20

sorry, i know it's not your issue, but really I don't understand how to upgrade my db. In this link there are a lot of files, what files do i have to use? I only want to add this field in the table.

When I migrated my forum, I installed phpbb 2.0.22 and then, I upload my db backup, probably this upload change the db structure, putting the db structure of the version 2.0.19... is there a way to only updated the db structure?


thank you very much. You are very kind.

20072007
18 Mar 07, 20:01
I'll do it! the search works now! thank you for your support!