I just noticed Google Chrome detects the http/https problem and generates this message.
Type: Posts; User: race1d
I just noticed Google Chrome detects the http/https problem and generates this message.
I've done that a while ago (see here for the result). That clearly shows that it tries to access a page on http, which does not exist because everything is https.
@SteveB: If it is helpful I could give you temporary access to the site which generates the error
I haven't been checking back here lately ....
As I added in the bugtracker it is still an issue. I am glad to see that you are looking into it.
Does anyone have thoughts on this that might help me solve the problem?
Tnx
Race1d
It took a little longer than I hoped, but we've managed to upgrade to 10.0.1. This doesn't solve the issue though :-(
@SteveB: did you manage to find anything that might cause this problem?
...
There's a link to the error message in the first post (by Gouwzee). I have also uploaded a screenshot of the firebug output at the bug page. Is this what you were looking for?
Race1d
My problem lies in the fact that my site is protected by https. We're using the exact same templates on a site that's a 'normal' http site and that works just fine.
Race1d
I have the same problem working with an https site when using the Integrated bug tracker application. I'm using MindTouch Core v.9.02.2 and have tried to find out what happens using Firebug. I agree...
Hi all,
I am trying to do something apparently very simple: using google.searchnews to search for news with a dynamic search term (i.e. the title of the page's parent). This works fine as long as...
Ah, that helps! How could I forget ... At first my code removed the text "Edit page" altogether, but I now have the solution:
<script type="text/javascript">"
function doLoadEditor() { }
...
I have used the above code, but when I accidentally did click the greyed out "edit" button I discovered that the button is not actually disabled. It just looks that way.
I think this might be...
Ok, that at least tells me I didn't do anything wrong!
I'll post a comment there as well.
Thanks!
I was afraid so...
Thanks for trying though! :)
I have attached the following files:
- NewCustomerTemplate
- SubpageContact (one of the five subpages)
I created the subpages by navigating to the template page and creating a "new page"...
I am using the following code:
{{ wiki.create{ label: "new customer", template: "NewCustomer", title:"<Your company name>",path:page.path.."/Customers" } }}
My template looks like this:
#...
Hi,
I have created a multipage template, which I use with a wiki.create button. I really like the fact that I can create a set of pages all at once, but for some reason my new page contains a list...
To close this subject: I have found three working solutions for what I tried to achieve:
Using JEM with ctor commands
Using page arguments (this is not my own solution, but I can post the code...
Thanks for posting this!
When I read the thread you are referring to I also thought it would be a nice functionality to use. I didn't get around to trying it yet, but you have now made my life a...
I've also noticed that the wiki.edit does not work without supplying arguments (see the wiki page).
It is the command {{wiki.edit()}} that does not work for me. It does work when using {{...
I am trying to create a table into which content from subpages is dynamically loaded when clicking on a link (in the same table cell). After some attempts using Ajax GET requests I have found a...
Thanks again! I found out that there was a problem in the api link.
Continuing with the puzzle ...
Thanks for your advice, but unfortunately this doesn't seem to help. I'm running 9.02.2.
Some things I am having doubts about:
Did I place the script block where it is supposed to go?
Is the...
I have been trying to solve this puzzle, but I must be doing something wrong. I have now created the following code:
<input type="hidden" id="path" name="path"...
I don't think all of the above is necessarily true. You can add jQuery without using source mode. Just add the code within a Dekiscript style block. Examples can be found everywhere, check here for...