Drupal is up and running but how do I ...?

htmlarea and drupal 4.5rc

I would like to say thanks to everyone at Drupal for this fantastic software. I have installed the htmlarea module on my site and everything works correctly under internet explorer. In Firefox which has replaced IE for me, I get the following:

[HTMLArea: loading script 2/11] on the title of the page where I want to for example post to the blog.

What can the reason for this be?

Thank you in advance.

Really slippery Drupal config bugs and how to root them out

Post-installation seemed as good a place as any -- I'd like to start a thread about how to debug a broken drupal ... because I just broke mine in a wildly intangible way that's driving me nuts.

A first line of defense is usually the devel.module where you can list the db queries, get timing info and page build time; this bug occurs sometime before that because the only db activity I can detect is this very cryptic message in the watchdog (which I have to read via MySQL)

Here's what I have: Half a dozen drupal sites working off the same code, more or less the same mix of modules. One of them times out returning any pages, and watchdog says only

Lost connection to MySQL server during query
query: UPDATE lions_sessions SET uid = 2, hostname = '207.61.5.143', session = 'messages|N;', timestamp = 1097880724 WHERE sid = '454eb49cdf24eca346e849726ae4e22c' in /opt2/home3/teledyn/public_html/includes/database.mysql.inc on line 125.

which probably means nothing.

Ok, so that's the problem, sort of. The only other symptom is that this page times out no matter what page you try to hit, and always only this one db_prefix blog, never the others. At the time it started to fail I was doing trivial edits like setting the secondary menu. it could be a data table corruption but I did do a mysql repair-table on them and got no errors reported.

Revisions on pages and stories

Hello

I've installed drupal 4.5 RC and set it up as a document system.
I created a bunch of users for posting documents / procedures / and so on ...
But I didn't grant the administer nodes permisions to authenticated users.

php in block and return

Hi guys,
a block is driving me mad in the last few days. I've this php code in a block in the left. The code output before everything else, even if I've tried with the return

This is the code... any idea about how to solve that?

code is not enclosed in the php tags, the block is an php type and drupal installation in 4.4.2

I cannot upgrade to 4.5.0 yet... so I'd like to just sort this out.

flexinode - video support?

Does anyone know if there is a .mp4 or .mov plugin for the flexinode module? It'd be very cool to have quicktime vids.

This Module needs fix

I have posted an issue for nmoderation module here,

http://drupal.org/node/11592

so far, i have'nt received anyone's attention to this post, http://drupal.org/node/11556

Have anybody installed this module configured successfully...

if so 2 cents from my side, due to the fact that one of the mysql table mentioned (nmoderation_filters) in nmoderation.mysql is not being used in nmoderation.module

Pages

Subscribe with RSS Subscribe to RSS - Post installation