steve92
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundWait wait!
I focused the situation better:
I have 2 sites online and locally for my tests.Only one (online) gives me the 404 problem, the other 3 work correctly.
I wanted to give it a try: the plugin I have on the site that gives error 404, I put it on the site that doesn’t give any problems and I uploaded it to the server. On this second site the plugin continues to work correctly, so the problem is not the plugin.
But it’s not even the theme because it works on the local site.Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundI edited 2 files in v.200813 and it seems to work fine, it doesn’t show 404 error
I did copy-paste from v.190214 to 2008131. subscribe-to-comments-reloaded.php
2. wp_subscribe_reloaded.phpNB: in v.190214 there was an error: file 2. #1243
setUserCoookie()(3 “o”)
file 1. #37If you send me your email I will send you the working plugin.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundI edited the files you gave me, it always shows 404
I noticed that in v.190214 there is file
utils/download.php
in v.200813 there isutils/functions.phpForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundI changed in the 2 files, it no longer shows error, but it shows 404 again.
- This reply was modified 5 years, 7 months ago by steve92.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundWhile editing this files (old file ->new version)
/subscribe-to-comments-reloaded.php
showed this error:
Fatal error: Uncaught Error: Call to undefined method stcr\wp_subscribe_reloaded::setUserCoookie() in /membri/albertifoto/wp-content/plugins/subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php:37 Stack trace: #0 /membri/albertifoto/wp-content/plugins/subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php(66): stcr\stcr_subscribe_reloaded->__construct() #1 /membri/albertifoto/wp-settings.php(377): include_once('/membri/alberti...') #2 /membri/albertifoto/wp-config.php(94): require_once('/membri/alberti...') #3 /membri/albertifoto/wp-load.php(37): require_once('/membri/alberti...') #4 /membri/albertifoto/wp-blog-header.php(13): require_once('/membri/alberti...') #5 /membri/albertifoto/index.php(17): require('/membri/alberti...') #6 {main} thrown in /membri/albertifoto/wp-content/plugins/subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php on line 37- This reply was modified 5 years, 7 months ago by steve92.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not found@wpkube I also tried to completely replace the wp_subscribe_reloaded.php v.200813 file with v.190214 it always shows 404 error
This means that the problem is not in this file.Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not found#150
// don't show management page if a "child page" if ( empty( $request_uri_arr[1] ) || $request_uri_arr[1] == '/' || strpos( $request_uri_arr[1], '/?' ) === 0 ) { add_filter( 'the_posts', array( $this, 'subscribe_reloaded_manage' ), 10, 2 ); } }#707
public function subscribe_reloaded_manage( $_posts = '', $_query = '' ) { exit();404 error again
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundCorrect:
// if we are on the management page, filter the_posts if ( ( strpos( $_SERVER["REQUEST_URI"], $manager_page_permalink ) !== false ) ) { $request_uri = $_SERVER['REQUEST_URI']; $request_uri_arr = explode( $manager_page_permalink, $request_uri ); // don't show management page if a "child page" // if ( empty( $request_uri_arr[1] ) || $request_uri_arr[1] == '/' || strpos( $request_uri_arr[1], '/?' ) === 0 ) { add_filter( 'the_posts', array( $this, 'subscribe_reloaded_manage' ), 10, 2 ); } }- This reply was modified 5 years, 7 months ago by steve92.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundNo good.
Iput this #151// don't show management page if a "child page" if ( empty( $request_uri_arr[1] ) || $request_uri_arr[1] == '/' || strpos( $request_uri_arr[1], '/?' ) === 0 ) { add_filter( 'the_posts', array( $this, 'subscribe_reloaded_manage' ), 10, 2 ); } }+
Error 404Forum: Plugins
In reply to: [Collapsed Archives] Plugin not working with WordPress upgradesMy situation is different. As I wrote in the previous post the setting is this (Date archives settings):
SEO Yoast ->Search Appearance ->Archives ->Date archives settings ->Enabled
Not my problem and I want the right service.
The research title is: albertifoto
Source code:
<meta property="og:title" content="La fotografia | Foto d'autore | Portfolio - Alberti Foto"/>site:albertifoto.altervista.org- This reply was modified 5 years, 7 months ago by steve92.
Forum: Themes and Templates
In reply to: [Donovan] Post archive doesn’t workSolved: the problem was setting SEO Yoast plugin.
Correct setting:
SEO Yoast ->Search Appearance ->Archives ->Date archives settings ->Enabled
Forum: Plugins
In reply to: [Collapsed Archives] Plugin not working with WordPress upgrades@supertrooper2 Hi, I have the same problem too. I have deactivated the Yoast SEO plugin and now Collapsed Archives plugin works.
I want to keep SEO Yoast too, how did you set it up?SOLVED: SEO Yoast ->Search Appearance ->Archives ->Date archives settings ->Enabled
- This reply was modified 5 years, 7 months ago by steve92.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Manage subscriptions, Page not foundI confirm that the previous version does not show 404 error.
Send me the changes that I try on my site.