Hello:
I just installed SimpleCDN and when I tried to enable the module, it worked, but I got an error that a column definition's length was too long for the column type and to try TEXT or BLOB. The module was enabled though, so I thought perhaps the module would work anyway.
But when I try to add a mirror, I get:
* user warning: Table 'drupaluser.simplecdn_mirrors' doesn't exist query: INSERT INTO simplecdn_mirrors (name, url) VALUES ('simplecdn', 'http://chrisreeves.lg1.simplecdn.net/') in /home/drupaluser/public_html/drupal/includes/common.inc on line 3467.
* user warning: Table 'drupaluser.simplecdn_mirrors' doesn't exist query: SELECT * FROM simplecdn_mirrors ORDER BY name in /home/drupaluser/public_html/drupal/sites/all/modules/simplecdn/simplecdn.module on line 108.
Thank you,
~Todd
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen shot 2010-01-03 at 4.59.16 PM.png | 52.07 KB | toddrimes |
| #2 | Screen shot 2010-01-03 at 4.59.30 PM.png | 27.3 KB | toddrimes |
Comments
Comment #1
toddrimes commentedI edited the .install file and fixed the DDL and got the module installed.
After setting it up, though, the only image which is getting a rewritten URL is the drupal logo at the bottom of the page. (http://rimescorp.com/drupal/ -- page is for a client.)
Any suggestions?
Thank you. I'm looking forward to getting this working - it's exactly what I need!
~Todd
Comment #2
toddrimes commentedScreenshots of my current simplecdn module settings. Thank you!