Search found 25 matches

 Return to the advanced search

Re: attachment urls

 by archiseek ¦  30 Mar 2010, 15:27 ¦  Forum: OpenCATS Talk ¦  Topic: attachment urls ¦  Replies: 8 ¦  Views: 6446

guilty of over-thinking....
was exporting resume link to csv

of course it's simply /attachments/ directory_name

Re: attachment urls

 by archiseek ¦  30 Mar 2010, 15:15 ¦  Forum: OpenCATS Talk ¦  Topic: attachment urls ¦  Replies: 8 ¦  Views: 6446

for example

attachment with url ending in directoryNameHash=e587f381baacf1ec2fb1531a7dac80ef

has the following values in the db

directory_name site_1/0xxx/0deaacc963bd5be2ff08e6bd7a4de37f/

md5_sum 4d1f767863b6a3985f43e9401b0739f6

Re: attachment urls

 by archiseek ¦  30 Mar 2010, 14:09 ¦  Forum: OpenCATS Talk ¦  Topic: attachment urls ¦  Replies: 8 ¦  Views: 6446

doesnt match any value in the table

Re: attachment urls

 by archiseek ¦  29 Mar 2010, 22:23 ¦  Forum: OpenCATS Talk ¦  Topic: attachment urls ¦  Replies: 8 ¦  Views: 6446

in the attachments.php in lib we have $rs[$index]['retrievalURL'] = sprintf( '%s?m=attachments&a=getAttachment&id=%s&directoryNameHash=%s', CATSUtility::getIndexName(), $data['attachmentID'], urlencode(md5($data['directoryName'])) is that changing the directory_name? or am i reading that...

Re: attachment urls

 by archiseek ¦  29 Mar 2010, 22:09 ¦  Forum: OpenCATS Talk ¦  Topic: attachment urls ¦  Replies: 8 ¦  Views: 6446

nope its not it...

attachment.directory_name is in the format
site_1/0xxx/0deaacc963bd5be2ff08e6bd7a4de37f

attachment urls

 by archiseek ¦  29 Mar 2010, 21:44 ¦  Forum: OpenCATS Talk ¦  Topic: attachment urls ¦  Replies: 8 ¦  Views: 6446

when you view an attachment the url is in the format

/jobs.php?m=attachments&a=getAttachment&id=9&directoryNameHash=53dcd98bcde9d9dc2fd6419edadfd6b1

the directoryNameHash value at the end
which table in the db is this stored?

Re: sphinx

 by archiseek ¦  22 Mar 2010, 17:31 ¦  Forum: OpenCATS Talk ¦  Topic: sphinx ¦  Replies: 3 ¦  Views: 4173

so if i can manage to install those, they will automatically convert when the upload is made?

sphinx

 by archiseek ¦  22 Mar 2010, 15:53 ¦  Forum: OpenCATS Talk ¦  Topic: sphinx ¦  Replies: 3 ¦  Views: 4173

if i install sphinx do i still need

# PdfToText [ http://www.foolabs.com/xpdf/ ]
# html2text [ http://www.mbayer.de/html2text/ ]
# UnRTF [ http://www.gnu.org/software/unrtf/unrtf.html ]

Re: search box

 by archiseek ¦  22 Mar 2010, 15:27 ¦  Forum: OpenCATS Talk ¦  Topic: search box ¦  Replies: 3 ¦  Views: 3823

any ideas on this?

Re: search box

 by archiseek ¦  15 Mar 2010, 20:36 ¦  Forum: OpenCATS Talk ¦  Topic: search box ¦  Replies: 3 ¦  Views: 3823

if you go to modules > careers and open careersui.php at line 159 there is a subroutine if ($p == 'showAll') after that at line 188 another subroutine else if ($p == 'search') which is empty which is where a search could be inserted as it could be called by url as .php?m=careers&p=search just ha...

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me