·
Added a discussion to , headers

***Last update fixed the editor and time format issue for me.

**This was due to Msolutions module. Just a heads up if anyone runs into same issues. 4 hours of rolling back and then I rolled forward and the minute I disabled that module everything went back to normal. I let them know, I am sure they will get it figured out and fixed :)** Will update once it is.

Thankfully I backup server up to two weeks at all times so am rolling back to 12 and re-updating. I will let everyone know the result.

UNA 13 A2 No editor on editing profiles, adding content, but does show for the main timeline from the homepage. I have changed between quill and Froala to make sure I am not losing my mind and different browsers and private windows. Editor is not showing like it is on here, it done show in the main post to context that shows with the add new.. and when adding content from the post to context, but not from profile timelines, not from the adding of content from their actual creation page, and not when editing profiles and content. I keep checking if I edited or changed something, but I have been so busy with work nothing has changed really. I thought it was there after the upgrade, but may have not been and just now noticing. Has anyone else ran into this? Also can not use the emoji button on the timeline feed post neither, but all other buttons work in respect to that timeline I have on the homepage. I tried change themes, etc, but no resolve. All worked fine when I did the first alpha build, only issue I notice at that time was the developer issue, but that was fixed in A2. I have checked for java errors anything I could think of and not getting anything that is leading me to a fix sadly. Anything I need to be checking in developer where I have not checked already? All UNA modules are on 13 by the way, I did them all after the upgrade in regards to fixing the 500 error after the upgrade.

From the Site Home Page (Add content form here shows editor, just not the content areas themselves when adding or editing, and Emoji button not working.

image_transcoder.php?o=sys_images_editor&h=6&dpx=1&t=1638615643

On Profiles the editor does not show and the buttons do not work:

image_transcoder.php?o=sys_images_editor&h=7&dpx=1&t=1638615779

Editor gone when editing Profile and also gone if you go to an actual add to context window instead of the main feed.

image_transcoder.php?o=sys_images_editor&h=8&dpx=1&t=1638615852

While looking into this issue I am noticing others, would be my luck :/ Looks like buttons on members sections in areas like organizations are not working. You click accept/set role and they do not work. I am using NGINX, did anything change that would require config changes. Please see my following config:

location / {

index index.html index.htm index.php;

rewrite "^/page/(.*)$" /page.php?i=$1 last;

rewrite "^/m/(.*)$" /modules/index.php?r=$1 last;

rewrite "^/s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+)" /storage.php?o=$1&f=$2 last;

if (!-e $request_filename ) {

rewrite ^/(.+)$ /r.php?_q=$1 last;

break;

}

}

# Cache Static Files

location ~* ^(/cache_public/|/plugins_public/|/modules/|/studio/|/template/).+\.(jpg|jpeg|gif|css|png|js|ico|svg|eot|ttf|woff|woff2|)$ {

expires 365d;

}

# PROXY SETTINGS

proxy_buffering on;

proxy_buffer_size 128k;

proxy_buffers 4 256k;

proxy_busy_buffers_size 256k;

# FASTCGI

fastcgi_buffers 16 16k;

fastcgi_buffer_size 32k;

sesion time

proxy_connect_timeout 900;

proxy_send_timeout 900;

fastcgi_send_timeout 900;

fastcgi_read_timeout 900;

# GZIP COMPRESSION

gzip on;

gzip_proxied any;

gzip_types text/plain text/xml text/css application/x-javascript;

gzip_vary on;

gzip_disable “MSIE [1-6]\.(?!.*SV1)”;

brotli off;

I turned brotli off for now and went back to Gzip, because with PLESK could not tell if it was working or not a while ago. Artificer also has a lot of bugs on my end when I was trying it.

@Leonid S @Alex T⚜️

  • 1589