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) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Unable to install civicrm under windows
Pages: [1]

Author Topic: Unable to install civicrm under windows  (Read 2440 times)

behnas

  • Guest
Unable to install civicrm under windows
December 08, 2009, 01:09:42 am
Hi,
I'm getting problems when installing Civicrm Standalone under Windows. It shows me those errors:
Code: [Select]
Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\civicrm\install\index.php on line 425

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\civicrm\install\civicrm.php on line 111

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\civicrm\install\civicrm.php on line 112

Does anyone have an idea how to solve it? Thanks in advance.

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Unable to install civicrm under windows
December 08, 2009, 05:33:15 am
These are warnings about the ereg_replace() function being deprecated in PHP 5.3. I doubt this has any impact on CiviCRM; can you try installing it nevertheless?

FWIW, these calls to ereg_replace() were replaced with calls to preg_replace() in CiviCRM 3.1, so this will be fixed in the next release.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

behnas

  • Guest
Re: Unable to install civicrm under windows
December 29, 2009, 02:48:35 am
Thank you, that fixed my problem.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • Unable to install civicrm under windows

This forum was archived on 2017-11-26.