• After every time i hit Save while editing a tracking code, i get redirected to the frontend of the website to a Page not found error page.

    I was working on a website call tracking code from google, which i set up a while ago.
    I was trying to see why it’s not working (according to my colleague), but i have the exact codes google sent me and did everything right as far as i can tell.

    Anyway, it looks like this plugin is failing in multiple ways, so i guess i gotta look for a different one.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor intellywp

    (@intellywp)

    Hi @joegp
    Thanks for choosing IntellyWP products.

    Could you please send us some screenshots to see what happens when you click on save button?

    Alternatively, after a plugin backup, you could edit the following file, at line 142

    /tracking-code-manager/includes/admin/manager.php

    and replace this line

    <input type=”button” value=”<?php $tcmp->Lang->P(‘Edit’)?>” onclick=”location.href='<?php echo TCMP_TAB_EDITOR_URI?>&id=<?php echo $snippet[‘id’] ?>’;”/>

    with

    <input type=”button” value=”<?php $tcmp->Lang->P(‘Edit’)?>” onclick=”location.href='<?php echo TCMP_TAB_EDITOR_URI?>&id=<?php echo $snippet[‘id’] ?>&action=edit’;”/>

    Please let us know

    IntellyWP

Viewing 1 replies (of 1 total)
  • The topic ‘Page not found’ is closed to new replies.