1

(2 replies, posted in PunBB 1.2 bug reports)

Thnaks again..I changed the lines in function and in header and Voila!!! you guys are great!
Thanks!

2

(2 replies, posted in PunBB 1.2 bug reports)

ok now when I access the foro and register a new user all is perfect, but when I received the password and try to log in...nothing happens...can you try to log in to my forum?
www.forodominicanosdeverdad.cjb.net

3

(9 replies, posted in PunBB 1.2 bug reports)

Ok I checked the config file and I deleted invisibles spaces at the end of the code and it worked!! Thanks guys!!!

4

(9 replies, posted in PunBB 1.2 bug reports)

No there's no space..is just like this


<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'orlando_forodom';
$db_username = 'xxxx_yyyy';
$db_password = 'xxxxx';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;

$language = 'es';

define('PUN', 1);

?>

besides, it was working good in english...the only change I did was the language stuff....

5

(9 replies, posted in PunBB 1.2 bug reports)

I downloaded the spanish languague pack dfrom this site and uploaded to the lang folder as they explained it...then in config.php chanhed the 'en' to 'es' in $language ='es'

6

(9 replies, posted in PunBB 1.2 bug reports)

I downloaded the spanish languague pack dfrom this site and uploaded to the lang folder as they explained it...then in config.php chanhed the 'en' to 'es' in $language ='es'

7

(9 replies, posted in PunBB 1.2 bug reports)

I just change the language from english to spanish, and eventhou it worked great, the header problem is like this:

Warning: Cannot modify header information - headers already sent by (output started at /home/orlando/public_html/dom/domphp/upload/config.php:22) in /home/orlando/public_html/dom/domphp/upload/include/functions.php on line 82

Warning: Cannot modify header information - headers already sent by (output started at /home/orlando/public_html/dom/domphp/upload/config.php:22) in /home/orlando/public_html/dom/domphp/upload/header.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/orlando/public_html/dom/domphp/upload/config.php:22) in /home/orlando/public_html/dom/domphp/upload/header.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home/orlando/public_html/dom/domphp/upload/config.php:22) in /home/orlando/public_html/dom/domphp/upload/header.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/orlando/public_html/dom/domphp/upload/config.php:22) in /home/orlando/public_html/dom/domphp/upload/header.php on line 35


any suggestion?