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) »
  • Discussion (deprecated) »
  • Professional CiviCRM Services (Moderator: Dave Greenberg) »
  • HELP ME PLEASE

Poll

WHERE PROBLEM - PLEASE HELP ME

urgent
0 (0%)
urgent
0 (0%)

Total Members Voted: 0

Pages: [1]

Author Topic: HELP ME PLEASE  (Read 2076 times)

shuhrat10

  • Guest
HELP ME PLEASE
March 11, 2010, 12:37:20 am
11-Mar-2010 03:10:46] PHP Warning:  require_once(CRM/Core/DAO.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/CustomValue.php on line 36
[11-Mar-2010 03:10:46] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'CRM/Core/DAO.php' (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/CustomValue.php on line 36
[11-Mar-2010 03:15:48] PHP Warning:  require_once(CRM/Core/DAO/Mapping.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Mapping.php on line 36
[11-Mar-2010 03:15:48] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'CRM/Core/DAO/Mapping.php' (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Mapping.php on line 36
[11-Mar-2010 03:20:53] PHP Warning:  require_once(CRM/Core/DAO/Email.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Email.php on line 36
[11-Mar-2010 03:20:53] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'CRM/Core/DAO/Email.php' (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Email.php on line 36
[11-Mar-2010 03:25:57] PHP Warning:  require_once(CRM/Core/DAO/Discount.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Discount.php on line 36
[11-Mar-2010 03:25:57] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'CRM/Core/DAO/Discount.php' (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/Discount.php on line 36
[11-Mar-2010 03:31:02] PHP Warning:  require_once(CRM/Core/Payment.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/Payment/Elavon.php on line 29
[11-Mar-2010 03:31:02] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'CRM/Core/Payment.php' (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/uz/administrator/components/com_civicrm/civicrm/CRM/Core/Payment/Elavon.php on line 29

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: HELP ME PLEASE
March 11, 2010, 02:09:31 am
Can you explain in a little more detail what you are trying to achieve and what the problem is that you experience?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

shuhrat10

  • Guest
Re: HELP ME PLEASE
March 11, 2010, 06:51:03 am
Quote from: Erik Hommel on March 11, 2010, 02:09:31 am
Can you explain in a little more detail what you are trying to achieve and what the problem is that you experience?

 I want to fix them - how to do this ?


Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: HELP ME PLEASE
March 11, 2010, 09:31:01 am
Not enough information for me to help you, I am sorry....perhaps someone else can :-)
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

shuhrat10

  • Guest
Re: HELP ME PLEASE
March 11, 2010, 09:54:57 am
Thank you for attention.
I try to explain my problem.
Project works, but Mail sending doesn't work. And in logs often appear errors.

I noticed that require_once() can't find path to those modules (include_path=). I checked $civicrm_root variable in components/com_civicrm/civicrm.settings.php and administration/components/com_civicrm/civicrm.settings.php. It is right.





Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: HELP ME PLEASE
March 11, 2010, 10:00:29 am
Are you using Drupal or Joomla? Are you using the latest version of CiviCRM? If not, what version?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

shuhrat10

  • Guest
Re: HELP ME PLEASE
March 11, 2010, 10:52:50 am
I use Joomla.
CiviCRM: 3.0.1
MySQL: 5.0.41
PHP: 5.2.6

What is it - CRM/Core/DAO.php ? And where I must keep that?
« Last Edit: March 11, 2010, 10:55:41 am by shuhrat10 »

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: HELP ME PLEASE
March 11, 2010, 11:09:54 pm
I am sorry, no Joomla knowledge here, I'm a Drupal guy.
CRM/Core/DAO.php is the Data Access Object.
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Professional CiviCRM Services (Moderator: Dave Greenberg) »
  • HELP ME PLEASE

This forum was archived on 2017-11-26.