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 »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Cloud Installatin of Joomla Error shows white screen
Pages: [1]

Author Topic: Cloud Installatin of Joomla Error shows white screen  (Read 1115 times)

fredjet

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
Cloud Installatin of Joomla Error shows white screen
January 21, 2010, 05:18:07 pm
We migrated a working installation of CiviCRM to a cloud system.  On the move we got a totally White screen when entering the civiCRM component backend.

An engineer eventually solved it.

He edited the civicrm.settings.php and changed paths (3 of them).
Then, backend component started working and I have changed the remaining paths in configuration.
Or actually I tried to change, because for some reason CiviCRM decided that my activity is suspicious and didn't let me finish.

As of the patch I did to CiviCRM: I changed the file
administrator/components/com_civicrm/civicrm/CRM/Utils/File.php
Around line 300, there is a function called createDir. I changed its first line to:
if ( is_dir( $path ) || empty( $path ) || $path == '/') {
Namely, I added the $path == '/' condition, so it does not fall into infinite loop and therefore whitescreen when it has bad paths set.

This is on Joomla Version 1.5.14
CiviCRM Version 3.0.1

Can this be changed so that this will not happen in future versions?
always leading a quite revolution

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Cloud Installatin of Joomla Error shows white screen

This forum was archived on 2017-11-26.