-
Hi Tiago! you is brazilian?
Se for gostaria que me desse uma ajuda, pois estou tentando fazer com que este sistema rode e não consigo. Quando chama a pagina de login simplesmente não aparece nada. Já tentei varias coisas e a tela de login ainda não carrega nem dá mensagem de erro. Poderia me ajudar
Obrigado.
2009-11-11 12:32:44 UTC by charlessantos
-
Hi! I get to import the database but the login page does not appear.
I set register_global and connected database with balance user.
I'm using Apache 2.2.13, PHP 5.3.0 and PostGreSQL 8.2.
Somebody Help me Please.
2009-11-11 12:11:24 UTC by charlessantos
-
Freetypr font files for GD embedded in fn_disegna_albero.inc lines 74 and 250 refer to the old font location for windows NT:
$lun=imagettfbbox($dim_font, 0, "c:\\winnt\\fonts\\arial.ttf", $xdesc);
For Win2000/XP this should be:
$lun=imagettfbbox($dim_font, 0, "c:\\windows\\fonts\\arial.ttf", $xdesc);
Even better this should be in the config file.
2006-12-14 00:23:14 UTC by nobody
-
function fn_data_inizio_esercizio was returning wrong
values for 30-days months.
2006-11-13 11:31:11 UTC by boltthrower
-
modified function fn_format_data, returning mktime from
intval (m,g,a)
2006-09-15 14:18:43 UTC by boltthrower
-
id_pdc computation from fn_clivello_pdc wrongly
returned 'CO.CO' instead of 'CO' for Corporate level.
2006-08-30 10:23:24 UTC by boltthrower
-
fixing PG version 8.1 array use (7.3 needed to convert
from string to number, also for numeric arrays)
2006-08-25 14:46:35 UTC by boltthrower
-
starting from tonight 3.00 AM GMT +1h,
the latest development tree, archived as rar,
will be available here:
http://bspg.dyndns.org/bspg/bspg_php_devel.rar
it will be automatically updated every day at 3.00 AM.
beware: can be unstable, may contain loggings, tests and temporary modifications.
2006-04-25 22:18:49 UTC by boltthrower