craigk5n / webcalendar

WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
http://www.k5n.us/webcalendar.php
GNU General Public License v2.0
148 stars 70 forks source link

Installation hangs in step 3 #452

Open 8octal opened 5 months ago

8octal commented 5 months ago

Installation hangs in step 3.

The Next button remains inactive.

The apache2 error.log has no errors/warnings and I don't know where else to look.

I've tried both new install as well as upgrade with the same result.

Please help.

thomas271 commented 5 months ago

I have the same problem - is there a solution available? thank you

8octal commented 5 months ago

I have the same problem - is there a solution available? thank you

I never found one and gave up.

I ended up using Luxcal and it works great.

craigk5n commented 5 months ago

What version are you using? The latest code in the master branch should resolve a lot of install errors.

8octal commented 5 months ago

What version are you using? The latest code in the master branch should resolve a lot of install errors.

WebCalendar v1.9.10 (02 Oct 2023)

This may help, but if I remember correctly, after the install hangs, when I close the browser and open WebCalendar back up, I get a Login Screen but can't get past it.

thomas271 commented 5 months ago

What version are you using? The latest code in the master branch should resolve a lot of install errors.

I used the latest version on a new clean installation

lukferroni90 commented 5 months ago

What version are you using? The latest code in the master branch should resolve a lot of install errors.

I've installed the master branch but it hangs in Autentication > Installation passphrase

Ganzfix commented 4 months ago

WebCalendar v1.9.10 (02 Oct 2023)

This may help, but if I remember correctly, after the install hangs, when I close the browser and open WebCalendar back up, I get a Login Screen but can't get past it.

Thank you, this solved my problem with version 1.9.10. Another problem with version 1.9.10 was the German translation. I changed in German.txt the row 20 to "charset: UTF-8".

s22-tech commented 2 months ago

In case this helps anyone else, if doing an upgrade, the "passphrase" is actually the password you used before.

I'm not sure why it's called "passphrase" instead of "password". :\

s22-tech commented 2 months ago

The fix can be found in this issue:

https://github.com/craigk5n/webcalendar/issues/471