So, I had this working on my staging site. It's my first trial at a file conveyor CDN so please be a little patient. I feel like i'm missing something simple.

I have it currently syncing to my rackspace container. I see the files in there.

All green in status report. In fact everything seems to be working properly.

CDN integration is enabled for all users.
The synced files database exists.
The synced files database is readable.
3722 files have been synced to the rackspace server.
File Conveyor is currently running.
0 files are waiting to be synced.
0 files are currently being synced.

Yet every page shows 0% coverage.
Total number of files on this page: 56.
Number of files served from CDNs: 0 (0% coverage).
Total time altering file URLs: 9.997 ms, or 0.179 ms per file.
Files not served from the CDN:
public://content-files/images/article-thumbs/

etc..

there are both files that start with public:// and without in the list.

I've tried everything under the sun for the last 4 hours. ANY tips would be appreciated.

Thanks,

rsavage

Comments

rsavage’s picture

also my config.xml settings

<?xml version="1.0" encoding="UTF-8"?>
<config>
  <!-- Sources -->
  <sources ignoredDirs=".git:.tmp">
    <source name="drupal" scanPath="/var/www/vhosts/######" documentRoot='/var/www/vhosts/#####' basePath="/"/>
  </sources>

  <!-- Servers -->
  <servers>
    <server name="rackspace" transporter="cloudfiles">
      <username>#####</username>
      <api_key>#######</api_key>
      <container>#####</container>
    </server>
  </servers>

  <!-- Rules -->
  <rules>
    <rule for="drupal" label="####" >
      <filter>
        <paths>misc:profiles:modules:themes:sites/all:sites/default/files</paths>
        <extensions>woff:ttf:eot:js:ico:gif:png:jpg:jpeg:svg:swf:css</extensions>
      </filter>
      <processorChain>
      </processorChain>
      <destinations>
        <destination server="rackspace" path="/" />
      </destinations>
    </rule>
  </rules>
</config>
rsavage’s picture

all kind of funkiness, switch to origin pull with cloud front and it says my rackspace cdn info in the message.. I don't know what's up. tried reinstalling cdn multiple times. I'm just going to use an nginx rewrite I guess

Wim Leers’s picture

Status: Active » Postponed (maintainer needs more info)

Did you set the CDN module's status setting to "enabled"?

rsavage’s picture

yes of course. There seemed to be some kind of underlying bug. What tables does this module create? I've uninstalled it and reinstalled it multiple times, and still get the same non-functionality, as well as a lot of weird behavior in general, as listed above. It's just not altering urls either. I don't care if a message it shows is wrong if it works, but there's apparently something wrong with my module. I've tried the previous three releases as well attempting to sort this.

Thanks for looking.

Wim Leers’s picture

This module doesn't create any tables.

Maybe you're using Strongarm or something else that potentially overrides variables?

rsavage’s picture

I can't think of a single thing. These are my enabled modules, if anything looks obvious to you.

