Latest Forum Posts

General KnowledgeTree Discussion :: Older version

Latest Forum Posts - November 10, 2008 - 10:39am
Author: zam331boo
Subject: Older version
Posted: Mon Nov 10, 2008 10:39 am (GMT 0)

Hi all,
I'm running with an older version : OSS 3.0.3 and I'm looking for how to add document from vb.net application.

Vincent
Categories: Latest Forum Posts

General Development Discussion :: RE: How to make KT webservice?

Latest Forum Posts - November 10, 2008 - 9:50am
Author: HSTero
Posted: Mon Nov 10, 2008 9:50 am (GMT 0)

buchenberg wrote: Although I am not proficient with PHP I've been able to consume the web services via .NET, Ruby, and Java. I can perhaps point you in the right direction. You'll need to use the PHP PEAR::SOAP package. Also some sample PHP code can be found in the wiki.

Thank you buchenberg for your information. Your information helped me to get started

If here's people familiar with php-webservices, I'd be happy to hear what kind of frameworks you are using and what kind tools are you using to test your work?
Categories: Latest Forum Posts

Installation :: RE: Community 3.5.3 to 3.5.4 upgrade problems

Latest Forum Posts - November 10, 2008 - 6:25am
Author: megan
Posted: Mon Nov 10, 2008 6:25 am (GMT 0)

The upgrade should write to the standard log file in <knowledgetree>/var/logs. It would be good to set debug on before running through the upgrade. The logging mechanism has changed. To turn debug on open <knowledgetree>/config/ktlog.ini.

Set the first line to DEBUG for normal debugging. The second line will log all the sql queries being performed.
Categories: Latest Forum Posts

Installation :: RE: Community 3.5.3 to 3.5.4 upgrade problems

Latest Forum Posts - November 10, 2008 - 2:46am
Author: RichardP
Posted: Mon Nov 10, 2008 2:46 am (GMT 0)

