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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • WHat happened to the return; to comment out?
Pages: [1]

Author Topic: WHat happened to the return; to comment out?  (Read 1619 times)

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
WHat happened to the return; to comment out?
July 26, 2007, 12:14:18 pm
I looked in configue.php file and I don't see the commented out return;.


update:

Wait, you fixed this didn't you? Whoo Hooo!    :)  :)  :)
« Last Edit: July 26, 2007, 12:23:36 pm by mcsmom »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: WHat happened to the return; to comment out?
July 26, 2007, 02:03:53 pm

no i did not fix it :( (we need to keep something to do in 2.x)

i just restructured the code and added a boolean flag at the top to indicate an upgrade (at some point we'll autodetect and set this for an upgrade). I did not comment it properly and i fixed this in svn

change

$civicrmUpgrade = false;

TO

$civicrmUpgrade = true;

for an upgrade

lobo


lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: WHat happened to the return; to comment out?
July 26, 2007, 03:52:18 pm
Elin - I updated the Joomla Upgrade doc to reflect this change in the procedure (editing of configure.php). I've also cleaned things up a bit. If you have a chance to look it over - and modify/improve/clarify if needed - that would be great!

http://wiki.civicrm.org/confluence/display/CRMDOC/Upgrading+CiviCRM+on+Joomla%21
Protect your investment in CiviCRM by  becoming a Member!

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: WHat happened to the return; to comment out?
July 27, 2007, 06:15:07 pm
THanks. I just had one record anyway.  :P

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • WHat happened to the return; to comment out?

This forum was archived on 2017-11-26.