Access Protected Pages (protected_pages) 7.x-2.2
Administration Administration menu (admin_menu) 7.x-3.0-rc4
Administration Module filter (module_filter) 7.x-2.0-alpha2
Chaos tool suite Chaos tools (ctools) 7.x-1.4
Context Context (context) 7.x-3.2
Context Context error (context_error) 7.x-1.0
Context Context layouts (context_layouts) 7.x-3.2
Context Context UI (context_ui) 7.x-3.2
Core Block (block) 7.26
Core Database logging (dblog) 7.26
Core Field (field) 7.26
Core Field SQL storage (field_sql_storage) 7.26
Core Field UI (field_ui) 7.26
Core File (file) 7.26
Core Filter (filter) 7.26
Core Image (image) 7.26
Core List (list) 7.26
Core Menu (menu) 7.26
Core Node (node) 7.26
Core Number (number) 7.26
Core Options (options) 7.26
Core Path (path) 7.26
Core PHP filter (php) 7.26
Core RDF (rdf) 7.26
Core Search (search) 7.26
Core Statistics (statistics) 7.26
Core Syslog (syslog) 7.26
Core System (system) 7.26
Core Taxonomy (taxonomy) 7.26
Core Text (text) 7.26
Core Update manager (update) 7.26
Core User (user) 7.26
Database Schema (schema) 7.x-1.0-rc1
Date/Time Date (date) 7.x-2.7
Date/Time Date API (date_api) 7.x-2.7
Date/Time Date Views (date_views) 7.x-2.7
Development Devel (devel) 7.x-1.4
Development Devel generate (devel_generate) 7.x-1.4
Fields Entity Reference (entityreference) 7.x-1.1
Fields Field collection (field_collection) 7.x-1.0-beta5
Fields File Field Sources (filefield_sources) 7.x-1.9
Fields FileField Sources Plupload (filefield_sources_plupload) 7.x-1.1
Fields Inline Entity Form (inline_entity_form) 7.x-1.5
Fields Link (link) 7.x-1.2
Fields Multiupload Filefield Widget (multiupload_filefield_widget) 7.x-1.13
Fields Multiupload Imagefield Widget (multiupload_imagefield_widget) 7.x-1.3
Fields Node Reference (node_reference) 7.x-2.1
Fields References (references) 7.x-2.1
Fields YouTube Field (youtube) 7.x-1.1
Frontend Modernizr (modernizr) 7.x-3.1
ImageAPI ImageAPI (imageapi) 7.x-1.x-dev
Media File entity (file_entity) 7.x-2.0-alpha3
Media Plupload integration module (plupload) 7.x-1.6
Other Advanced help (advanced_help) 7.x-1.1
Other Block Class (block_class) 7.x-2.1
Other DB Maintenance (db_maintenance) 7.x-1.1
Other Disqus (disqus) 7.x-1.10
Other Entity API (entity) 7.x-1.3
Other Entity tokens (entity_token) 7.x-1.3
Other Entity view modes (entity_view_mode) 7.x-1.0-rc1
Other ImageMagick (imagemagick) 7.x-1.0
Other Libraries (libraries) 7.x-2.2
Other Menu attributes (menu_attributes) 7.x-1.0-rc2
Other Menu Block (menu_block) 7.x-2.3
Other Multiple forms (multiform) 7.x-1.0
Other Pathauto (pathauto) 7.x-1.2
Other Rabbit Hole (rabbit_hole) 7.x-2.22
Other Rabbit Hole nodes (rh_node) 7.x-2.22
Other Scheduler (scheduler) 7.x-1.2
Other Special menu items (special_menu_items) 7.x-2.0
Other Token (token) 7.x-1.5
Other Weight (weight) 7.x-2.3
Path management Global Redirect (globalredirect) 7.x-1.5
Performance and scalability CDN (cdn) 7.x-2.6
Responsive Respond.js (respondjs) 7.x-1.2
Search Porter Stemmer (porterstemmer) 7.x-1.0
Search Search Configuration (search_config) 7.x-1.0
SEO Metatag (metatag) 7.x-1.0-beta9
SEO Metatag: Open Graph (metatag_opengraph) 7.x-1.0-beta9
SEO Metatag: Twitter Cards (metatag_twitter_cards) 7.x-1.0-beta9
Statistics Google Analytics (googleanalytics) 7.x-1.4
Theme Tools Delta API (delta) 7.x-3.0-beta11
Theme Tools Delta Blocks (delta_blocks) 7.x-3.0-beta11
Theme Tools Delta UI (delta_ui) 7.x-3.0-beta11
Theme Tools Omega Tools (omega_tools) 7.x-3.0-rc4
User interface CKEditor (ckeditor) 7.x-1.13
User interface Content Menu (content_menu) 7.x-1.0
User interface jQuery Update (jquery_update) 7.x-2.3
Views Views (views) 7.x-3.7
Views Views Bulk Operations (views_bulk_operations) 7.x-3.2
Views Views Litepager (views_litepager) 7.x-3.0
Views Views Tree (views_tree) 7.x-2.0
Views Views UI (views_ui) 7.x-3.7
Webform Webform (webform) 7.x-3.20
Webform Webform Hints (webform_hints) 7.x-1.3
Webform Webform Import (webform_import) 7.x-1.3

rsavage’s picture

sorry, i'll look into it more and let you know what I find. thanks.

Wim Leers’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

.