Search:

Type: Posts; User: MaxM

Page 1 of 5 1 2 3 4

Search: Search took 0.24 seconds.

  1. Just checked in a fix to allow spaces and other...

    Just checked in a fix to allow spaces and other characters that need encoding in usernames for authentication with external services. This will make it into the 10.0.6 release which will be released...
  2. Just filed a bug...

    Just filed a bug http://youtrack.developer.mindtouch.com/issue/MT-9530 and have a fix that I'll be checking into trunk. Which version of MindTouch are you running? I can look into whether or not this...
  3. Replies
    2
    Views
    252

    Looks like you're running an alpha version of...

    Looks like you're running an alpha version of MySql. I haven't heard of this failing for others. Can you try to install an official version of MySql and see if it works better? Perhaps it's a parsing...
  4. Replies
    2
    Views
    291

    It's quite strange to have a duplicate key...

    It's quite strange to have a duplicate key violation on the primary key like this. Did you restore your database recently to an existing mysql catalog? Have you done any manual page insertions into...
  5. Replies
    3
    Views
    260

    It's stored as a user property in the resources...

    It's stored as a user property in the resources table. You'd have to write a little script that sets that property for each user via the API. Unfortunately you can't just run an update query in the...
  6. Replies
    2
    Views
    566

    Rest assured that trusted auth is very much a...

    Rest assured that trusted auth is very much a part of the product. In fact the reason the settings were deprecated is because the API by default now enables the functionality.

    We still need to...
  7. Replies
    2
    Views
    249

    Simply double click a page title to bring up a...

    Simply double click a page title to bring up a title edit pane and click the 'unlink' icon to the right. This will allow you to modify the page title independently from the page URI segment.
  8. Replies
    2
    Views
    308

    There are two approaches we've used to solve...

    There are two approaches we've used to solve this: Either use an apikey when communicating to the API or pass the users permissions through.

    For C# extensions you can get the apikey by doing:

    ...
  9. Unfortunately, user logins aren't currently...

    Unfortunately, user logins aren't currently tracked in the db. You could write a web service that will receive via http an xml document that describes the MindTouch login events as they happen. This...
  10. Replies
    2
    Views
    502

    This does seem like a bug in the dn parsing of...

    This does seem like a bug in the dn parsing of either the username or groupnames. Does this only happen for users that have group membership? Can you narrow the problem down to users that are part of...
  11. Try watching fiddler as you click the pages in...

    Try watching fiddler as you click the pages in navigation to see if the requests are going out at all. And like crb mentioned, look for javascript errors. We use chrome quite a bit for testing and I...
  12. Thread: 500 error

    by MaxM
    Replies
    6
    Views
    437

    dekiwiki:/var/www/dekiwiki/maintenance# php...

    dekiwiki:/var/www/dekiwiki/maintenance# php update-db.php
    Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />
    Lost connection to MySQL server...
  13. Thread: 500 error

    by MaxM
    Replies
    6
    Views
    437

    It appears that one or more of the db schema...

    It appears that one or more of the db schema upgrade scripts that should have run with the updateWiki.sh didn't. You can safely rerun the db upgrade portion of the script by running



    php...
  14. christoph, can you check the API log again to...

    christoph,
    can you check the API log again to see if there are any more details on this error next to the warning
    . This should come with more exception details that should help in troubleshooting....
  15. Replies
    6
    Views
    342

    As Steve said, please file a bug for this if...

    As Steve said, please file a bug for this if there isn't one already and attach your sample images with before and after copies.

    Thanks!
  16. You're not running into this issue are you? ...

    You're not running into this issue are you?

    http://forums.developer.mindtouch.com/showthread.php?t=7113
  17. sounds like an encoding bug. What are your LDAP...

    sounds like an encoding bug. What are your LDAP service settings? Renaming a group may not change the underlying sAMAccountName of it which is what may be getting referenced. Use ADExplorer to look...
  18. Replies
    16
    Views
    887

    Yep thats where the confusion is.. Is your...

    Yep thats where the confusion is.. Is your original password the string "password"? if it is, I can see how it works.

    The api feature is


    PUT:users/{userid}/password

    Note that it has a path...
  19. Replies
    16
    Views
    887

    Vyju, The error you're getting is not coming...

    Vyju,
    The error you're getting is not coming back from the change password API feature. It's possibly not even from Dream which may point to a environment configuration problem. I would suggest...
  20. Replies
    22
    Views
    1,295

    Feel free to forward or send me the info as well...

    Feel free to forward or send me the info as well and I can take a look
  21. Replies
    9
    Views
    1,001

    Unfortunately, getting a list of property names...

    Unfortunately, getting a list of property names that match a query isn't currently possible with the way properties are indexed in Lucene. Search results are always the documents (page or in the...
  22. Replies
    9
    Views
    1,001

    Property search discussion

    Just posted on the blog about it and would appreciate your feedback on this 9.12 feature.

    Learn about it here and share your thoughts!
    ...
  23. Replies
    25
    Views
    876

    What guerrics and melder described should work.....

    What guerrics and melder described should work.. melder, can you put together a curl-only solution that uses an apikey to change someones role? That'd probably be the simplest solution.
  24. Saw your tweet and gave it a shot. Google openid...

    Saw your tweet and gave it a shot. Google openid auth works perfectly.. Signed in with just 2 clicks. Love it!

    I tried flickr and yahoo though and didn't have as much success. With a fresh...
  25. Replies
    1
    Views
    177

    Perhaps it'a s dns resolution lag..have you tried...

    Perhaps it'a s dns resolution lag..have you tried accessing the site by IP? Are all pages slow to load? Try enabling api profiling by setting $wgProfileApi = true in localsettings.php then view...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4