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

Problem with timezone

Hi!

I would like to change the settings of the site that the timezone of the user doesn't affect the schedule of the events or the hour of update.

I got a problem with this. When I'm not logged, the schedule of an event is good but the hour of the post is not. But, when I'm logged, the schedule of the event isn't good (even if it's the same user that dit the post!) but the hour of the post (Submitted by [user] on...) is.

Here an example:
User Admin is logged -

CCTT : Escuela de Verano "Juan Olivares"
Submitted by CCTT on Fri, 12/05/2003 - 09:32.
Schedule:
Start: Thu, 01/15/2004 - 13:00
End: Sat, 01/17/2004 - 19:00

(the schedule it's not the good one but hour of the post, yes)

The same event with users anonymous -
CCTT : Escuela de Verano "Juan Olivares"
Submitted by CCTT on Fri, 12/05/2003 - 13:32.
Schedule:
Start: Thu, 01/15/2004 - 17:00
End: Sat, 01/17/2004 - 23:00

(Here it's the opposite: the schedule is the good one but not the hour of the posting)

It's a big difference! I played with the timezone of users and of the site but didn't find the way of getting both time good.

I think that the schedule of an event should be the same even if the user stays in Canada or Chile. So, the timezone should not affect the schedule and nether the time that the node was posted.

Merci - Gracias - Thank you!

(and please, don't tell me to search in the site.

unserialize Error

Installation problem, any help available?

1) System: Windows 2k (and IIS), MySQL, PHP4.1.2, newest Drupal version
2) Got error messages that files could not be included.
3) Changed some lines like 'include_once "includes/$config.php";' into '.."$config.php";'

edit user not updating db

Fresh install of 4.3.1 on a linux system to which I have limited access. All seems correct as far as phpinfo() but none of the changes I make e.g. password are written to the db.

Any ideas where I should look???

My upgrade experience to 4.3.1, fix for url_alias issue

I just upgraded from 4.2 release to 4.3.1. I ran into the table url_alias not being found issue that a few people have mentioned. The workaround is pretty easy:

Environment: i was upgrading from 4.2 to 4.3.1

Symptom: when you run update.php to upgrade it complains about the table url_alias not being found.

Fix:
Open database/database.mysql (in my case, not sure if this error shows up on non-mysql configs) and copy the command for the url_alias section, or just copy this:

CREATE TABLE url_alias (
  pid int(10) unsigned NOT NULL auto_increment,
  src varchar(128) NOT NULL default '',
  dst varchar(128) NOT NULL default '',
  PRIMARY KEY  (pid),
  UNIQUE KEY dst (dst),
  UNIQUE KEY src (src)
) TYPE=MyISAM;

open your mysql database with something like:

- mysql -u drupaladminname -p drupaldbname
- paste in the command above
- you should get a successful reply, if not, check your syntax
- \q quits the interactive session

now just run update.php again and it should work. i got a couple small errors in the update log, but nothing looked serious and the portal appears to be running fine.

Now I've got to re-port a custom authentication module that i wrote, but otherwise the upgrade went very well.

Good job, all.

New Install Help, two errors .htaccess and an cant output header file error : Thanks

Hello I have just installed Drupal , very slick but I have come accross two errors.
The first one is this. FYI it is a hosted install so i dont have access to any conf files. I have emailed the host and they are running Apache 2.0 with .htaccess on.

Lost connection to MySQL server during query (line 75)

Hello everyone,

I have a funny problem with Drupal. Everything is working well so far, except for this problem. Very often, I get this error:

error: Lost connection to MySQL server during query
query: SELECT * FROM system where type = 'theme' AND status = '1' ORDER BY name in mysite/includes/database.mysql.inc on line 75.

It's almost always the same error. It happens when I try to change some admin options. Sometimes the error disappears when I hit "refresh", sometimes it doesn't. Another funny error (probably related to the same problem) is that I keep getting disconnected from my website. I have to re-login very often. I don't know what is going on, but these mystery errors are occurring often enough that I'm writing about them to Drupal.

Details:
Login error: I can best pin it down to this phenomenon: If I'm in the administration pages and save a new modification and return to the homepage, I have to re-login very often. The site forgets that I've already logged-in. Equally often, I get the "connection lost, line 75 error for trying the same thing. At this stage, I'm unable to click "back" and try to pursue other links as if I'm already logged in.

More specifically, if I'm in the taxonomy section and try to translate the page I get the same line 75 error. If I try to create a new user, I get the same line 75 error. For taxonomy, there's no chance of the error disappearing even with refresh. I remember getting the same error a few other times as well, but can't pin it down. The funny thing is that the translation has been successful anyways. (I clicked on "translate" anyways and got a whole list of lines that were translated, and the error at the bottom of the page)

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal