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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • contact image upload fails on multilingual drupal installation
Pages: [1]

Author Topic: contact image upload fails on multilingual drupal installation  (Read 784 times)

valderama

  • Guest
contact image upload fails on multilingual drupal installation
November 09, 2010, 07:47:55 am
the problem is that a wrong image url is saved in the database. it includes the path-prefix of the currently active language (eg. 'en'). When writing the path into the database the path must not include any language prefixes.

i am trying to debug it, and find the code where this path is written into the database, but haven't found it so far. any hints appreaciated!

or can I somewhere set something like a base_path for civicrm?

thanks!
walter

valderama

  • Guest
Re: contact image upload fails on multilingual drupal installation
November 09, 2010, 09:16:53 am
i can get it work _almost_ if i simply disable path prefixes for the language, which is used on the admin interface. but one problem remains on my local machine which is running on windows. the problem is that instead of a slash, a backslash is used in the image_URL. on our live server, running linux, a slash is used correctly. it seems like the windows separator is used even on URLs, which should not happen.

i would be a great help, if someone can point me to the code where the image and thus also the image_URL is written into the database.

thanks!

walter

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • contact image upload fails on multilingual drupal installation

This forum was archived on 2017-11-26.