Results 1 to 1 of 1
-
15-08-2011, 14:54 #1
-= TeamSpeak User =-
- Join Date
- Aug 2011
- Posts
- 1
How to Fix "File not Found" and other Filetransfer Issues
Hi all,
i complete my work on this stupid fu**ing error and try all the things i found in the internetz ... :P
Here are the "Resolutions", but first my Settings:
Linux (Squeeze x64) vServer
TS3 Final
Following Errors i had:
- "File not found" when i try to change the Icons
- "File not found" when i try to upload an avatar
- "File not found" when i try to open the filebrowser for a channel
Here is my upgrading history":
TS3RC1 on Winx64
Upgrade to RC2
Upgrade to RC3
Migrate to Debian x64
Upgrade to Final
My Config:
Code:ts3server.ini machine_id= default_voice_port=9987 voice_ip=46.38.232.20 licensepath= filetransfer_port=30033 filetransfer_ip=46.38.232.20 query_port=10011 query_ip=46.38.232.20 dbplugin=ts3db_mysql dbpluginparameter=ts3db_mysql.ini dbsqlpath=sql/ dbsqlcreatepath=create_mysql/ logpath=logs logquerycommands=1 disable_db_logging=0 ts3db: holycrappydatawithpasswordsandsoon...
But now, how to get the filetranser shit working:
1st Step: follow the TS3 Installation Instructions (its importan, because u need the right permissions and so on)
Second: Check the "files" directory permissions ("chmod -R 700 files" will be okay)
Third: Check the Database 4 All Channels. Because i was migrating from Windows i ca find values like this: "files\virtualserver_1/channel_6" (in channel_properties). Know u see the Problem: the damn BACKSLASH!!! Here my code to Fix the Problem:
But this was not all, the second Problem is "1" (or more, dont know how many server u host...) entry in "virtualserver_filebase" of server_properties. Here u must do the same thing...PHP Code:UPDATE `channel_properties` SET `value` = REPLACE(`value`, '\\','/') WHERE `value` LIKE "%\\\%"
PHP Code:UPDATE `server_properties` SET `virtualserver_filebase` = REPLACE(`virtualserver_filebase`, '\\','/') WHERE `value` LIKE "%\\\%"
When u complete that, restart the Server and flipping out :>
BTW: BACKUP before !
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
I think i found the problem for all those "connection lost" issues, help me finish it
By Teix' in forum Client SupportReplies: 1Last Post: 02-07-2011, 21:24 -
File browser "Pause" instead of "Halt"
By -{HGH}-GEN.Skylab in forum Suggestions and FeedbackReplies: 0Last Post: 23-07-2010, 08:41 -
"File Not Found" Issues
By PKilla in forum WindowsReplies: 5Last Post: 18-07-2010, 01:29 -
Avatars dont work => "file not found"
By Walter123 in forum Client SupportReplies: 8Last Post: 22-02-2010, 13:26


Reply With Quote