FreiChat related discussions
Uploads not working in chat room

Using the paid version (latest) with SMF forum. I cannot get the upload feature to work in the chat rooms. It says the file has been uploaded but it doesn't show up in the chat rooms. I also get an error message. Here is a screen shot of the error:

http://www.davidsworldonline.com/screenshot.jpg

Using the paid version (latest) with SMF forum. I cannot get the upload feature to work in the chat rooms. It says the file has been uploaded but it doesn't show up in the chat rooms. I also get an error message. Here is a screen shot of the error: http://www.davidsworldonline.com/screenshot.jpg

Hi,

Can you try changing the permissions of the folder freichat/client/plugins/upload/upload directory to 0777

Hi, Can you try changing the permissions of the folder ``freichat/client/plugins/upload/upload`` directory to 0777

Test accounts created in SMF? Do you need them to have admin access or can they be standard member access accounts?

Test accounts created in SMF? Do you need them to have admin access or can they be standard member access accounts?

We do not need admin access . A normal user will do .

We do not need admin access . A normal user will do .

I sent you the information for the test accounts....as requested.

The domain is located at

http://www.davidsworldonline.com

Thanks again.

I sent you the information for the test accounts....as requested. The domain is located at http://www.davidsworldonline.com Thanks again.

If you can't help me...with a script I paid for (and tech support that came with it)..... then I am willing to accept a refund. File sharing is a crucial thing... it's an offered feature that is not working. It appears that tech support isn't working either. They have been contacted numerous times on an array of issues (that I had to fix on my own - mostly coding issues).... the avatars don't show up in any SMF setup... STILL broken. File sharing is broken.... basically this thing is buggy as all heck, and nobody seems to want to really help.

STILL waiting, folks. STILL WAITING.

If you can't help me...with a script I paid for (and tech support that came with it)..... then I am willing to accept a refund. File sharing is a crucial thing... it's an offered feature that is not working. It appears that tech support isn't working either. They have been contacted numerous times on an array of issues (that I had to fix on my own - mostly coding issues).... the avatars don't show up in any SMF setup... STILL broken. File sharing is broken.... basically this thing is buggy as all heck, and nobody seems to want to really help. STILL waiting, folks. STILL WAITING.

We had replied in the email asking for

"Can you please send us the reference to the page where we asked for this information ?"

You never replied us back . The person replying to the forum and the emails are different .
So, it becomes difficult to track back to this post from the email without any reference.

We have found the problem , can you provide us FTP access to the 'freichat' folder , we will solve that .

We had replied in the email asking for >"Can you please send us the reference to the page where we asked for this information ?" You never replied us back . The person replying to the forum and the emails are different . So, it becomes difficult to track back to this post from the email without any reference. We have found the problem , can you provide us FTP access to the 'freichat' folder , we will solve that .

You never replied us back . The person replying to the forum and the emails are different .

Not worth arguing over.... but I replied back immediately... and I'm the same person as in the emails.

Yes, I can set you up with FTP access... how do you wish for me to notify you, so that we don't have this communication problem in the future?

Thanks.

You never replied us back . The person replying to the forum and the emails are different . Not worth arguing over.... but I replied back immediately... and I'm the same person as in the emails. Yes, I can set you up with FTP access... how do you wish for me to notify you, so that we don't have this communication problem in the future? Thanks.

while we are on this topic, can you also fix the avatar issue that I posted about? They aren't showing up....

I can wait on that problem, however... if it's not a quick fix. I need my file sharing to work more than I need personal avatars.

while we are on this topic, can you also fix the avatar issue that I posted about? They aren't showing up.... I can wait on that problem, however... if it's not a quick fix. I need my file sharing to work more than I need personal avatars.

Okay....FTP Information sent to you via the contact form link you provided me. Thank You.

Okay....FTP Information sent to you via the contact form link you provided me. Thank You.

Not worth arguing over.... but I replied back immediately... and I'm the same person as in the emails.

No, we were talking about us , we have assigned a different person for replying the emails .

Anyway, we have fixed the file sharing problem .

And about the SMF avatars, which version of SMF are you using ?

>Not worth arguing over.... but I replied back immediately... and I'm the same person as in the emails. No, we were talking about us , we have assigned a different person for replying the emails . Anyway, we have fixed the file sharing problem . And about the SMF avatars, which version of SMF are you using ?

SMF 2.0.8 <----- latest version.

May I ask how you solved the file sharing problem? I have purchased Freichat for 3 different websites and I would like to get the others fixed as well. Could you tell me how you did it?

SMF 2.0.8 &amp;lt;----- latest version. May I ask how you solved the file sharing problem? I have purchased Freichat for 3 different websites and I would like to get the others fixed as well. Could you tell me how you did it?

May I ask how you solved the file sharing problem? I have purchased Freichat for 3 different websites and I would like to get the others fixed as well. Could you tell me how you did it?

Copy/paste the file freichat/client/plugins/upload/upload.php in the other websites.

And, open freichat/client/plugins.js on line 417 in method FreiChat.upload()

Replace

FreiChat.is_chatroom = (FreiChat.in_room === id);

with

FreiChat.is_chatroom = (FreiChat.in_room == id);
&amp;gt;May I ask how you solved the file sharing problem? I have purchased Freichat for 3 different websites and I would like to get the others fixed as well. Could you tell me how you did it? Copy/paste the file ``freichat/client/plugins/upload/upload.php`` in the other websites. And, open ``freichat/client/plugins.js`` on line 417 in method FreiChat.upload() Replace ``` FreiChat.is_chatroom = (FreiChat.in_room === id); ``` with ``` FreiChat.is_chatroom = (FreiChat.in_room == id); ```

It's not fixed, my friend. The files upload but they don't show up in the chat rooms at all.

It&#039;s not fixed, my friend. The files upload but they don&#039;t show up in the chat rooms at all.

If you remember, we had mentioned how we solved your problem which included:

Replace

FreiChat.is_chatroom = (FreiChat.in_room === id);
with

FreiChat.is_chatroom = (FreiChat.in_room == id);
reply

For some reason (may be we ourselves didn't save the changes), when we checked the file this change was undone.

We have corrected it , so it should be working now.

If you remember, we had mentioned how we solved your problem which included: &amp;gt;Replace &amp;gt;FreiChat.is_chatroom = (FreiChat.in_room === id); &amp;gt;with &amp;gt;FreiChat.is_chatroom = (FreiChat.in_room == id); &amp;gt;reply For some reason (may be we ourselves didn&#039;t save the changes), when we checked the file this change was undone. We have corrected it , so it should be working now.
12
299
20
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft