CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • [HINT] "Could not find valid value for id" for View Email requests
Pages: [1]

Author Topic: [HINT] "Could not find valid value for id" for View Email requests  (Read 799 times)

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
[HINT] "Could not find valid value for id" for View Email requests
November 23, 2012, 10:10:57 pm
This is a hint for people who find they occasionally get View Email request failures in their logs, that look like ...
Quote
Nov 24 06:57:03  [ info ] $Fatal Error Details = Array
(
    [ message ] => Could not find valid value for id
    [ code ] =>
)

Nov 24 06:57:03  [ info ] $backTrace = #0 /sites/all/modules/civicrm/CRM/Core/Error.php(300): CRM_Core_Error::backtrace("backTrace", TRUE)
#1 /sites/all/modules/civicrm/CRM/Utils/Request.php(106): CRM_Core_Error::fatal("Could not find valid value for id")
#2 /sites/all/modules/civicrm/CRM/Mailing/Page/View.php(83): CRM_Utils_Request::retrieve("id", "Integer", NULL, TRUE)
#3 /sites/all/modules/civicrm/CRM/Core/Invoke.php(228): CRM_Mailing_Page_View->run((Array:3), NULL)
#4 /sites/all/modules/civicrm/drupal/civicrm.module(500): CRM_Core_Invoke::invoke((Array:3))
#5 [ internal function ](): civicrm_invoke("mailing", "view")
#6 /includes/menu.inc(516): call_user_func_array("civicrm_invoke", (Array:2))
#7 /index.php(21): menu_execute_active_handler()
#8 {main}

When I check the webserver logs, the requests are coming from IPs that belong to services like "Amazon". The URL being requested has no query parameters (eg, "GET /civicrm/mailing/view HTTP/1.0").

I suspect what is happening is that when recipients of our email use a web-based email client, occasionally those clients follow the links but ignore the arguments. It bothered me that perhaps these messages indicated people were having a bad experience with our site, but I think these are OK.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • [HINT] "Could not find valid value for id" for View Email requests

This forum was archived on 2017-11-26.