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

TinyMCE Help

I have downloaded and installed the TinyMCE module in my modules folder, dowloaded and installed the TinyMCE 2.01 program into a subdirectory under the module called tinymce. Ran the SQL query in phpAdmin and it created the tinymce_role and tinymce_settings tables without a problem. In my 4.6.3 Admin section I enabled the module, but there are no settings for it.

Any ideas on how to get this module fully enabled would be greatly appreciated.

Thank you.

database table problem....

found the problem from below. heres whats happening when creating this table i receive the following:
mysql> CREATE TABLE profile_fields (
-> fid int(10) NOT NULL auto_increment,
-> title varchar(255) default NULL,
-> name varchar(128) default NULL,
-> explanation TEXT default NULL,
-> category varchar(255) default NULL,
-> page varchar(255) default NULL,
-> type varchar(128) default NULL,
-> weight tinyint(1) DEFAULT '0' NOT NULL,

ok question........error on creating content

user error: Table 'webpage.profile_fields' doesn't exist
query: SELECT f.name, f.type, v.value FROM profile_fields f INNER JOIN profile_values v ON f.fid = v.fid WHERE uid = 1 in C:\publichtml\includes\database.mysql.inc on line 66.
user error: Field 'revisions' doesn't have a default value

Got it running after 9 hours, problem however......

yay me!
now whenever i try and post anything i receive:

Field 'revisions' doesn't have a default value query: INSERT INTO node (status, moderate, promote, sticky, comment, title, body, format, uid, created, type, teaser, changed, nid) VALUES('1', '0', '1', '0', '2', 'bla', 'bla\r\n', '1', '1', '1135810705', 'story', 'bla\r\n', '1135810717', '7') in C:\publichtml\includes\database.mysql.inc on line 66.

can anyone point me in a direction? TIA!

can't log in again

I created an account. Changed the password. Logged out. Now I can't log in.

I am very certain that I have the login and password correct.

I have tried to get drupal to mail the password, but I get this error:

user error: Duplicate entry '' for key 2
query: INSERT INTO users (pass, created, changed, uid) VALUES ('4e656b5c150b7f3d93aba214e07986ba', '1135810484', '1135810484', '5') in C:\Program Files\xampp\htdocs\drupal\includes\database.mysql.inc on line 66.

Can't create admin account

I've installed drupal with the latest versions of apache, mysql, and using PHP4. I can point my browser to my URL and get the initial install page, but I cannot create an administrative account.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal