• Search

  • Search it up!

Search found 22 matches

 Go to advanced search

Re: get folders and their children names in Arabic use php sdk not work

 by rashedmohajer ¦  Sat Oct 10, 2015 5:55 pm ¦  Forum: Web Services ¦  Topic: get folders and their children names in Arabic use php sdk not work ¦  Replies: 11 ¦  Views: 12475

Dear Mr.
This certainly gives me great pleasure to explain my position, and if Iam first Arabic user use openkm sdkphp Mention in official paper it help more
to explained that these problems are not a technical problems but its arabic language problems

Re: get folders and their children names in Arabic use php sdk not work

 by rashedmohajer ¦  Thu Oct 08, 2015 5:21 pm ¦  Forum: Web Services ¦  Topic: get folders and their children names in Arabic use php sdk not work ¦  Replies: 11 ¦  Views: 12475

is ther any possibility to solve my problem before the 15 of this month, I want discuss my graduation project at this date , and it may not passed because of this problem

Re: Issue in Soap Client

 by rashedmohajer ¦  Thu Oct 08, 2015 2:26 pm ¦  Forum: Web Services ¦  Topic: Issue in Soap Client ¦  Replies: 3 ¦  Views: 5861

Do you have any idea about this Error Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:8080/OpenKM/services/OKMAuth?wsdl' : Extra content at the end of the document in C:\wamp\www\PROJECT\OKMSDK\logintest.php:3 Stack trace: #0 C:\wamp\w...

Re: get folders and their children names in Arabic use php sdk not work

 by rashedmohajer ¦  Wed Oct 07, 2015 2:51 pm ¦  Forum: Web Services ¦  Topic: get folders and their children names in Arabic use php sdk not work ¦  Replies: 11 ¦  Views: 12475

hi, After trying all the examples I found two problems First, I can not search in my special characters( Arabic name in all tests work well but not in TestSearch.php) Second, This attachment file operates with Professional only and is not With the community I hope that I find the version work with c...

Issue in Soap Client

 by rashedmohajer ¦  Mon Oct 05, 2015 1:28 pm ¦  Forum: Web Services ¦  Topic: Issue in Soap Client ¦  Replies: 3 ¦  Views: 5861

hi I using php soap Clint to test Authentication <?php // Register WSDL $OKMAuth = new SoapClient('http://localhost:8080/OpenKM/services/OKMAuth?wsdl'); // Login $loginResp = $OKMAuth->login(array('user' => 'okmAdmin', 'password' => 'admin')); $token = $loginResp->return; echo "Token: ".$t...

search by metadata using openkm community and soap services php

 by rashedmohajer ¦  Mon Oct 05, 2015 12:01 pm ¦  Forum: Web Services ¦  Topic: search by metadata using openkm community and soap services php ¦  Replies: 1 ¦  Views: 2942

hi
I want to retrieve documents based on metadata search by metadata using openkm community and soap services php
For example
get all document path and their metadata depend on Specified metadata like (range date,subject or name )

Re: Trouble of searching with arabic name using sdkphp

 by rashedmohajer ¦  Tue Sep 22, 2015 7:45 am ¦  Forum: Web Services ¦  Topic: Trouble of searching with arabic name using sdkphp ¦  Replies: 7 ¦  Views: 5398

my dear
i know the difference between tow API but this sdk solve the problem of Arabic name of document and set ,get metadata .

anyway
How long i have to wait for anew sdk version for community.

because
i need it to discussing my graduation project On the tenth of October ,

Re: Trouble of searching with arabic name using sdkphp

 by rashedmohajer ¦  Sun Sep 20, 2015 5:46 pm ¦  Forum: Web Services ¦  Topic: Trouble of searching with arabic name using sdkphp ¦  Replies: 7 ¦  Views: 5398

hi by useing Sdk4php-1.0.1 Firstly /*$queryParams->setFolder("/okm:root/الترقيات/") and $queryParams->setFolderRecursive(true); */ not work Secondly this sdk not support search by metadata /*$properties = array(); $properties['okp:sust.subject'] = 'ترقيات الاساتذه'; $properties['okp:sust.s...

Re: Trouble of searching with arabic name using sdkphp

 by rashedmohajer ¦  Sun Sep 20, 2015 5:30 am ¦  Forum: Web Services ¦  Topic: Trouble of searching with arabic name using sdkphp ¦  Replies: 7 ¦  Views: 5398

hi
i used The attached sdk from this fourm , i don know its vrsion

Trouble of searching with arabic name using sdkphp

 by rashedmohajer ¦  Sat Sep 19, 2015 8:54 am ¦  Forum: Web Services ¦  Topic: Trouble of searching with arabic name using sdkphp ¦  Replies: 7 ¦  Views: 5398

Hello I have a problem in the search ... This error appeared Notice: Trying to get property of non-object in C:\wamp\www\report\sdk4php-2.0.5\sdk4php\src\openkm\impl\SearchImpl.php on line 128 Warning: Invalid argument supplied for foreach() in C:\wamp\www\report\sdk4php-2.0.5\sdk4php\src\openkm\imp...

workin with meta data using sdkphp

 by rashedmohajer ¦  Thu Sep 17, 2015 2:57 pm ¦  Forum: Web Services ¦  Topic: workin with meta data using sdkphp ¦  Replies: 1 ¦  Views: 2436

Hello openkm work team.. I want to retrieve documents in a particular file based on history(form date to date) and some metadata. itry all sdk test search with propartygroup but not work . Precisely the method( lastModyfidfrom and to) my metadata are <property-group label="جامعة السودان" n...

Re: basic advanced search using sdkphp

 by rashedmohajer ¦  Thu Sep 17, 2015 2:40 pm ¦  Forum: Web Services ¦  Topic: basic advanced search using sdkphp ¦  Replies: 5 ¦  Views: 4507

hi,

Code: Select all
$queryParams->setLastModifiedFrom('2015-11-5 00:00:00');
$queryParams->setLastModifiedTo('2015-12-5 00:00:00');
does not work for me.

Re: basic advanced search using sdkphp

 by rashedmohajer ¦  Sat Sep 12, 2015 10:09 am ¦  Forum: Web Services ¦  Topic: basic advanced search using sdkphp ¦  Replies: 5 ¦  Views: 4507

hi version 6.3.0 build 8156 communtiy this is not work //find $keywords = array(); $keywords[] = 'اتفاقيات'; $queryParams = new QueryParams(); $queryParams->setDomain(QueryParams::DOCUMENT + QueryParams::FOLDER); $queryParams->setKeywords($keywords); $queryParams->setName('علي يوسف.docx'); //$queryP...

basic advanced search using sdkphp

 by rashedmohajer ¦  Tue Sep 08, 2015 3:13 pm ¦  Forum: Web Services ¦  Topic: basic advanced search using sdkphp ¦  Replies: 5 ¦  Views: 4507

hi
i try to search document ( data range between tow date in specific folder)
using sdkphp

Re: download files with phpsdk

 by rashedmohajer ¦  Wed Aug 12, 2015 10:31 am ¦  Forum: Web Services ¦  Topic: upload files with phpsdk ¦  Replies: 5 ¦  Views: 5739

hello
can i download file and their path like this:/okm:root/موسى/علي.jpg???
i try whit Encoade in UTF-8 but not work

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.