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 »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Creating new event - everything past "Event Information and Settings" is blank
Pages: [1]

Author Topic: Creating new event - everything past "Event Information and Settings" is blank  (Read 998 times)

jddarling

  • Guest
Creating new event - everything past "Event Information and Settings" is blank
June 06, 2008, 03:12:43 pm
I'm using Drupal 5.7+ with CiviCRM 1.9+ plus when I went in today to add a new event - all the steps/pages past "Event Information and Settings" are blank. I've attached a screenshot. This was never an issue before. Is there something missing in my Garland theme?
« Last Edit: June 06, 2008, 03:16:49 pm by jddarling »

jddarling

  • Guest
Re: Creating new event - everything past "Event Information and Settings" is bla
June 06, 2008, 03:18:55 pm
here's the code for the body portion of my Garland theme:

Code: [Select]
      <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
          <?php if ($breadcrumb): print $breadcrumb; endif; ?>
          <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>

          <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
          <?php if ($tabs): print $tabs .'</div>'; endif; ?>

          <?php if (isset($tabs2)): print $tabs2; endif; ?>

          <?php if ($help): print $help; endif; ?>
          <?php if ($messages): print $messages; endif; ?>
          <?php print $content ?>
          <span class="clear"></span>
          <?php print $feed_icons ?>
          <div id="footer"><?php print $footer_message ?></div>
      </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->

jddarling

  • Guest
Re: Creating new event - everything past "Event Information and Settings" is bla
June 06, 2008, 03:27:04 pm
just realized it's because I have my errors hidden in the CSs - I'm getting this error:

user error: Smarty error: unable to write to $compile_dir '/path/to/site/shop/files/civicrm/templates_c/en_US'. Be sure $compile_dir is writable by the web server user. in /path/to/site/shop/sites/all/modules/civicrm/packages/Smarty/Smarty.class.php on line 1095.

So I gave that file 777 permissions and it's all good

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Creating new event - everything past "Event Information and Settings" is blank

This forum was archived on 2017-11-26.