Conversation
Notices
-
I am still having a problem where my !gnusocial server is not loading images posted by mastodon users. I have (finally) just updated to the nightly build and it has not solved the problem. I have the oembed plugin enabled. Is there some setting I may have wrong?
-
Actually, in this post https://mastodon.xyz/users/0x5021/updates/146541 neither !qvitter or 'old' !gnusocial are loading the image on my instance.
-
@celesteh Oembed plugin activated? Latest GS nightly code?
-
Trying to fix my !gnusocial image embedding problem, I've moved to a fresh install of the nightly build and run the following commands:
scripts/stopdaemons.sh
git pull
cd plugins/Qvitter/
git pull
cd ../../
php scripts/upgrade.php
php scripts/checkschema.php
php scripts/clean_file_table.php -y
php scripts/delete_orphan_files.php -y
php scripts/remove_duplicate_file_urls.php -y
php plugins/OStatus/scripts/fixup-shadow.php
php scripts/fixup_deletions.php
php plugins/OStatus/scripts/update_ostatus_profiles.php -a
php plugins/Oembed/scripts/fixup_files.php
php scripts/clean_thumbnails.php -y
php scripts/upgrade.php
scripts/startdaemons.sh
Still no luck. This is not a mastodon compatibility issue, since the image I posted to this account is also not embedding correctly.
The oemebed plug in enabled via the GUI. Should there be something about it in the config.php file?