-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebCalendar Upgrade: Your mysqli database named 'usr_p663408_1' is empty and needs tables created. but tables and data exists. #471
Comments
Perhaps this will lead someone to the solution: If I activate line 344 in the file includes/dbi4php.php But in the step before |
I've done the trick: before:
after:
It would be fine, if someone could add this into the master. Thanks |
Good catch, Max! This worked for me, as well. I can't believe that anybody (running MySQL) has been able to install this script. The only error message I received was "Error executing query" which didn't help at all. Thank you! |
Worked for me!!!! Thanks
|
I tried to update from 1.3.0 to 1.9.12
In step 'Create/Update Tables' the wizard says:
Your mysqli database named 'usr_db' is empty and needs tables created.
But all tables and data from V1.3.0 already exists.
Query
SELECT COUNT(*) FROM webcal_config;
returns
COUNT(*) = 163
Query
SELECT COUNT(*) FROM webcal_user WHERE cal_is_admin = 'Y'
returns
COUNT(*) = 2
So, why System Status says Number of admin users: 0 ?
And why does the wizard want to create new tables instead of upgrading from version ZZZ ?
In file "install/install_dbtables.php" line 15 is the value of variable
$emptyDatabase
is true. I think it should be false.But I can can not figure out why this is so.
The text was updated successfully, but these errors were encountered: