Notices tagged with gnusocial, page 135
-
I'm trying to start a meme here. Next I'm going to install !GNUsocial/BSD.
-
^- Every OS sucks. Except !GNUsocial/Hurd.
-
@faulteh Better yet, put it directly in the renderer! In !gnusocial there's a plugin called ActivityModeration, which handles the 'delete' verb, you could probably add the function 'showNoticeContent' to it (copy the barebone version from the file lib/activityhandlerplugin.php). Instead of outputting the stored content it could do something like $out->element('em', […
-
@vinzv die, die !gnusocial auf iOS nutzen, machen das via Safari und die Qvitter-UI. Deswegen auch Feature-Request: Implement Notifications
-
@mmn #help please
When running upgrade script for !gnusocial I get error message:
PHP Fatal error: Class ‘ActivityVerbHandlerPlugin’ not found in /var/www/..../plugins/Favorite/FavoritePlugin.php on line 27
-
@hannes2peer @vinzv #help please
When running upgrade skript for !gnusocial I get error message:
PHP Fatal error: Class ‘ActivityVerbHandlerPlugin’ not found in /var/www/..../plugins/Favorite/FavoritePlugin.php on line 27
-
Persönliche Notiz: @metronaut und @ndaktuell nach !gnusocial routen...
-
@klickgameuser welcome to !gnusocial and the !fediverse !gs !quitterno
-
Maybe I can automate the setup of #gnusocial more
-
@colegota @imojito @victorhck @fanta pues es rarísimo porque ambos nos seguimos. Preguntad en !gnusocial, porque suena a fallo de federación :\
-
Has anyone experienced locking issues with !gnusocial [and Lighttpd]? On occasion, when posting, repeating, or doing anything that might interact with remote instances, all PHP requests (on any domain served by that Lighttpd instance) seem to hang for an undefined period of time with no CPU, disk, or memory issues. strace yields nothing useful on the php-cgi processes (pendi…
-
My !gnusocial instance sometimes stores blank status of remote user.
-
@mmn oh, thanks @singpolyma for improving !GNUsocial's Diaspora support
-
@mcscx @lohang This is btw the merge request that made the #PuSH subscriptions (continue) working for !gnusocial, not done by me https://git.gnu.io/gnu/gnu-social/merge_requests/38
-
*sigh* The description on !gnusocial website doesn't actually say what is what. I think it confuses people by saying "GNU social is a continuation of the StatusNet project". That can be said in a detailed introduction or in the history section. Most importantly GNU social is a microblogging platform, it is a free and open source microblogging platform that can run on your own ser…
-
*sigh* The description on !gnusocial website doesn't actually say what is what. I think it confuses people by saying "GNU social is a continuation of the StatusNet project". That can be said in a detailed introduction or in the history section. Most importantly GNU social is a microblogging platform, it is a free and open source microblogging platform that can run on your own ser…
-
Hier immer noch !gnusocial 1.1.3-release. Upgrade auf 1.2.0-beta3 war nicht erfolgreich.
-
!gnusocial upgrade failed ->
PHP Fatal error: Class 'ActivityVerbHandlerPlugin' not found in /var/www/..../plugins/Favorite/FavoritePlugin.php on line 27
-
@rigsbysiv @dubeateo Hat offenbar etwas mit !gnusocial Version zu tun.
-
@roland @hikerus Yeah and it's pretty neat to do it with 'git pull'. This is what I do to update !gnusocial on #quitter.es and #quitter.is (including !Qvitter):
cd ~/htdocs && bash scripts/stopdaemons.sh && git pull && php scripts/upgrade.php && bash scripts/startdaemons.sh && cd local/plugins/Qvitter/ && git pull
(symlinked ~/htdocs to the site's root directory)