Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter Svard

    (@svard)

    Tanks Ahmed for your feedback.
    I have done it but I think I need to wait few days for GSC to see it under Index – Coverage.

    Thread Starter Svard

    (@svard)

    Thank you for very god support.
    I find the template variable %%pagenumber%%works on my site itcsn.se and I am pleased with it. Of course your recommendation to disable all plugins and enable one at a time is a huge work and I will do it when I get economically independent. Meanwhile I use the %%pagenumber%%.
    You can close the case for now, even if it don’t really solved the cause on the issue but I find a workaround.
    Sincerely to you and your colleagues

    Rickard Svärd

    Thread Starter Svard

    (@svard)

    Yes. In the snippet I write ...%%page%% %%id%% and the code look like this in page 2 – http://itcsn.se/page/2/

    <title>| ITCSN | - IT Consult & Support North AB 257</title>

    The number 257 is the id, the page number is missing.

    /Rickard

    Hi Ciao121, did you find any solution?

    /Rickard Svard

    • This reply was modified 6 years, 6 months ago by Svard.
    Thread Starter Svard

    (@svard)

    FYI
    You have the right idé, it was code in the Theme.

    Thank you for your help.
    /Rickard Svard

    Thread Starter Svard

    (@svard)

    Sorry for the multiple questions, I was so focus on the issue.
    Upgrade to 1.9.3 and it works perfect now. I see all my redirects.

    I am impressed of your support.

    Best regards,

    /Rickard Svard

    Thread Starter Svard

    (@svard)

    More information. I read the the develop version and find this:

    Version 1.6.3 (April 1, 2017)
    FIX: Log URLs with queries correctly and add REMOTE_ADDR, HTTP_USER_AGENT, and REQUEST_URI to the debug log for ozzymuppet.
    Improvement: Add a way to import redirects (Tools -> Import) from the old "404 Redirected" plugin for Dave and Mark.

    I try do install the old 404-Redirected (v1.4.9) and now I see the manual redirects. Try to use the Import tool in 404-Solution – Records imported: 0
    I cannot find any export so I guess it should work.

    Is there any other way to export/import manual redirects from 404-Redirected to 404-Solution?

    Hope you have time to help!

    Best regards,
    /Rickard Svard

    Thread Starter Svard

    (@svard)

    FYI
    Under the tab Log I have over 1000 logs and I miss the possibility to delete the logs. In the past I remember I do it under the tab Tools Purge Type:, before I could chose Redirects and logs but now I only have Redirects. Is something wrong? How do I delete the logs?

    Best regards
    /Rickard Svard

    Thread Starter Svard

    (@svard)

    Tanks, I will try to reinstall but in mean time I send the end of the log. I find an error in the start of log.

    "2017-09-16 05:30:53 (INFO): Updating database version to 1.9.2 (end).
    2017-09-16 14:22:46 (ERROR): Error executing query. Err: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay, Query: select 
    wp_abj404_redirects.id,"

    The end of log

    "wp_abj404_redirects.id,
    wp_abj404_redirects.url,
    wp_abj404_redirects.status,
    wp_abj404_redirects.type,
    wp_abj404_redirects.final_dest,
    wp_abj404_redirects.code,
    wp_abj404_redirects.timestamp,
    count(wp_abj404_logsv2.id) as hits,
    innerlogs.id as logsid,
    wp_posts.post_type as wp_post_type
    from wp_abj404_redirects
    LEFT OUTER JOIN wp_posts 
    on wp_abj404_redirects.final_dest = wp_posts.id 
    left outer join wp_abj404_logsv2 on cast(wp_abj404_redirects.url as binary) = cast(wp_abj404_logsv2.requested_url as binary)LEFT OUTER JOIN (SELECT MIN(id) as id, requested_url 
    FROM wp_abj404_logsv2 
    GROUP BY requested_url) innerlogs 
    ON cast(wp_abj404_redirects.url as binary) = cast(innerlogs.requested_url as binary) 
    where 1 and (status = 1) and disabled = 0 group by wp_abj404_redirects.id order by url ASC limit 0, 25, PHP version: 7.1.9, WP ver: 4.8.1, Plugin ver: 1.9.2, Referrer: http://itcsn.se/wp-admin/options-general.php?page=abj404_solution&subpage=abj404_redirects, 
    Trace: #0 /customers/7/6/7/itcsn.se/httpd.www/wp-content/plugins/404-solution/includes/DataAccess.php(343): ABJ_404_Solution_Logging->errorMessage('Error executing...')
    #1 /customers/7/6/7/itcsn.se/httpd.www/wp-content/plugins/404-solution/includes/View.php(993): ABJ_404_Solution_DataAccess->getRedirects('abj404_redirect...', Array)
    #2 /customers/7/6/7/itcsn.se/httpd.www/wp-content/plugins/404-solution/includes/View.php(103): ABJ_404_Solution_View->echoAdminRedirectsPage()
    #3 /customers/7/6/7/itcsn.se/httpd.www/wp-content/plugins/404-solution/includes/View.php(71): ABJ_404_Solution_View->echoChosenAdminTab(NULL, 'abj404_redirect...', '')
    #4 /customers/7/6/7/itcsn.se/httpd.www/wp-includes/class-wp-hook.php(298): ABJ_404_Solution_View::handleMainAdminPageActionAndDisplay('')
    #5 /customers/7/6/7/itcsn.se/httpd.www/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters('', Array)
    #6 /customers/7/6/7/itcsn.se/httpd.www/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #7 /customers/7/6/7/itcsn.se/httpd.www/wp-admin/admin.php(222): do_action('settings_page_a...')
    #8 /customers/7/6/7/itcsn.se/httpd.www/wp-admin/options-general.php(10): require_once('/customers/7/6/...')
    #9 {main}
    2017-09-16 12:29:42 (DEBUG): Processing request for action: (none)
    2017-09-16 12:29:42 (DEBUG): Displaying sub page: abj404_redirects
    2017-09-16 12:30:08 (DEBUG): Processing request for action: (none)
    2017-09-16 12:30:08 (DEBUG): Displaying sub page: abj404_options
    2017-09-16 12:30:16 (DEBUG): Processing request for action: (none)
    2017-09-16 12:30:16 (DEBUG): Displaying sub page: abj404_debugfile"

    Regards
    /Rickard Svard

    Thread Starter Svard

    (@svard)

    Aaron, good ides, I will search for it.
    /Rickard

    Thread Starter Svard

    (@svard)

    The request for a lot of page with URLs end with /”page”/images/search.png
    You can see a screen-dump of my log at
    http://itcsn.se/wp-content/uploads/temp/screendump-images-search-png.gif

    Is it possible to filter it out?

    /Rickard

    Thread Starter Svard

    (@svard)

    Thank you for your replay.
    It is difficult to know if Wordfence is using same security that Block Bad Queries do or WordPress Firewall 2. I just need to know if Wordfence is good enough or if it is good to use something more?

    /Rickard Svard

    Hi, activate error:

    Fatal error: Using $this when not in object context in J:\InstantWP_4.5\iwpserver\htdocs\wordpress\wp-content\plugins\auto-menu-from-pages\admin\class-auto-menu-from-pages-admin.php on line 345

    I have used Sub Pages widget but remove it. Do I need to delete something in the database?

    /Rickard Svard

    I have try to update WP 4.1 and only activate Redirection, same error.
    What is the problem?

    Thread Starter Svard

    (@svard)

    Hello Jose Conti, Is there a schedule plan for the final version release?

    Kind regards
    /Rickard Svard

Viewing 15 replies - 1 through 15 (of 23 total)