01-12-2010, 09:00 PM
psychomekk
2008-10-30 12:50:44 PDT
I am logging in as admin and checking out a file, then check it back in - no errors show up; However when I go to download the new version of the file, it show the old one. any clues?
Happens in IE and Chrome.
Server Apache 2 and Netware 6
Jim
psychomekk
2008-10-30 13:47:50 PDT
The tmp dir needed to be added to the open_base. a quick look in the php error log file showed the issue.
Jim
moala
2008-11-30 10:18:53 PST
Hi J. Just sent you an email then got my SF confirmation email. Can you tell me where I can define the tmp directory? How can I add it to the open_base? I'm having the same problem as you.
Thanks in advance.
M.
jonathanwminer
2008-12-01 07:29:11 PST
There is one PHP variable, upload_tmp_dir, which is defined in your systems' php.ini file. On a Linux system, this is likely /etc/php.ini, but mine is undefined, defaulting to the "system default"
I'm not sure "open_base" refers to... I don't see any variable named that in the ODM source code.
2008-10-30 12:50:44 PDT
I am logging in as admin and checking out a file, then check it back in - no errors show up; However when I go to download the new version of the file, it show the old one. any clues?
Happens in IE and Chrome.
Server Apache 2 and Netware 6
Jim
psychomekk
2008-10-30 13:47:50 PDT
The tmp dir needed to be added to the open_base. a quick look in the php error log file showed the issue.
Jim
moala
2008-11-30 10:18:53 PST
Hi J. Just sent you an email then got my SF confirmation email. Can you tell me where I can define the tmp directory? How can I add it to the open_base? I'm having the same problem as you.
Thanks in advance.
M.
jonathanwminer
2008-12-01 07:29:11 PST
There is one PHP variable, upload_tmp_dir, which is defined in your systems' php.ini file. On a Linux system, this is likely /etc/php.ini, but mine is undefined, defaulting to the "system default"
I'm not sure "open_base" refers to... I don't see any variable named that in the ODM source code.