joshisanonymous
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] How to fix links after disabling the plugin?Thank you for replying still. Yes, I managed to find a way to correct all my internal links.
Forum: Plugins
In reply to: [ActivityPub] Unable to followThere should be no more error 500 anymore.
Forum: Plugins
In reply to: [ActivityPub] Unable to followI unfollowed and refollowed but it still doesn’t show up on Mastodon as having any followers nor do any followers show up in my WordPress dashboard.
Forum: Plugins
In reply to: [ActivityPub] Drop wwwThis may be a dumb question, but I would like to do the same thing as the OP, and I’m assuming the new 1.0 release that I upgraded to has that option, but I can’t find any way to remove the www from my handle. The plugin settings say to edit my profile to “customize username”, but that’s obviously only for the part of the handle that comes before the URL.
Forum: Plugins
In reply to: [ActivityPub] Approve follow request ReduxI just updated my plugin, as well, but in my case, I still have the same behavior: follow requests from Mastodon remain pending.
Forum: Plugins
In reply to: [ActivityPub] Approve follow request Redux@joshisanonymous from what I can tell everything should be working okay – I can make the WebFinger request, I can then request the appropriate author page using application/activity+json, I can send a Follow request and get an Accepted request back, I can fetch old posts – so it all looks good… Trying to follow from an actual Mastodon instance though still gets stuck in the “Cancel Follow Request” prompt. I’ll admit it’s reached the limit of what I can diagnose at the moment, sorry 🙁
Hi @rbairwell. I tried to make a non-Mastodon fediverse account myself to see if it was a Mastodon issue. (I didn’t succeed because I chose PeerTube, from which you can’t follow non-PeerTube fediverse accounts apparently.)
I’m kind of not surprised that it could be a Mastodon-only issue, though. When I first started there, I saw the same behavior whenever I tried to follow a mastodon.social accounts, which seemed to be a result of that server being hit very hard during Twitter migration activities. My blog is obviously not getting hit hard at all — it’s rarely visited in fact — but maybe as far as Mastodon is concerned, my blog is being overrun or something?
Forum: Plugins
In reply to: [ActivityPub] Approve follow request ReduxHi @joshisanonymous : could you let me know what your “Fediverse Profile identifier” is (should be shown at the bottom of your WordPress site’s User page – it’ll be something like “Try to follow “@[email protected]” in the Mastodon/Friendica search field.”. I’ll then run it through a couple of testers I’ve got to see if I can work out what the issue could be.
Sure @rbairwell, it’s @josh@www.joshmcneill.com.
Forum: Plugins
In reply to: [ActivityPub] Approve follow request ReduxThis is the same behavior I’m stuck at, too. Webfinger works, I can find my blog from Mastodon and try to follow, but I’m stuck at “pending approval” for the follow. My site is on HostGator, Apache 2.4.x, WordPress 6.1.1, and the following extensions installed, some of which I deactivated to see if it changed the behavior:
- Akismet
- Disable New User Notifications (deactivated)
- Jetpack (deactivated)
- Really Simple SSL
- ActivityPub 0.13.4
- Ceceppa Multilingua
The last one is for creating two versions of the blog in two different languages, so I guess that’s considered having a “multisite” or whatever as the URL end up being
fr/anden/.Forum: Plugins
In reply to: [Disqus Comment System] Latest Update Creates Error in Multisite InstallYes, that fix fixed it. I’m gonna look into why I can’t seem to update to php 5.6, but thanks for working it out!
Forum: Plugins
In reply to: [Disqus Comment System] Latest Update Creates Error in Multisite InstallAh, weird. Yeah it’s still showing version 5.3.29. I guess the update failed.
Forum: Plugins
In reply to: [Disqus Comment System] Latest Update Creates Error in Multisite InstallThe problem is still persisting for me today, despite upgrading my PHP version to 5.6 yesterday.
Forum: Plugins
In reply to: [Disqus Comment System] Latest Update Creates Error in Multisite InstallJust updated it to 5.6 from 5.4.
Forum: Plugins
In reply to: [Disqus Comment System] Latest Update Creates Error in Multisite InstallI’m having this same exact problem, which began immediately after updating the Disqus plugin.
I have no idea how to write PHP code, so I downloaded the problem file through FTP but I have no idea what’s wrong with the syntax. Every [ I see has a ] that goes with it.
My PHP version was 5.4 but I just changed it to 5.6 a second ago. I’m not sure how long that’s supposed to take but I’m still getting the same error.
I can also say that I use the plugin Ceceppa Multilingua to make my site multilingual. I’m not sure if that means my site is “multi-site” or not, but it seems worth mentioning.
- This reply was modified 8 years ago by joshisanonymous.
Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Slogan problem returned.Thanks for the quick reply. Unfortunately, I don’t actually have any line like that in my index.php. Here’s what I do have in that file:
<?php get_header(); ?> <div class="wrapper section-inner"> <div class="content left"> <?php if (have_posts()) : ?> <div class="posts"> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $total_post_count = wp_count_posts(); $published_post_count = $total_post_count->publish; $total_pages = ceil( $published_post_count / $posts_per_page ); if ( "1" < $paged ) : ?> <div class="page-title"> <h4><?php printf( __('Page %s of %s', 'hemingway'), $paged, $wp_query->max_num_pages ); ?></h4> </div> <div class="clear"></div> <?php endif; ?> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php get_template_part( 'content', get_post_format() ); ?> </div> <!-- /post --> <?php endwhile; ?> <?php endif; ?> </div> <!-- /posts --> <?php if ( $wp_query->max_num_pages > 1 ) : ?> <div class="post-nav archive-nav"> <?php echo get_next_posts_link( __('« Older<span> posts</span>', 'hemingway')); ?> <?php echo get_previous_posts_link( __('Newer<span> posts</span> »', 'hemingway')); ?> <div class="clear"></div> </div> <!-- /post-nav archive-nav --> <?php endif; ?> </div> <!-- /content.left --> <?php get_sidebar(); ?> <div class="clear"></div> </div> <!-- /wrapper --> <?php get_footer(); ?>Forum: Plugins
In reply to: [Ceceppa Multilingua] Custom flags don't appear.The custom flag exists in two sizes:
/wp-content/uploads/ceceppaml/tiny/fr_FR.png
/wp-content/uploads/ceceppaml/small/fr_FR.pngAnd the regular French flag is in a different location with the same filename:
/wp-content/plugins/ceceppa-multilingua/flags/tiny/fr_FR.png
/wp-content/plugins/ceceppa-multilingua/flags/small/fr_FR.pngAll image files have 0644 for permissions. Read and write for the owner and read for everyone else.