I didn't notice any errors while the upgrade script was running. I'll redo the upgrade (I've reverted to my previous version by restoring my backup) and pay particular attention to see if I missed something. Is a log created during the upgrade process?

The indexer process runs under the web user, but I'll check when redoing the upgrade if that changes.


megan wrote: Your upgrade process looks fine and I see you did run the upgrade script. However, if you're getting DB errors there may have been a problem with some of the upgrades. Try running the script again and check whether the upgrades have been applied. The most important upgrade being the addition of auto_increment on all the id fields on all tables in the DB.

There is also a known failure in the upgrade where there is a DB error when trying to insert server_name into the system_settings table. Did that error appear during your upgrade?

Also check which user owns the indexer process. One other person had a similar issue which was fixed by starting the indexer as the webserver user.

Megan
_________________
Best Regards,
Richard.
Categories: Latest Forum Posts

General Development Discussion :: RE: List of folders available?

Latest Forum Posts - November 9, 2008 - 6:50pm
Author: Aart-Jan
Posted: Sun Nov 09, 2008 6:50 pm (GMT 0)

It should work. If you've verified it doesn't please log a ticket in jira:
http://issues.ktdms.com
_________________
Free and custom KnowledgeTree Plugins (Online document viewing, dashboard managing and more) - Installation/ implementation consulting for KnowledgeTree
Categories: Latest Forum Posts

General Development Discussion :: RE: TODO plugin: contact list

Latest Forum Posts - November 8, 2008 - 10:06am
Author: t3o
Posted: Sat Nov 08, 2008 10:06 am (GMT 0)

Just for explain well...
My question is ONLY about how can I write a module with the integration of KT authentication...
Categories: Latest Forum Posts

General Development Discussion :: TODO plugin: contact list

Latest Forum Posts - November 7, 2008 - 10:11pm
Author: t3o
Subject: TODO plugin: contact list
Posted: Fri Nov 07, 2008 10:11 pm (GMT 0)

Hi all,
I've to create a simple plugin for the management of a contact list. this list must be used only by some authorized users.

The structure is pretty simple: two database table, a form page for insert data and another one for showing all the stored records.

I want to integrate this function in knowledgetree as a plugin because of I want to use KT authentication.

Is it possible?

How can I do that?

Thanks!
Categories: Latest Forum Posts

Installation :: RE: New platform and new version. need to move the DB

Latest Forum Posts - November 7, 2008 - 8:49pm
Author: excelacom
Posted: Fri Nov 07, 2008 8:49 pm (GMT 0)

On that site the oldest version is 3.3 which is not old enough for me to start the migration.

When I launch KT I get the following message:

Incompatible database version (3.1.2, expected version 3.3.0.1) - contact the administrator

Does anyone knows where I can download a 3.1 version of KT?
Thanks
Categories: Latest Forum Posts

Installation :: RE: New platform and new version. need to move the DB

Latest Forum Posts - November 7, 2008 - 4:41pm
Author: excelacom
Posted: Fri Nov 07, 2008 4:41 pm (GMT 0)

Where can I find older versions of KT? I think I need at least 3.3.7 and 3.4.6

Thanks
Categories: Latest Forum Posts

General Development Discussion :: RE: How to make KT webservice?

Latest Forum Posts - November 7, 2008 - 4:41pm
Author: buchenberg
Posted: Fri Nov 07, 2008 4:41 pm (GMT 0)

Although I am not proficient with PHP I've been able to consume the web services via .NET, Ruby, and Java. I can perhaps point you in the right direction. You'll need to use the PHP PEAR::SOAP package. Also some sample PHP code can be found in the wiki.
Categories: Latest Forum Posts

General Development Discussion :: RE: List of folders available?

Latest Forum Posts - November 7, 2008 - 3:43pm
Author: andre
Posted: Fri Nov 07, 2008 3:43 pm (GMT 0)

Does the depth parameter work?
The only difference I notice is when:
- depth is greater or equal than 1 -> I get the content of the specified folder (and not of its sub-folders)
- depth is smaller than 1 -> I get nothing
Categories: Latest Forum Posts

Document Management Discussion :: Knowledgetree 3.5.3 - Problem opening documents in IE

Latest Forum Posts - November 7, 2008 - 2:56pm
Author: ejuniati
Subject: Knowledgetree 3.5.3 - Problem opening documents in IE
Posted: Fri Nov 07, 2008 2:56 pm (GMT 0)

Hi,
I have posted this in General forum with no response. We are having problem opening documents using IE 6.0 (Firefox and Chrome are ok). With pdf files, there is error "Couldn't open file. File not found". With other documents IE simply tries to open but nothing comes up. I have tried cleaning history, files and cache, but doesn't solve problem. Please help.

Thank you,
Erni
Categories: Latest Forum Posts

Installation :: RE: Community 3.5.3 to 3.5.4 upgrade problems

Latest Forum Posts - November 7, 2008 - 9:29am
Author: megan
Posted: Fri Nov 07, 2008 9:29 am (GMT 0)

Your upgrade process looks fine and I see you did run the upgrade script. However, if you're getting DB errors there may have been a problem with some of the upgrades. Try running the script again and check whether the upgrades have been applied. The most important upgrade being the addition of auto_increment on all the id fields on all tables in the DB.

There is also a known failure in the upgrade where there is a DB error when trying to insert server_name into the system_settings table. Did that error appear during your upgrade?

Also check which user owns the indexer process. One other person had a similar issue which was fixed by starting the indexer as the webserver user.

Megan
Categories: Latest Forum Posts

Installation :: RE: scheduler.php issue with debian

Latest Forum Posts - November 7, 2008 - 9:22am
Author: megan
Posted: Fri Nov 07, 2008 9:22 am (GMT 0)

Your cron looks correct, there may be a permissions problem. Check that the owner of the cronjob has permission to run scheduler.php.

Try running it command line first before creating the cronjob and see if it produces any errors.
Categories: Latest Forum Posts

Configuration :: RE: Indexing problem - path not set

Latest Forum Posts - November 7, 2008 - 9:08am
Author: megan
Posted: Fri Nov 07, 2008 9:08 am (GMT 0)

In 3.5.3 and up, the configuration settings are accessible through the interface rather than the config.ini file.

The zip / unzip path can be set in:

DMS Administration => System Configuration => General Settings => Import / unzip.

The binaries in the stack seem to require the use of the path before they work.
Categories: Latest Forum Posts

Configuration :: RE: All links pointing to localhost

Latest Forum Posts - November 7, 2008 - 9:02am
Author: megan
Posted: Fri Nov 07, 2008 9:02 am (GMT 0)

Delete the file serverName.txt in <knowledgetree>/var/cache.
Open knowledgeTree using your dns name, it should regenerate the file correctly.

The latest release 3.5.4 addresses this issue.
Categories: Latest Forum Posts

Configuration :: RE: All users become user "Administrator" after login

Latest Forum Posts - November 7, 2008 - 8:57am
Author: megan
Posted: Fri Nov 07, 2008 8:57 am (GMT 0)

Unfortunately, disabling the plugin is the only solution for now since the plugin causes the switch to the admin user. It has been rewritten to prevent this happening again and will be available in the next release.

Alternatively you could download the updated code for the plugin from sourceforge svn.
Categories: Latest Forum Posts

Licensing :: generic viagra Online Drugshop generic viagra Online Drugsho

Latest Forum Posts - November 7, 2008 - 8:00am
Author: summer55
Subject: generic viagra Online Drugshop generic viagra Online Drugsho
Posted: Fri Nov 07, 2008 8:00 am (GMT 0)

generic viagra Online Drugshop generic viagra Online Drugshop generic viagra

ORDER NOW! CLICK HERE!!!
[img]http://trustedtop100.info/pics/generic viagra.jpg[/img]













    generic viagra Online Drugshop
    generic viagra Online Drugshop
    Online Drugshop generic viagra
    generic viagra Online Drugshop
    buy generic viagra
    buy generic viagra
    buy generic viagra
    buy generic viagra
    Online Drugshop generic viagra
    Online Drugshop generic viagra
    buy generic viagra
    generic viagra Online Drugshop
    buy generic viagra
    generic viagra Online Drugshop
    Online Drugshop generic viagra
    buy generic viagra
    buy generic viagra
    buy generic viagra
    generic viagra Online Drugshop
    Online Drugshop generic viagra
    buy generic viagra
    buy generic viagra
    Online Drugshop generic viagra
    Online Drugshop generic viagra
    Online Drugshop generic viagra
    Online Drugshop generic viagra
    Online Drugshop generic viagra
    buy generic viagra
    generic viagra Online Drugshop
    buy generic viagra

    Online Drugshop in Malaysia generic viagra
    Online Drugshop in Kalifornien generic viagra
    Online Drugshop in Rochester generic viagra
    buy generic viagra in Uddevalla
    Online Drugshop in Nigeria generic viagra
    in London generic viagra Online Drugshop
    buy generic viagra in Kirkkonummi
    in sverige generic viagra Online Drugshop
    buy generic viagra in Zwettl
    buy generic viagra in Luzern
    buy generic viagra in Fryslân
    buy generic viagra in Imatra
    buy generic viagra in Glendale
    buy generic viagra in Townsville
    in Lyon generic viagra Online Drugshop
    buy generic viagra in Melbourne
    buy generic viagra in Lima
    Online Drugshop in Tessin generic viagra
    Online Drugshop in US generic viagra
    Online Drugshop in England generic viagra
    in New Jersey generic viagra Online Drugshop
    in Norwalk generic viagra Online Drugshop
    Online Drugshop in Bucharest generic viagra
    in Kirkkonummi generic viagra Online Drugshop
    in Paris generic viagra Online Drugshop
    buy generic viagra in Pessac
    in Miami generic viagra Online Drugshop
    in Koblenz generic viagra Online Drugshop
    in Kuopio generic viagra Online Drugshop
    buy generic viagra in Utrecht
    buy generic viagra in Torremolinos
    buy generic viagra in Indiana
    in Taipeh generic viagra Online Drugshop
    buy generic viagra in Rennes
    Online Drugshop in Melbourne generic viagra

    generic viagra Online Drugshop in Australia
    generic viagra Online Drugshop in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia
    Online Drugshop generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    generic viagra Online Drugshop in Australia
    generic viagra Online Drugshop in Australia
    Online Drugshop generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia
    buy generic viagra in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia
    Online Drugshop generic viagra in Australia
    Online Drugshop generic viagra in Australia
    Online Drugshop generic viagra in Australia
    generic viagra Online Drugshop in Australia
    Online Drugshop generic viagra in Australia
    generic viagra Online Drugshop in Australia
    generic viagra Online Drugshop in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia
    buy generic viagra in Australia
    Online Drugshop generic viagra in Australia


.
Categories: Latest Forum Posts