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 »
  • Installing CiviCRM »
  • Standalone Installations (Moderator: cap10morgan) »
  • non-recoverable error has occurred. is not of the type Integer
Pages: [1]

Author Topic: non-recoverable error has occurred. is not of the type Integer  (Read 4404 times)

bighodag

  • Guest
non-recoverable error has occurred. is not of the type Integer
July 02, 2008, 12:11:27 pm
Installing CiviCRM as standalone on Bluehost.com

Got the MYSQL DSN probem figured out and proceeded on to the OpenID login screen.

Entered my OpenID and received the following error message which seems incomplete:

---

http://civicrm.arkansascds.org/standalone/index.php?q=civicrm/standalone/register&reset=1

  Sorry. A non-recoverable error has occurred.

  is not of the type Integer

  Return to home page.

---

Stepping through the .php files, it seems that CiviCRM successfully processed try_auth.php and finish_auth.php. So, the problem doesn't seem to be with OpenID, but with what comes after that step, which should be "to setup your new user record." (Item 3. under 5. Common steps for all platforms)

finish_auth.php seems to hand off to index.php with the above CGI values. Is there a problem with the Q value not being an integer?

Also, I had some trouble with the initial install steps (MYSQL DSN) and created the MYSQL db manually. I manually imported civicrm_41.mysql and civicrm_upgradedb_v1.9_v2.0.mysql to create all the tables. Its possible that a table is missing or misconfigured.

Ideas?

bighodag

  • Guest
Re: non-recoverable error has occurred. is not of the type Integer
July 03, 2008, 07:23:10 am
Played with this for another hour after work. I deleted my civirm folder and re-extracted civicrm. Re-accomplished the initial setup, including getting the previous MYSQL errors and manually editing civicrm.settings.php.

Got to the OpenID screen and resubmitted my OpenID. Got them same exact error message as earlier.

I really suspect I have a bad MYSQL table or two and that this is related to my manually importing the needed MYSQL files when my install setup continually failed to connect to MYSQL.

Can anyone duplicate their CiviCRM Standalone database, drop the data, export to a MYSQL file, and upload?

Or, as an alternative, provide a list of which MYSQL files in CiviCRM's /SQL subdirectory I need to import into a empty database? All the setup seems to do at this point is import the same said MYSQL files into an empty "civicrm" database.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: non-recoverable error has occurred. is not of the type Integer
July 05, 2008, 07:51:28 am
The sql files to load are:

sql/civicrm.mysql

and either:
civicrm_generated.mysql (to get all the sample data, sample profiles etc.)

or
civicrm_data.mysql (for just the required option types etc. - no sample data)
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Standalone Installations (Moderator: cap10morgan) »
  • non-recoverable error has occurred. is not of the type Integer

This forum was archived on 2017-11-26.