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

Drupal hangs on User edit or configure

I have been setting up a site for sometime now running 4.5.1. with the Pushbutton theme. Not much traffic, working well.
Suddenly I found I could no longer edit user information, I could list it, but when I went to "edit" or "configure" the system would hang with just the top banner of the site showing. It would not time out.

The last changes I did were:

  • Enabled and disabled the front_page module
  • Enabled and disabled the organic_groups module
  • Upgraded style.css from CVS to fix the peekaboo bug.
  • Added some new members
  • Changed some profile fields

I started turning off modules and I eventually got it to work again by disabling taxonomy_access. This had been working ok for some time so I looked in the database, all seemed ok..

It was pretty stable again after I disabled taxonomy access except I noticed I could no longer access the defined profile categories under "configure" for a given user. The menu was not being displayed even now that taxonomy_access was disabled. I found I could reference beyond them by hand writing the URL but not directly.

I then re-enabled the taxonomy_access. The problem returned and the system would hang.

I then disabled taxonomy_access again and tried to identify the menu problem. I changed the theme to bluemarine and the problem went away. So I reenabled taxonomy_access with the new theme and sure enough, works fine.

emailpage page not found

drupal 4.5.2 and installed the emailpage module. when i click on the link i get 404 page not found error. can't work out what's wrong, any ideas?

thanks

strict warning: var: Deprecated. (Host says using PHP 4.3.9)

I would just like to say that i have checked the forums and read countless amounts of the documentation about the error with PHP 5. This may be a similar issue. My page is located here, if you want to see this in action: Scribber.net

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 42.

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 43.

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 44.

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 45.

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 46.

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 47.

strict warning: var: Deprecated. Please use the public/private/protected modifiers in /home/scrilan6/public_html/themes/engines/xtemplate/xtemplate.inc on line 48.

Installing Drupal

I've tried to install Drupal on my Lycos hosting-account (one of the Webcenter-packages) but the installation instructions were very poor. It only tells you how to install it on your own servers. I worked it out.

Expand the Drupal installation package to your local harddisk, then edit the conf.php file (located in the includes directory).
Edit the following: $db_url = "mysql://username:password@localhost/database (for most of the Lycos packages it's something like this: $db_url = "mysql://website_com@123456@localhost/website_com_1")

Upload the entire directory to you account.

Insert the modified MySQL-data into your MySQL (the thing I've changed is adding drupal_ to several commands).

=== MODIFIED MySQL-data ===

CREATE TABLE drupal_access (
aid tinyint(10) NOT NULL auto_increment,
mask varchar(255) NOT NULL default '',
type varchar(255) NOT NULL default '',
status tinyint(2) NOT NULL default '0',
PRIMARY KEY (aid)
) TYPE=MyISAM;

CREATE TABLE drupal_accesslog (
title varchar(255) default NULL,
path varchar(255) default NULL,
url varchar(255) default NULL,
hostname varchar(128) default NULL,
uid int(10) unsigned default '0',
timestamp int(11) unsigned NOT NULL default '0',
KEY accesslog_timestamp (timestamp)
) TYPE=MyISAM;

CREATE TABLE drupal_aggregator_category (
cid int(10) NOT NULL auto_increment,
title varchar(255) NOT NULL default '',

Problem with add rolle in Greek transalation

Hi there

When i try to add a role in drupal user using greek transaletion
nothing hapent it is add anythink

but if i turn buck in eng transaletion
work fine !!?!!

any suggestion

-----
drupal 4.5.1

Uploaded image not showing

I have image.module installed and uploaded image image without any problems, no errors. The image is on the server in the correct folder and thumbs folder. However when I view the page it only has the title and no image is displayed.

There are no errors anywhere. Any ideas?

Thanks
Bernard

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal