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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • runs phpmyadmin
Pages: [1]

Author Topic: runs phpmyadmin  (Read 2795 times)

george35

  • Guest
runs phpmyadmin
June 20, 2007, 09:05:22 am
I am trying to install civicrm in local way. When I execute the module civicrm (DRUPAL), this runs phpmyadmin. I suppose that you can be a problem of data base?

As I can solve this?

Thanks to all,
George S.


civicrm.seeing.php
 
define( 'CIVICRM_MYSQL_VERSION', 4.1 );
define( 'CIVICRM_DSN'          , 'mysql://root:@localhost/civicrm?new_link=true' );
define( 'CIVICRM_MYSQL_PATH', 'C:\AppServ\MySQL\bin' );

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: runs phpmyadmin
June 20, 2007, 02:53:24 pm
Not sure if this is what's causing this behavior, but your DSN setting seems to be missing a password for your root user (should be between "root:" and "@localhost...").
Protect your investment in CiviCRM by  becoming a Member!

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: runs phpmyadmin
June 21, 2007, 12:26:57 am
Dave: George most probably has the default, passwordless root account on his devel (local) box.

George: When you say that when you execute CiviCRM, this runs PHPMyAdmin – what do you mean by ‘executing’ and what do you mean that this ‘runs PHPMyAdmin’?
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.

george35

  • Guest
Re: runs phpmyadmin
June 21, 2007, 05:00:17 pm
    
Thanks for the answers. :)

When I press the link of CiviCRM, view the page:
http://localhost/index.php?q=civicrm/dashboard*reset=1

when it must be:

http://localhost/drupal/index.php?q=civicrm/dashboard

so that this happens?. That parameter I need to indicate?

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: runs phpmyadmin
June 22, 2007, 12:46:15 am
Ah, now I get it – you’re missing the /drupal/ part of the URL when you access CiviCRM. Please check the CIVICRM_UF_BASEURL setting in your civicrm.settings.php – it should be set to http://localhost/drupal/
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.

george35

  • Guest
Re: runs phpmyadmin
June 23, 2007, 09:50:30 am
   
Thank you very much. Already this solved.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • runs phpmyadmin

This forum was archived on 2017-11-26.