-
Notifications
You must be signed in to change notification settings - Fork 292
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
upgrade 0.27 -> 0.3.1 #464
Comments
Is it completely white? Is there anything in your error log? What PHP version are you on? |
hi ,, tried again .. play with user right ... now i got this. even with 0.3.3
PHP 5.5.27 on Qnap 459 Pro II. 0.27 runs fine. revert to 0.27 with Backup works. |
This implies that the migration to 0.3.3 partially succeeded. The synctoken column is there. It's hard to know where it failed. Make sure that when you upgrade you go straight from 0.2.7 to 0.3.3. No in-between versions. There were some problems with those. |
Try 0.27 to 0.3.3 .. same Error. Clean Install 0.3.3 runs fine. Butte need the old Data :-) ?!? |
Ok ,, try to configure 0.3.3 new and import calendar and adressbook (only 2 User). When i try to activate use MySql check button this error occour .
|
the Problem seems definitv the mysql option under settings. My old 0.27 has mysql database. If i run 0.3.3 clean and check mysql box under settings every time the error above occour. :-((( What can i do ? |
Hi again. i got it Work. Install from 0.31 and upgrade to 0.3.2 and then 0.3.3 this work ... don´t know why but it work. After i check mysql no error and my data is back again. But one problem still exist .. sync with iPhone and el Capitan don´t work (with 0.2.7 flat version) was all fine here my rewrite rule: RewriteRule ^/.well-known/carddav /baikal/html/dav.php [R=301,L] (cal.php?) config manual on el capitan/ iphone https://ip-adress/baikal/html/cal.php/principals/user/ what is is my fault ? my httaccess file in html directory: `
|
Before there was indeed a But you are absolutely right, it does mean that the url structure has changed a little bit. I didn't consider this and will add this to the upgrade instructions. The difference with this package is that you only need to expose the |
I also updated the docs here a bit: http://sabre.io/baikal/upgrade/ As for not being able to select mysql, I think you can only do this during the initial install. There's no switching afterwards. On top of that, I think I borked the zip package again so I'll be generating 0.3.4 (but this is only relevant for you if you want to do another fresh install, with mysql) |
Ok thank you for you information ... but when i try just to add the /html and change cal.php/card.php to dav.php the sync does not work ... ? Any ideas ? |
Not without more information. Try opening dav.php in your browser. What do you see there? |
if i open the url entered in ios configuration sabre/dav3.1.1 seems all fine ...but sync with ios don´t run. on configuration page when the url username etc are checked there comes an error SSL connection not possible. cannot connect if i go back to 0.2.7 remove /html in redirect (httacces) and change dav.php to cal.php/card.php connection is successfull. |
|
Are you using ssl? What information (urls) are you using to connect? Make sure that the well-known redirects work from the "root" of your domain. They are 100% pointless in a subdirectory. i know. i use the same redirection file in same root, i use, when i switch so baikal 0.27. RewriteRule ^.well-known/carddav /baikal/html/dav.php [R=301,L] |
Well, when you setup iOS, what url do you use to tell iOS where to connect? |
0.3.3 not working -> https://myip/baikal/html/dav.php/principals/username/ |
Try using just |
it does not work :-( ... here ist the htaccess file |
Because of rule |
There are a lot of rules there that apply for ownCloud, not Baikal. All that redirect to |
and |
changed it this way http://pastebin.com/kTFhSJeu ... does not work :-( ... i am not very advanced with httacces. What should i write instead of IFmodule ? (And thanks for all your help.. :-) |
You should delete the entire .htaccess file and create a new one that just contains this:
After that, make sure that your changes were successful by going to:
And make sure it redirected to
On that url, confirm that you can log in with a username and password. After that, try setting up iOS again, and this time only use |
Redirection works. The URL will be redirected now in the Browser to https://yourserver.example.org/baikal/html/dav.php and asks me for user and Password. But Sync with ios/Macosx does not work. No connection possible. |
We just had another ticket of someone that also had problems syncing, and this was due to the fact that they didn't have the XMLWriter extension here #468. Would you be able to share your phpinfo() somewhere, so we can look at a list of installed php extensions? This error should also show up in your php error log, but if you don't have access to that it might be a bit harder. Worth checking at least. |
http://pastebin.com/nkhES8dY hope it help. short: xmlwriter |
All the required extensions are indeed there, including mbstring. And there's nothing in your error log either that would indicate a problem? Then the last thing I can think off is, could you create an account for me on your server so I'm able to test OS X myself? |
me@evertpot.com for Login informations ? Don´t want post it public :-) |
Yep that works! |
I just took a look at your server, and I'm greated with firefox's 'Insecure connection' message. This doesn't bode well, but I'm trying it out with OS X nevertheless. |
I think that comes from the "non" official SSL certificate of qnap |
Yea I'm definitely blaming it on that for the moment. I enabled more debugging information and my console is mainly talking about ssl errors. I'd recommend getting a domain and a real ssl certificate. They're free these days: https://letsencrypt.org/ |
i will look the next days ... but do you thonk that this will be the Problem ? Baikal 0.2.7 flat runs fine with that ssl. |
For the moment you can also try disabling ssl altogether and using http to connect, just to validate that it's really related to ssl. However, you can't setup OS X calendar if there's still something running on port 443, so it really has to be off. Hope that works, and if that's not an answer to your problem come back here and I'll reopen this ticket. |
It's hard to be a 100% sure. I'm hoping I'm right. Not sure why baikal 0.2.7 would work. |
Hi,
i try to upgrade discriped here http://sabre.io/baikal/upgrade/.
But when i call admin page, the page remain empty ?
The text was updated successfully, but these errors were encountered: