Hi, I have two this about 2.x beta, first I have to say - this is the best I have ever seen Keep up!
ok:
1. I did try the connector posted here, it was easy to get to work but I have problem to delete any folders och files created by the connector...
I did try to delete from whith my ftp client but nope, cant delete them...
3. Is there a way to show table borders in a dashed style? It is kind of hard to use tabels, I cant see them
Yepp, of cousre I can set border =1 but that is kind of a bad way to work..
Any good Ideas on this?
/johannes
Fri, 07/02/2004 - 14:48
#1
RE: the Connector and tabels
"I did try to delete from whith my ftp client but ..."
Seems to be a problem of your webserver-/FTP configuration.
Webserver(-user) creates files and dirs.
You as TP-user is a of course a different and is not allowed to change files of other 'persons' - users
Add something after creating dir or file like in PHP chmod("$filename", 0666);
(Note octal notation!) This command have to be executed by webserver-user ...
In such a configuration is also happend in reverse direction: You upload a file via FTP and webserver cant write/read it.
Hope it helps,
Andreas.