Hi,

I just found out, that, after I cloned my civicrm site from one server to another, I am not able to save phone numbers while it worked on the original site.

When editing the whole contact I got an "Unknown db error" after submitting.
Using the in place editor a "network error" occurred.

After enabling the debug mode in civicrm I found that the error was:
FUNCTION civicrm_strip_non_numeric Does not exist

The solution in http://forum.civicrm.org/index.php/topic,28652.msg123599.html#msg123599 worked for me. They conclude that it has to do with the database functions.

I think if the database functions would get rebuilt, using the code from the post, on cloning / migrating we could get rid of the error.

Comments

bgm’s picture

Issue summary: View changes

Sorry for the late response.. just to confirm: this was a clone done by Aegir, between two servers controlled by Aegir?

One option to test might be to test rebuilding using the API:

drush_set_option('triggers', TRUE);
drush_civicrm_cacheclear();

in verify.provision.inc's drush_civicrm_post_provision_verify().

bgm’s picture

Status: Active » Closed (cannot reproduce)

No activity for a year, closing.