MyISAM tables/Drupal 7 - SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown storage engine 'InnoDB'

Hello all,

Please pardon me if my question happens to be stupid, or if it has been asked by somebody else already...

Here is the situation I am in:

1. I need to install Drupal 7 so that it uses the MyISAM storage engine, because I know for sure my hosting provider does not support InnoDB.

2. When I try and install Drupal 7 on my own machine with InnoDB enabled on my MySQL server, the install.php script runs fine (but, of course, my database contains nothing but InnoDB tables).

Drupal 7 theming hook not taking effect

I'm new to PHP and Drupal theming, so forgive me if this is a dumb question.

I am trying to modify the HTML inside one of the menu links of my theme in Drupal 7. To do this, I am modifying the copy of template.php in my subtheme, and adding the below code:

importing datas gotten from 3rd party sites

hi everyone

i just need to how import datas gotten from 3rd sites. Thanks to noomz who makes a plugin themoviedb search via tmdb api. it is searching an listing movies on tmdb, but i need to import these items, such as movie name, actors, posters,trailers, on drupal db with new links. (e.g site.com/movie/321456 - site.com/person/321456 - site.com/movie/21345/posters). Which codes are i need to?

Can't find my pages. Multisite problem?

I successfully set up my multisite platform on my test Windows/Apache system. (Same codebase model)

I'm having problems getting this going at HostPapa.

I set up the same Drupal file/directory structure.
I did copy the .htaccess file into both of my site directory roots.
Two databases, both Drupal7 installations went well.

And I migrated my Drupal code using the Backup Restore module.

I can get to my homepage:
http://sfnec.org/

I cannot find my javascript file in source code

Hi, I have added js file in my module

 drupal_add_js(drupal_get_path('module', 'my_module') . '/my_file.js', 'file');

It works because I can see that javascript was executed. But I cannot find link to my js file in source code (ctrl+u) of webpage. I am running Drupal 7 on localhost.
Can anybody help, where can be problem?

thanks
Tomas

Horizontal Tabs at the Node Level

What's the most appropriate way to implement dynamic loading horizontal tabs on a custom content type? I can use a standard javascript tab, but is there anything baked into core or any of the more popular modules that is a more Drupal way of doing dynamic tabs?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x