Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Photos are not uploading

9 years 3 months ago
Licenses:
JomSocial Expired

Hello. Photos are not uploading... Upload progress line fully blue, but nothing happens.
Maybe we got wrong Chmod rights?
What folders must have be writable?

P.S. Cant grant access to FTP :( Sorry, haven't FTP server.


Attachment 111.jpg not found

Attachments:
9 years 3 months ago
Licenses:

Hi, Alexey.

Please, edit your configuration.php and check public $live_site = ''; this should have no value. If you entered any - please remove it.
(remember to change chmod before safe this file - by default it has 444 so you'll not be able to save it).
Then check if issue persist.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 3 months ago
Licenses:
JomSocial Expired

We got

public $live_site = '';

in configuration.php

Maybe the problem is because of using Nginx web server?

Got problem only with adding photos in comments and messages. In photo albums and avatarts loading fine.

9 years 3 months ago
Licenses:

Hi, Alexey.

Photo upload in albums works fine. So issue is related with post box. I was able to catch some errors in console. They are related with ajax: prntscr.com/5vj6ff

I assign developer tot his thread.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 3 months ago
Licenses:

Hi Alexey,

seem Nginx not properly rewrite the URL from ajax request.
the request always like this:
http://yourdomain/index.php/index.php?option=com_community&view=photos&task=ajaxPreview

it must:
http://yourdomain/index.php?option=com_community&view=photos&task=ajaxPreview

here the same issue:
www.jomsocial.com/forum/installation/215...eview-with-404-error

please try this solution:
1. edit /components/com_community/assets/_release/js/bundle.js
2. find (using editor tool) any ajaxPreview
changing it from

index.php?option=com_community&view=photos&task=ajaxPreview
to
/index.php?option=com_community&view=photos&task=ajaxPreview

let me know the result

Regards

The following user(s) said Thank You: Alexey
9 years 3 months ago
Licenses:
JomSocial Expired

Done! Adding photos to comments fixed.
Thank you very much!

9 years 2 months ago
Licenses:
JomSocial Expired

Install new JS 4.0.1 nd got Errors again...

Put in NGINX configuration
"if ($uri !~* administrator) {
rewrite /\w*/index\.php www.innewlife.ru/index.php redirect;
}"

Its fix error on posts, but in group gon new Error:
"XMLHttpRequest cannot load www.innewlife.ru/index.php?option=com_co...tos&task=ajaxPreview . No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin ' innewlife.ru ' is therefore not allowed access."

P.S. To do fix "/index.php?option=com_community&view=photos&task=ajaxPreview" cant find in bundle.js in new JS 4

9 years 2 months ago
Licenses:

Hi Alexey,

you can find it at:
/components/com_community/assets/release_32/js/bundle.js

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW