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 (Moderator: Dave Greenberg) »
  • errors with CiviCRM in Drupal
Pages: [1]

Author Topic: errors with CiviCRM in Drupal  (Read 1068 times)

maci

  • Guest
errors with CiviCRM in Drupal
September 01, 2010, 12:47:14 pm
I am using CiviCRM on a Drupal installation on a dev site using webenabled.com. I am having several issues with CiviCRM.
1 - When I click a link in a block that displays list of events and when I click the "edit" link on the "find contacts/edit search criteria" page I get the error below:
ERROR
Firefox doesn't know how to open this address, because the protocol (htpp) isn't associated with any program.

2 - When I click a link for a contact that has an image uploaded I get the error below:
ERROR
warning: getimagesize(htpp://ccrm05.dev2.webenabled.net/sites/w_ccrm05/public_html/ccrm05/sites/default/files/civicrm/custom/kali_gerber_aug_DSC01699_b326e36550c47790ef1a46a1e81a64ca.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/clients/websites/w_ccrm05/public_html/ccrm05/sites/all/modules/civicrm/CRM/Contact/Page/View.php on line 125.

Would appreciate help ASAP.
Thanks

Rahul Bile

  • I post occasionally
  • **
  • Posts: 112
  • Karma: 16
  • impossible says, I M Possible
    • I AM POSSIBLE
Re: errors with CiviCRM in Drupal
September 01, 2010, 11:00:29 pm
maci,

seems like your base url in civicrm setting file is  set wrongly.
 
define( 'CIVICRM_UF_BASEURL'      , 'http://.................../' ); => define( 'CIVICRM_UF_BASEURL'      , 'htpp://.................../' );

just check your  'CIVICRM_UF_BASEURL' in civicrm.settings.php.

Rahul
« Last Edit: September 01, 2010, 11:10:30 pm by rahulbile »
Consider donating to CiviCRM if you use it. http://civicrm.org/donate

maci

  • Guest
Re: errors with CiviCRM in Drupal
September 02, 2010, 05:00:07 pm
Thanks for your response however I am not quite clear on what the difference is in the two examples you gave me. Below is what my file has:
define('CIVICRM_UF_BASEURL', 'htpp://ccrm05.dev2.webenabled.net/');

maci

  • Guest
Re: errors with CiviCRM in Drupal
September 02, 2010, 05:39:14 pm
Sorry, I just noticed the difference being the "htpp" vs "http"
Thanks

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • errors with CiviCRM in Drupal

This forum was archived on 2017-11-26.