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 Profiles (Moderator: Dave Greenberg) »
  • Error - (value: ) is not of the type Integer
Pages: [1]

Author Topic: Error - (value: ) is not of the type Integer  (Read 806 times)

greache

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Error - (value: ) is not of the type Integer
May 11, 2010, 12:54:07 am
I have a profile with 1 field ... firstname.

I create a joomla menu item to it of the "profile edit" type. It displays my firstname in a form and if I hit save I get this error:

Sorry. A non-recoverable error has occurred.
One of parameters (value: ) is not of the type Integer

Its a standard field I would think ... not one I made up ... any ideas ??

CIVI 3.1.1 / Joomla 1.5.15

Backend edit works fine.

Greache

geraldr_sc

  • Guest
Re: Error - (value: ) is not of the type Integer
May 22, 2010, 06:39:10 pm
I was getting the same error, but it did not occur when there was no www in front of the domain. I am not sure of the cause, but when I put this (using the real domain in place of example.com) in the .htaccess file to redirect www to no www it seems to resolve the problem.

IfModule mod_rewrite.c>
  RewriteEngine on

  # 301 redirect to domain without 'www.'
  RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]
  RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]
</IfModule>

Without this, the domain would change from www.domain.com to domain.com between the online form and the error page that came next.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Error - (value: ) is not of the type Integer

This forum was archived on 2017-11-26.