TinyMCE zip file missing .info file

I'm trying to install TinyMCE 3.4.7 on my Drupal 7.10, and it won't. It's missing the .info file(s). How am I supposed to install a module that's missing code?

Need a Module solution. Subscriptions

Hi, I've been searching for a D7 module to do something rather specific and haven't found anything that works.

Here's the use case:

I have a node content type Prayer Request. It has the following fields: Title(labeled as subject), Body(labeled as Request), and a custom field Email (currently working to have this field auto filled with the current user's email address if logged in otherwise the anonymous user types their email address in). I'm also using the Rate module which relies on VotingAPI module.

[SOLVED] Creating a new branch: what to use as issue number?

In the Advanced Patch Contriibutor's Guide In the "Creating patches via feature branch" section - what is the Issue Number being mentioned? The issue queue of the module I have patched doesn't seem to have "issue numbers" as such any place obvious .... or have I missed something staring me in the face? Or do I make the issue number up?

Firefox some images don't display. Work fine in I.E.

This is some kind of firefox problem? The exact same page browsed to with FF adds the class= crap, and the images don't work. With I.E. everything works fine. Any ideas?
snippets of view source:

FF: <h2>HGS Sponsors</h2><br><p><img class=" pdigrfmuvzfrdnmeqcrq" style="width: 126px; hei...
IE: <h2>HGS Sponsors</h2><br /><p><img style="WIDTH: 126px; HEIGHT: 96px" alt="" src="htt...

This is caused by the adblock addin. DOH!

Shortcuts menu fails to appear

I can create a new shortcut set and assign it to a user, but I can't get the shortcuts menu to appear when logged in as that user. I tried enabling every permission in the "People' > "Permissions" > "Shortcut" section, but nothing seems to work. What am I missing?

Need Help Resolving PHP Memory Exhausted Error

On a small Drupal site I'm building, I'm getting a 500 internal server error/memory size exhausted, regardless of the memory limit I set in the local php.ini. (I'm on Bluehost and have tried changing where php.ini is read from, etc.)

The error text is:
PHP Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /site_home/includes/theme.inc on line 98

Theme.inc line 98 is "$base_theme[] = $themes[$ancestor];" so I thought it must have something to do with a Bartik subtheme I was trying to build. Since I hadn't even enabled it yet, I thought I'd be safe just deleting the subtheme folder, but that didn't fix the issue.

I tried resetting the default theme to garland using the following SQL (which I found at http://drupal.org/node/200774):
UPDATE system SET status=1 WHERE name = 'garland';
UPDATE variable SET value='s:7:"garland"' WHERE name = 'theme_default';
TRUNCATE cache;

That didn’t work, so I tried disabling the base Bartik theme via the database as well using the same syntax:
UPDATE system SET status=0 WHERE name = 'bartik';
No dice … still getting the same error on line 98 of theme.inc, and I'm not sure what to do next.

I even tried taking the bartik folder from a fresh Drupal download and replacing the existing one with it. Same error.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x