Hello, I have a problem with my drupal website, when i connect to the admin area the user is connected i see the admin links but when i click on any link the user is disconnected :( can you help me please. Drupal version : 4.7.3 -- Didine Wayde.
Are you switching between a site that is sometimes referenced with www. And sometimes not? Thanks, Steve Steve Kessler Denver DataMan 303-587-4428 <http://www.denverdataman.com/content/enewsletter-signup> Sign up for the Denver DataMan Free eNewsletter From: Didine [mailto:didinux@gmail.com] Sent: Tuesday, May 12, 2009 1:44 PM To: support@drupal.org Subject: [support] user connection issue Hello, I have a problem with my drupal website, when i connect to the admin area the user is connected i see the admin links but when i click on any link the user is disconnected :( can you help me please. Drupal version : 4.7.3 -- Didine Wayde.
On Tue, May 12, 2009 at 1:49 PM, Didine [mailto:didinux@gmail.com] wrote:
Drupal version : 4.7.3
UPGRADE! There are bugs with session generation on Drupal 4.7.X and certain versions of PHP. Upgrading will fix that along with a million other bugs. While you're doing an upgrade, might as well make it all the way to 6.x. Regards, Greg -- Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com Cracking Drupal - Learn to protect your Drupal site from hackers Now available from Wiley http://crackingdrupal.com
Hello Greg, Thanks for replaying too :) I had some troubles with upgrading from 4.7 to the latest version of Drupal because i have some third parties modules and some custom code :/ I'm considering, in the near future, disabling these modules and then upgrade from 4.7 -> 5 -> 6 :) Best regards, -- Didine Wayde. On Tue, May 12, 2009 at 10:11 PM, Greg Knaddison <greg.knaddison@gmail.com>wrote:
On Tue, May 12, 2009 at 1:49 PM, Didine [mailto:didinux@gmail.com] wrote:
Drupal version : 4.7.3
UPGRADE!
There are bugs with session generation on Drupal 4.7.X and certain versions of PHP. Upgrading will fix that along with a million other bugs. While you're doing an upgrade, might as well make it all the way to 6.x.
Regards, Greg
-- Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com Cracking Drupal - Learn to protect your Drupal site from hackers Now available from Wiley http://crackingdrupal.com -- [ Drupal support list | http://lists.drupal.org/ ]
Hello, I moved the entire website to my local host but the connexion issue persists -- Didine Wayde. On Tue, May 12, 2009 at 11:21 PM, Didine <didinux@gmail.com> wrote:
Hello Greg,
Thanks for replaying too :)
I had some troubles with upgrading from 4.7 to the latest version of Drupal because i have some third parties modules and some custom code :/
I'm considering, in the near future, disabling these modules and then upgrade from 4.7 -> 5 -> 6 :)
Best regards, -- Didine Wayde.
On Tue, May 12, 2009 at 10:11 PM, Greg Knaddison <greg.knaddison@gmail.com
wrote:
On Tue, May 12, 2009 at 1:49 PM, Didine [mailto:didinux@gmail.com] wrote:
Drupal version : 4.7.3
UPGRADE!
There are bugs with session generation on Drupal 4.7.X and certain versions of PHP. Upgrading will fix that along with a million other bugs. While you're doing an upgrade, might as well make it all the way to 6.x.
Regards, Greg
-- Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com Cracking Drupal - Learn to protect your Drupal site from hackers Now available from Wiley http://crackingdrupal.com -- [ Drupal support list | http://lists.drupal.org/ ]
Quoting Didine <didinux@gmail.com>:
I'm considering, in the near future, disabling these modules and then upgrade from 4.7 -> 5 -> 6 :)
Here's how I did that http://for-my-kids.com/Upgrading-Drupal. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
Hello Earnie, Thanks for the link :) I now have a small problem, how can i disable the contrib modules i have in my 4.7 drupal install ? (keep in mind that i can't login to my site) so the question how can i disable the contrib module from the database ? Best regards, -- Didine Wayde. On Wed, May 13, 2009 at 1:56 PM, Earnie Boyd <earnie@users.sourceforge.net>wrote:
Quoting Didine <didinux@gmail.com>:
I'm considering, in the near future, disabling these modules and then upgrade from 4.7 -> 5 -> 6 :)
Here's how I did that http://for-my-kids.com/Upgrading-Drupal.
-- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
Quoting Didine <didinux@gmail.com>:
Hello Earnie,
Thanks for the link :)
I now have a small problem, how can i disable the contrib modules i have in my 4.7 drupal install ? (keep in mind that i can't login to my site) so the question how can i disable the contrib module from the database ?
I find that the best way to disable modules for upgrading is to move the contrib modules directory outside of the Drupal root to a backup directory. You are not going to need those version any longer but you might need to remember something you've forgotten about one of them. I also make use of symlinking (junction points on windows) for the root directory and install Drupal in /opt/drupal/drupal5, /opt/drupal/drupal6, etc. -- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
I did the upgrade but now i have some warnings like this one : * Warning*: Unknown column 'language' in 'where clause' query: SELECT src FROM url_alias WHERE dst = 'node' AND language IN('fr', '') ORDER BY language DESC in * /home/didinux/public_html/development/php/lm/includes/database.mysql.inc* on line *128 *-- Didine Wayde. On Thu, May 14, 2009 at 2:11 PM, Earnie Boyd <earnie@users.sourceforge.net>wrote:
Quoting Didine <didinux@gmail.com>:
Hello Earnie,
Thanks for the link :)
I now have a small problem, how can i disable the contrib modules i have in my 4.7 drupal install ? (keep in mind that i can't login to my site) so the question how can i disable the contrib module from the database ?
I find that the best way to disable modules for upgrading is to move the contrib modules directory outside of the Drupal root to a backup directory. You are not going to need those version any longer but you might need to remember something you've forgotten about one of them.
I also make use of symlinking (junction points on windows) for the root directory and install Drupal in /opt/drupal/drupal5, /opt/drupal/drupal6, etc.
-- Earnie -- http://r-feed.com/ -- http://for-my-kids.com/ -- http://www.4offer.biz/ -- http://give-me-an-offer.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
Hello Steve, Thanks for your replay. I'm not switching between the two. I only have one host without www. Best regards, -- Didine Wayde. On Tue, May 12, 2009 at 9:49 PM, Steve Kessler <skessler@denverdataman.com>wrote:
Are you switching between a site that is sometimes referenced with www. And sometimes not?
Thanks,
Steve
Steve Kessler
*Denver DataMan *
303-587-4428
Sign up for the Denver DataMan Free eNewsletter<http://www.denverdataman.com/content/enewsletter-signup>
*From:* Didine [mailto:didinux@gmail.com] *Sent:* Tuesday, May 12, 2009 1:44 PM *To:* support@drupal.org *Subject:* [support] user connection issue
Hello,
I have a problem with my drupal website, when i connect to the admin area the user is connected i see the admin links but when i click on any link the user is disconnected :( can you help me please.
Drupal version : 4.7.3 -- Didine Wayde.
-- [ Drupal support list | http://lists.drupal.org/ ]
how can i redirect the user to some page when it logged in??
http://drupal.org/project/logintoboggan Aldo Martinez Selleras wrote:
how can i redirect the user to some page when it logged in?? -- [ Drupal support list | http://lists.drupal.org/ ]
On Tue, May 12, 2009 at 3:22 PM, Aldo Martinez Selleras <aldo@caonao.cu> wrote:
how can i redirect the user to some page when it logged in??
http://drupal.org/project/login_destination Or use the destination url parameter like http://drupal.org/user?destination=your_path Regards, Greg -- Greg Knaddison | 303-800-5623 | http://growingventuresolutions.com Cracking Drupal - Learn to protect your Drupal site from hackers Now available from Wiley http://crackingdrupal.com
participants (6)
-
Aldo Martinez Selleras -
Didine -
Earnie Boyd -
Greg Knaddison -
Steve Edwards -
Steve Kessler