| Upload problem - conclusive proof (?) [message #6589] |
Mon, 14 February 2005 21:19  |
MacMonkey
Messages: 2 Registered: February 2005
|
phpCollab guest |
|
|
I've noticed a bug with the linked content 'addfile.php'. And I think this also goes for a couple of other users in this forum.
It looks like between the code in addfile.php and the library.php there is a problem with the slashiness of file paths. Although I doubt this is a problem seen on Linux installations - it causes it to fail badly on Windows.
But considering it is quite difficult to debug the problem... I felt I better mention it on the Forum.
Assistance on this would be useful as it does make the ability to upload content impossible.
|
|
|
|
|
|
| Re: Upload problem [message #7349 is a reply to message #6590] |
Tue, 11 October 2005 00:43   |
diego.discacciati
Messages: 10 Registered: October 2005
|
phpCollab guest |
|
|
I am struggling with FTP. My last attempt generated this error message:
Warning: ftp_mkdir(): C:/Inetpub/wwwroot/sitefolder/phpcollab/files/11: The filename, directory name, or volume label syntax is incorrect. in C:\Inetpub\wwwroot\sitefolder\phpcollab\includes\library.php on line 535
I am on a win2000 server, MYSQL 4.2, PHP4
ANY IDEA???
I read about some problems on syntax and windows servers with / and \ symbols. Might it be related to this?
I am really going crazy with this, I think I am running a fever!!! And I would really love to start using phpcollab!!!
[Updated on: Tue, 11 October 2005 03:04] Report message to a moderator
|
|
|
|
|
|
| Re: Upload problem - conclusive proof (?) [message #7358 is a reply to message #6589] |
Wed, 12 October 2005 15:29   |
|
|
directly from the wiki:
Assuming the disk is formated NTFS you need to assign "internet guest account" or "web anonymous user"
machinename\IUSR_machinename read/write permissions
recursively to the C:/Inetpub/wwwroot/sitefolder/phpcollab/files directory
|
|
|
|
|
|
| Re: Upload problem - conclusive proof (?) [message #7361 is a reply to message #6589] |
Wed, 12 October 2005 17:19   |
|
|
I'm using it from a winXP server and the upload works fine.. ehm.. we've to investigate better the problem..
a doubt in include\setting.php what have you write for the $fullPath variable?
$fullPath = "c:\path\to\upload"; // right
or
$fullPath = "c:/path/to/upload"; // wrong
???
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Upload problem - conclusive proof (?) [message #7367 is a reply to message #6589] |
Thu, 13 October 2005 16:12  |
diego.discacciati
Messages: 10 Registered: October 2005
|
phpCollab guest |
|
|
Nop it was phpcollab v.2.5 (it already has the modification of the file).
It's really my server I think. See recently I upgraded from PHP4 to PHP5, then I had lots of problems with it, and I had to go to PHP4.3 with a couple of installation attempts. PHP libraries are in strange patched places. I got it working but it's working only on a sort of "it's a miracle it works" basis.
|
|
|
|