Hi,

I had tried this on my local machine and came up with great results.
But the problem comes when I try to push it with git. most of the settings done appear there.

I had downloaded and placed the module under httpdocs\sites\all\modules and enabled it on my local machine.
But later when i pushed it on staging environment using git; though it appeared that it had pushed all files, on enabling the module and trying to configure them; many of the settings didn't appear at all,

Please refer attached screenshot.
avdagg

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Title: Advagg not working when pushed via git » Per File Settings not working when installed right away
Category: Bug report » Support request
  // Get filename and filename_hash.
  $results = db_select('advagg_files', 'af')
    ->fields('af', array('filename'))
    ->condition('filetype', 'css')
    ->orderBy('af.filename', 'ASC')
    ->execute();

This is part of the code that populates that field. You'll have to let advagg run in order for this to work. I could do a directory scan but that would be quite slow when loading the admin page. The current way shows files that have been used.

  • mikeytown2 committed f32b0ac on 7.x-2.x
    Issue #2537056 by mikeytown2: Explain why per file settings are empty if...
mikeytown2’s picture

Status: Active » Fixed
FileSize
2.72 KB

The admin section now explains why nothing is there.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.