yestechgroup / open_social

Open Social install profile Drupal 8
http://www.getopensocial.com
0 stars 1 forks source link

Post newsfeed issues #38

Open johnreytanquinco opened 7 years ago

johnreytanquinco commented 7 years ago
  1. Post options not functioning, like adding image or selecting visibility.

screenshot from 2017-10-31 17-01-01

  1. Accessing Post manage fields getting the error message below:
    Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: No route found for the specified format html. in Drupal\Core\Routing\RequestFormatRouteFilter->filter() (line 51 of /opt/app-root/src/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php).
magick93 commented 7 years ago

I think we are mixing sevral issues here.

The missing images are a result of drupal being configured to store images locally, and as we use docker containers, when we create a new container of course it doesnt contain the uploaded images.

But I think some of the other issues are caused by a variety of causes - maybe missing js libraries, or php errors.

I suggest we do some deeper analysis into each, and create a new issue for each.