Unable to read documents that have been posted (1 viewing) (1) Guest
 | | |
|
TOPIC: Unable to read documents that have been posted
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 28
|
|
Hi,
If you can provide remote access to your owl install, with some way to modify the php file ssh or ftp, I can attempt to diagnose further. This works just fine in many other configuration, so not sure what is going on at your end.
B0zz
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 0
|
|
Sure, that would be great. Can you send me an e-mail so I can reply with your access information?
Also I've done some further testing and when I upload doc files a copy goes to /tmp and another copy goes to the Documents folder. The file in the /tmp dir is corrupt with a bunch of characters at the top and the bottom of the file. The one in the Documents dir is fine???? So is OWL downloading the file from the /tmp dir instead of the Documents dir?
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 28
|
|
php is uploading the file to the tmp directory, then once the upload is done passes control to the script and it is then moved to the Documents structure.
owl <at> aytimecomm <dot> com
b0zz
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 0
|
|
Hi B0zz, just wondering if you are still going to fix the problem with owl on my server? It would be much appreciated, Thanks!
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 28
|
|
Hi Jason.
I did not receive an email from you with Remote access information. If you send the Info I can examine / debug this on your server.
Regards,
B0zz
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 0
|
|
I guess I don't know your e-mail address, I sent an e-mail to owl <at> bozzit <dot> com the other day? Please send me an e-mail. Thanks
|
|
|
|
Last Edit: 2010/01/01 10:58 By jason23.
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 28
|
|
Emailed you, form my Email Address
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 0
|
|
Hi B0zz, sorry I know I've been keeping you busy the last week or so...
How do you change the location of the Documents folder? You made it /intranet/Documents and /intranet/owl but I made allot of changes and now my instance is writing to /intranet/owl/Documents again the default.
Also you mentioned that you can place the Documents dir outside the web root I'm assuming this would be more secure?
Thanks
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 28
|
|
In you config/owl.php
change:
$default->owl_db_FileDir[0] = $default->owl_fs_root;
to:
$default->owl_db_FileDir[0] = "/MyDocuments/Location";
and Owl will write to:
MyDocuments/Location/Documents
AND yes it is more secure to have the Documents Folder Outside the WebSpace.
B0zz
|
|
|
|
|
|
|
Re:Unable to read documents that have been posted 8 Months, 1 Week ago
|
Karma: 0
|
|
Thanks I've got that working now.
|
|
|
|
|
|
|
 | | |
|
|
|