Can't install Styles in D7: Precise error message inside this message (resolved)

Resolution (original post below): I had downloaded the development version thinking it would be much more up to date -- October vs early Spring. Instead it's just broken. That was the problem. Nuking it an replacing it with the "recommended" version worked. (I did have to manually delete the cache_styles table again, though, before the new (i.e., old) version would properly install. Alas.

Hi Folks,

I've searched but do not come up with an explanation. I'm running a pretty new, pretty clean D7 install. I wanted to load the media modules, which require Styles. The problem is, I can't load Styles. Whenever I try, I get an error which seems to suggest that a database object already exists, particularly a table called cache_styles.

EDIT: There is a cache_styles table in my MySQL database, along with a bunch of other cache_* tables.

Here's the exact error message:
DatabaseSchemaObjectExistsException: Table cache_styles already exists. in DatabaseSchema->createTable() (line 621 of /var/www/drupal7/includes/database/schema.inc).

Okay, so I went to phpmyadmin and dropped the cache_styles table and tried again. This time I got this error:

Can't get a custom jquery script to work in D7

Hi,

I've implemented a very simple jquery script for a D7 site at www.sdeyservices.co.uk/anyjob.

The script is called 'http://sdeyservices.co.uk/anyjob/sites/all/themes/anyjobwebsite/js/anima...' and the code is quite simply:

Module installation fail: Installation failed! See the ...

Hi,
I run into an issue when installing modules via the new internal module installer on D7b3.
Whatever module I (try to) install through Drupal internal, I receive the message (sample for Calendar module):
"
Installation failed! See the log below for more information.
calendar
# Failed: Error installing / updating
# Failed: File Transfer failed, reason: Cannot create directory /httpdocs/sites/all/modules/calendar/.

Drupal 7 cron setup

I have a module that implements hook_cron(). How can I setup crontab such that my cron hook implementation is also triggered. It seems that the hook is only triggered when I browse http://www.mysite.com/cron.php?cron_key=rX4wBdd3e7FKTJF6pvHFLAmYJBoA3VXs...

For some reason I cannot use wget or lynx. Also if i use php cli to run the cron.php, It will not trigger my cron hook implementation.

Problem with duplicates in View

Hi,

I have a problem with duplicates in a View i created.

The problem seems to come from that my content type allows multiple values for a field. My content type is Person and the user can add an unlimited amount of phone number to this Person. So, if I e.g. have 3 phone number for a person, that person node is shown three times.

I've pasted the query generated by the view.

'blocks' in node

Hi,

Excuse me if I am posting in the wrong forum, but I figured my question would've the most relevance to Themes.

I am building a Drupal website for a company currently. I am full-time working there and got this assignment. The company hired a team of web-designers to come up with a nice layout, and they did a really good job.

But there is one small issue: They came up with a layout with some kind of a challenge for me. A default content page has normal content (and sidebars, a header and a footer, but they fall out of scope for this specific problem). The content is just text, entered with a WYSIWYG editor (Because the content management of the website is done by non-technical users!).
But the pages also have some sort of 'blocks'. Not blocks like drupal-blocks, but just 'divs' with content, floated besides each-other. This is what they want: http://b.imagehost.org/0666/siteExample.png

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x