Civicrm - forum.civicrm.org
General Information:
Latest News:
Re: Drop Trigger Error 27 Aug 2013 | 06:03 pm
Well, the code I posted just attempts to skip Trigger creation/deletion for large table names. I would think that a proper fix would be to truncate such table names so as to allow Trigger creation/del...
Re: Joomla Frontend items errors after upgrade to CiviCRM 4.3.5 27 Aug 2013 | 06:02 pm
check the url before and after u hit save. Most likely they are different host names lobo
Re: Wordpress media editor fatal error 27 Aug 2013 | 03:28 am
That did it. Thanks a bunch! What does that bit do, if you don't mind taking a minute to reply?
Re: Wordpress CiviCRM - How do I create a public Members Directory? 27 Aug 2013 | 02:51 am
Alas, some grassroots nonprofits have no coders, no staff and no discretionary budget. I suppose we're leeches on the community, but we do offer our profound thanks and try to offer constructive feedb...
Re: Wordpress CiviCRM - How do I create a public Members Directory? 27 Aug 2013 | 02:39 am
in general, waiting unfortunately does not make things happen We all can do better and contribute code and/or patches and/or sponsor a developer and scratch some of our OWN itches lobo
Re: Wordpress media editor fatal error 27 Aug 2013 | 02:36 am
might want to add the foll lines to the start of the function: Code: [Select] if (!civicrm_initialize()) { return ''; } and see if that fixes it lobo
Re: cron problem j-2.5.9 civi-4.3.4 27 Aug 2013 | 02:34 am
can u print the cli object before and after the initialize call also what version of php and are u using a php optimizer? lobo
Re: Free event confirmation says payment is expected 26 Aug 2013 | 01:19 pm
Hi Thanks for the help. The version is 4.2.1. I have checked the online registration email and the message about payment isn't there. It is in the mailings-message templates. There is some code th...
Re: Export CSV of Members Directory on Public Page 26 Aug 2013 | 12:53 pm
You could perhaps give the users access to a CiviCRM report? That would automatically enable the CSV download. If that is not possible or does not help you enough you would indeed have to add a button...
Re: civicrm_strip_non_numeric does not exist 26 Aug 2013 | 11:14 am
Sorry if I'm in the wrong place or should have started a new post. My host migrated my site and I am now encountering this problem, which I gather is caused by how they migrated the database. I have ...