-
Hum... Increasing the memory_limit from 64M to 128M in the php.ini seems to have fixed the problem. I was scared this was causing a loop..
Thanks.
2005-04-22 22:54:22 UTC in DocMgr
-
I am current at DocMgr 0.49.1 and am trying to upgrade to 0.50.
PHP 4.3.10 (cli)
psql 7.4.2
### ERROR OUTPUT ###
php upgrade.php
Account permissions moved
Group permissions moved
Migrating Files
Migrating categories
Updating collection permissions
Warning: pg_query(): Query failed: ERROR: invalid input syntax for integer: "" in...
2005-04-22 22:30:36 UTC in DocMgr
-
Is there plans to support DDNS with probind2? Currently I have been back dooring into the config.
2005-03-31 05:38:20 UTC in ProBIND 2
-
I am having the same problem, it looks like probind2 has a bug with SRV RR. otherwise this is a great program.
2005-03-31 05:36:16 UTC in ProBIND 2
-
Will docmgr support LDAP, Windows NT, Radius, etc type logins?
Thanks.
2005-01-27 15:46:52 UTC in DocMgr
-
Does DocMgr have or do you plan on having an API for DocMGR?
Thanks.
2005-01-25 23:24:43 UTC in DocMgr
-
also had to make the same modifcation on line 69.
2005-01-24 05:28:54 UTC in Journalness
-
Interesting...
To fix the problem I had to edit the common.inc.php file and modify the line near line 106
unset($lang);
require('./language/lang_' . $def_language . '/lang_' . $def_language . '.php');
As you can see I had to use the require() function require_once() was not working and I had to unset() the variable just before including that file. Now things seem to work correctly.
2005-01-24 05:25:35 UTC in Journalness
-
And installing an older version I have the same problem.
2005-01-24 04:31:35 UTC in Journalness
-
What is really interesting, I can create the database before hand, ie, "create database journalness;" and then run the install script and it goes through but then all I have are "E"'s all over the place. looks like a constant or variable was set but is not getting passed through.
Any ideas?.
2005-01-24 01:00:29 UTC in Journalness