Hi
I've been battling with drupal for some time now and just keep running into problems.
I want to be able to integrate Webcalendar with Drupal so that each registered user has their own calendar.

I attempted to install drupal 5.0 and have got that running with the following problems.
1. You have to log in twice to access the site. The first login goes back to the log in page with no errors.
2. Once logged in the log in page for Webcalendar is displayed.
3. Creating a new account displays the first calendar instead of creating a new calendar.

I then gave up on v5 so installed 4.7.4 - I can't even log into that install to complete the configuration.

Looking around it seems the log in problem has been around for a while - has anyone got to the bottom of it?

Thanks
Andy

Comments

vm’s picture

is your host using php 5.2 or 5.2.2 ?
Linux ? Windows ? Server.
please provide more information on your host setup.

is drupal installed in a subfolder ? or in your webroot ?

are you or any software your using blocking cookies ?

does the same happen with the 4.7.x-dev release http://drupal.org/drupal-4.7.x-dev ?
this package already has some/if not all of the known patches committed up til the time it was rolled.

Not sure the inention of webcalendar is to give each user a calendar, or whether its a community calendar everyone can add too. Something for you to investigate.

andyw59’s picture

See below

pwolanin’s picture

Just to be clear- with 4.7.4 there is no installer. Did you drop all the tables from the 5.x install and manually load the 4.7.x tables?

Also, did you use the Webcalendar integration module, or did you try to integrate it yourself?

---
Work: BioRAFT

MonicaCole’s picture

I've been struggling with being unable to access my image files after migrating my website. Can't seem to solve it or get any help here.

I'm moving to e107. I found I could build as functional a website with it, but without all the frustrations and problems I have with drupal. I had high hopes, but this is just too frustrating.

Best of luck with your problems, Andy.

-Monica

superjacent’s picture

I'm not sure if I can help but I had similar problems yesterday with the login problem. I had version 4.6.10 running (trial - no live data) and then attempted to upgrade direct to 5.0 rc1 and that didn't go too well.

I ended up doing a complete fresh install. For the first attempt I edited the 'settings.php' file accordingly (user name, password, database and base url) before uploading. The install didn't work properly, didn't take me to the database configuration screen.

For my second attempt, I didn't edit the 'settings.php' file and just left it as supplied and uploaded up the files. That did the trick, The database configuration screen appeared and then followed the instructions.

Hope this helps.

Kodeart’s picture

A few words of support.

Looking around it seems the log in problem has been around for a while - has anyone got to the bottom of it?

Possible answer could be simply "No-one and never will". This login problem is just the top of a huge iceberg that yet has to be revealed. As you go further with Drupal you will want to install many other things (read modules)...and guess what :) That means a lot of dedication and lot of banging on the keyboard and frustration IF AND ONLY IF you don't know precisely what, how and why you are doing, what are you doing.

I see Drupal as very dangerous, but extremely beautiful beast hard to be tamed. Question is do you want to do that...My web has died 3 times with no "logical" reason showing only "Access denied" and "Page not found" although it was fully developed and working website. I never find out what happened --> Then I start to look more carefully how I'm working with it.

So if you want to continue this interesting journey, calm down for a moment, take your coffee and cigarette, or beer or shaken but not stirred Martini, take a deep breath and start from a scratch:

- check the requirements again. See if they fits here
- find/read some of known tricks around
- make fresh install. Delete all tables in your Drupal database. Delete all Drupal files on your server.
- install/upload everything, but pay attention to the process
- always learn by examples
- always read "Pending bugs" for some module before you install it! Looks like 90% is crap easy to install and hard to clean after uninstall. The cause of most of the pitfalls are crappy modules.

Thumbs up mate, wish you all the best luck. You gonna need it.

andyw59’s picture

Thanks for all your comments, I can see this is going to be a struggle but I'll keep going.

More info on my setup is as follows:
Server is running Free BSD 5.5, MySQL 4.1.16, PHP 4.4.1
Drupal is installed in a Sub Folder.
I'm not using any cookies blocking software.

I've had Drupal 4.7.4, Webcalendar 1.0.0 and the Drupal WebCalendar Integration working fine locally. When creating a new account in drupal I can log on and webcalendar does create a calendar for each user (I've investigated that before attempting to start the project).

I've installed and uninstalled Drupal numerous times fearing I've messed up on the installation but I'm confident that I've followed the install process correctly. But I fear I'll be doing this a few times more.

At the moment I have two installs of drupal in different sub folders using 2 seperate databases.
5.0 needs two attempts to log on then if a new user in drupal does not create a new calendar.

Drupal version 4.7.4 - I attempt to log in and drupal just returns to the login page with no errors although if I enter an incorrect user/password I do get an error.

Hope some of this info will help one of you guys point me in the right direction.
Hopefully my experiences will be of help to others in time.
Thanks
Andy