Having problems installing Drupal? See the Installation Guide for more information.

FCKEditor Toolbar no Buttons

Hello all,

CVS drupal + CVS FCKEditor

Installed FCKEditor module, enabled the module in admin> settings > and set the base path.

The toolbar is there but all see is white squares, and see the acutal buttons. Module itself is working because the white squares have funcionality. Just missing the buttons. I am fairly new to Drupal, been pulling my hair for last 24 hours. pls help, Thanks much in advance. Thanks

album problem

Hi, Drupal looks great so far!

I've tried installing the album module but I get the following error when trying to upload an image:
"Call to undefined function: image_validate() in...on line 70"

Is this a known problem and is there a suggestion for this?

Thanks

Can't enable Clean URLs - though ModRewrite is enabled...

When i try to enable Clean URLs, i get the following error message:

It appears your host is not configured correctly for Clean URLs. Please check for ModRewrite support with your administrator.

But according to my admin, ModRewrite is enabled...

Any tips for me?

Cheers,
Ralph

another problem

thanks for your supports. But there's is another problem, im unable to enable the username/password block. Thanks for your help
kpum.org.uk

my website big problem

my website is kpum.org.uk , the problem is that i used to have alot of blocks all over, besides that there was a block for me to login and other people to register to my website. It is all gone. And now dont even have icons for admin to manage the website. Can anyone help me with this? i totally dont know what had happened to the website. It's like the whole thing crashed.
cheers

Ecommerce Auction Error in Creation of Tables - 4.6

Hi,

In version 4.6, do I still have to run auction.mysql? When I do so, there's an error:

Error

SQL-query:

#
# Table structure for table `ec_product_auction`
#
CREATE TABLE ec_product_auction(
nid int( 10 ) unsigned NOT NULL default '0',
expires int( 11 ) NOT NULL default '0',
PRIMARY KEY ( nid )
) TYPE = MYISAM

MySQL said:
#1050 - Table 'ec_product_auction' already exist

And indeed, there is already ec_product_auction table which could have been created when I ran story.mysql

So, the sql queries are aborted ( at the line ") TYPE = MYISAM"). When I test posting an auction item there are errors:

1. Creation of item: (although when I reload the item seems to have been created)

query: INSERT INTO ec_product_auction (nid, expires) VALUES (21, 1118903512)
error:

warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/includes/database.mysql.inc:59) in /home/mysite/public_html/includes/common.inc on line 192.

2. Bidding on the item:

user error: Table 'mysite_drupal.ec_auction_bid' doesn't exist
query: SELECT * FROM ec_auction_bid WHERE nid = 20 ORDER BY created DESC LIMIT 0, 1 in /home/mysite/public_html/includes/database.mysql.inc on line 66.

user error: Table 'mysite_drupal.ec_auction_bid' doesn't exist

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal