Viewing 1 replies (of 1 total)
  • Plugin Author urtak

    (@urtak)

    That error message comes from wp-admin/includes/plugin.php on line 808. It fetches the installed plugins (which basically just parses the plugin directory and pulls out the plugin information – this happens in wp-admin/includes/plugin.php on line 234).

    If you haven’t modified the plugin, this is most likely a cache issue. The installed plugins list is cached and might be returning old data. If the plugin header is messed up (which it doesn’t look like is the case based on https://svn.wp-plugins.org/urtak-for-wordpress/tags/1.1.0/urtak.php) then the file might be modified.

    A few questions:

    – What version of WordPress is being run?
    – What does the top of urtak.php look like?
    – Are there any other plugins installed and activated? If so, which?

    Regards,
    Sascha

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Urtak] "The plugin does not have a valid header"’ is closed to new replies.