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) »
  • Reverify PHP settings, and a bug report
Pages: [1]

Author Topic: Reverify PHP settings, and a bug report  (Read 3113 times)

mdlueck

  • Ask me questions
  • ****
  • Posts: 382
  • Karma: 4
  • CiviCRM version: 4.7.24
  • CMS version: Drupal 6.x
  • MySQL version: 5.5.54
  • PHP version: 5.3.10
Reverify PHP settings, and a bug report
January 02, 2009, 04:09:02 pm
Greetings-

1) How can I get back to the screen that was verifying server settings after the CiviCRM ala Drupal install is completed?

PHP is run as a CGI on our server, and when it is run that way each directory that has a .php file in it needs (at least a link to) a php.ini file to configure PHP correctly. So I would like to revisit that screen to make sure CiviCRM now sees 128M of PHP memory.

2) I tried surfing off to /sites/all/modules/civicrm/drupal/install/ and that page has a typo error. There is on that page a link to the Installation Guide. The URL has // double slash in it and leads to a 404. Taking out the double slash brings up the Installation Guide.
--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Reverify PHP settings, and a bug report
January 03, 2009, 01:58:40 pm
Quote from: mdlueck on January 02, 2009, 04:09:02 pm
1) How can I get back to the screen that was verifying server settings after the CiviCRM ala Drupal install is completed?

I’m not sure there’s a (designed) way to do this.

Quote from: mdlueck on January 02, 2009, 04:09:02 pm
PHP is run as a CGI on our server, and when it is run that way each directory that has a .php file in it needs (at least a link to) a php.ini file to configure PHP correctly. So I would like to revisit that screen to make sure CiviCRM now sees 128M of PHP memory.

If your server is indeed configured so, this would only tell you whether the install directory is handled properly (you can check this by editing install/index.php and adding phpinfo(); on a line right after the opening <?php line, and then checking what’s the value of memory_limit when you reload that page).

To check whether your actual Drupal/CiviCRM setup sees the right amount of memory, you can put the phpinfo(); call in the drupal/civicrm.module file.

Quote from: mdlueck on January 02, 2009, 04:09:02 pm
2) I tried surfing off to /sites/all/modules/civicrm/drupal/install/ and that page has a typo error. There is on that page a link to the Installation Guide. The URL has // double slash in it and leads to a 404. Taking out the double slash brings up the Installation Guide.

Thanks, fixed.
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.

mdlueck

  • Ask me questions
  • ****
  • Posts: 382
  • Karma: 4
  • CiviCRM version: 4.7.24
  • CMS version: Drupal 6.x
  • MySQL version: 5.5.54
  • PHP version: 5.3.10
Re: Reverify PHP settings, and a bug report
January 03, 2009, 06:00:38 pm
Quote
I’m not sure there’s a (designed) way to do this.

Might renaming off the civicrm.settings.php file do the trick to get the installer page to come up again, and once renamed back would all be well?

The /sites/all/modules/civicrm and /sites/all/modules/civicrm/drupal dir both had .php files in them, so they received a link back to the www/php.ini file. Checking a phpinfo.php file in each of those directories shows the memory settings are as desired, 128M. So all should be well for those two directories.

Thanks for accepting the bug report via this thread!  :D
--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Reverify PHP settings, and a bug report

This forum was archived on 2017-11-26.