-
I think it's a problem with LATIN1 and LATIN9. The SQL-script is in LATIN1 und the Server insists on LATIN9 and wouldn't convert.
So what do do?
Thanks.
2009-11-25 15:26:41 UTC by osthafen
-
I 've got the same error - there must be something wrong with: docmgr.pgsql
some errors:
LTER TABLE
SET
ALTER TABLE
ALTER TABLE
ALTER TABLE
SET
ALTER TABLE
SET
SET
docmgr.pgsql:2151: FEHLER: Spalte »search_string« von Relation »dm_savesearch« existiert nicht
docmgr.pgsql:2159: FEHLER: Syntaxfehler bei »\«
LINE 3: \.
^
docmgr.pgsql:2167: FEHLER: Syntaxfehler bei »\«...
2009-11-25 03:37:24 UTC by osthafen
-
I managed to solve!
I changed the line 14 of file modules/center/admin/groupAdmin/display.php
of
for ($row=0;$row
2009-11-21 22:10:41 UTC by rnra57
-
Ok.
This problem is due to the php version. I was using PHP 5.3, and it includes new functions: *date_diff()* and *quotedprintableencode()*, among others.
2009-11-20 14:38:25 UTC by carlosgst
-
Hello.
I'm trying to use Docmgr, but I found these errors related with the file "lib/data_formatting.php".
*Fatal error: Cannot redeclare quoted_printable_encode() in .....docmgr/lib/data_formatting.php on line 406*
The same with the data_diff function.
I solved these messages verifying first if the function exists:
if(!function_exists('data_diff'){
function...
2009-11-18 20:03:25 UTC by carlosgst
-
Or I did something wrong. Which I doubt, you know...because I'm perfect, and Linux doesn't drive me crazy at ALL!!
2009-11-14 14:28:42 UTC by dpolk
-
Thanks for that info.
I saw that in the documentation, but the install docs on the site also include installation instructions for CentOS5, which I followed explicitly. So there's either a version issue here and the developer has inadvertently made CentOS a non-compatible platform without customization, or there's a bug in the install.
2009-11-14 14:25:16 UTC by dpolk
-
The link to the Installation Guide has not been included, sorry:
[Installation Guide][1]
[1]: http://wiki.docmgr.org/index.php/Installation_Guide_-_Version_1.0.
2009-11-14 11:05:15 UTC by kristov
-
According to [The Installation Guide], you need at least PostgreSQL 8.4 and PHP 5.2 for DocMGR >= 1.0.
Regards,
Christoph Schulz
[The Installation Guide]: http://wiki.docmgr.org/index.php/Installation_Guide_-_Version_1.0.
2009-11-14 11:03:42 UTC by kristov
-
As a followup - I did confirm that the schema and tables are created and owned by the docmgr user, and that the admin user is defined in the table and shows the hashed/encrypted password in the table row.
2009-11-13 23:52:06 UTC by dpolk