Contribute rewriting paths, adding lots of ../

A couple of my users seem to have found a new bug. For no
apparent reason, when adding a link to a document on the page,
instead of adding the correct relative path "documents/mydoc.doc",
it writes the path relatively going all the way up to the root and
all the way down again,
"../../../../../11k/dallas/ts/training/communiques/2007/documents/mydoc.doc".
Any ideas what could cause this?

Have the same problem using Contribute CS 4 Release 5 on OS X 10.7.
This makes Contribute absolute useless ...
Any ideas how to figure out the cause or how to fix the problem?

Similar Messages

  • Contribute rewriting urls with "|" in them

    We have the following code in a template:
    <a href="*|UNSUB|*">Unsubscribe From This
    List</a>
    And upon publish, Contribute rewrites it to either:
    <a href=*/UNSUB/*">Unsubscribe From This List</a>
    ...switching "|" for "/" if it's not in an editable area, or
    it rewrites it to:
    <a href="*%7CUNSUB%7C*">Unsubscribe From This
    List</a>
    ...if it is in an editable area
    Is there any way to prevent this?

    Have you tried using a SSI (f.i. PHP: <?php
    include("file.inc.php"); ?> )

  • Assign Macro - has a path added

    Pic 1
    Normaly is has file name and the macro name. But office 64bit added this without question !
    Some times the time is added too ?
    Pic 2
    I wrote a little program that erases the orional buttons, places new 1's and adds the macro....
    The string I write to the macro is OK, but if I look what is there, the path is added again !
    Thanks Bill.
    Now give me the solution..
    And i'm not alowed to send you pictures, so good luck.
    Please...

    Pic 1 + 2
    If you right-click on a button (form control) in the Excel sheet you can go to the assign macro dialog and there is something like this :
    'FileName.xlsm'!MacroName
    If you insert this string with VBA the path of the file is added !
    So just add the macroname if the FileName is the active file.
    .OnAction = "MacroName"
    But that does not explain why when going from office 32 bit to 64 bit all the buttons get a path added.
    Unexpected feature ?
    And the next.
    During the changing of 500 excel files, changing the macro back to what it was, got this one :
    Run-time error '-2147417848 (80010108)':
    Automation error
    The object invoked has disconnected from its clients.
    At random files, this dialog appeared. But a delay got rid of it.
    If Application.Wait(Now + TimeValue("0:00:02")) Then
    End If
    You can only CTRL-V in a code window ! Nice ?

  • Dreamweaver rewrites path in CSS File

    hi
    we are using 2 DW cs4 versions here over the network. When the css file is edited on the second machine it rewrites the path to the images
    from  ../images/content_top.jpg  to
    url(file://///peter_main/wwwroot/netelo/images/content_top.jpg
    and so on in the css file.
    the file can than not be saved on the machine its edited on because the css file contains invalid characters ???
    anyone has seen this and has a fix ?
    Thanks

    dragsternj wrote:
    hi
    we are using 2 DW cs4 versions here over the network.
    When you say this, do you mean that you are both working on the same local site, which is actually on a remote, shared network drive?
    from  ../images/content_top.jpg  to
    url(file://///peter_main/wwwroot/netelo/images/content_top.jpg
    This is typically what happens when DW thinks that you are either saving the current file outside of the local root folder, or when you are linking to a file that is outside of the local root folder.  What does the site definition for this site look like from each of the two computers (with regard to the path to the local root folder)?  And is that a space between "peter" and "main"?
    the file can than not be saved on the machine its edited on because the css file contains invalid characters ???
    anyone has seen this and has a fix ?
    Huh?  This is an error you are getting from DW?  We'd need to see the file.  Can you post a link to the page, please.

  • Dreamweaver templates rewriting paths incorrectly

    I have an odd problem running DW8 on a Mac. We use templates
    extensively and our template manages our "printer friendly" version
    of the page by removing page elements when the user clicks on the
    link.
    Ok, so here's my problem. When I tell DW8 to "Update from
    template" if that printer-friendly code is active, DW8 rewrites the
    path.
    Example of our code:
    <div class="pfv">
    <!--#if expr="$QUERY_STRING != /^printpage/" -->
    <a href="?printpage">Printer-friendly
    version</a>
    <!--#endif -->
    </div>
    When this feature is turned on by the template and I update
    the page from the template, the code gets re-written like this:
    <div class="pfv">
    <!--#if expr="$QUERY_STRING != /^printpage/" -->
    <a href="../Templates/?printpage">Printer-friendly
    version</a>
    <!--#endif -->
    </div>
    This effectively generates a bad URL causing a 404. Now, this
    link to the printer friendly version of the page is in a locked
    part of the page so I cannot change it in Dreamweaver once it has
    been corrupted. I can only undo updating from the template or use a
    text editor to correct it.
    Does anyone have an idea how to correct this or prevent DW
    from rewriting the path in the locked code?
    Anyone have a clue on this one?
    Thanks!
    -Adam

    Ok folks, I found the solution. I had the 8.01 update
    installed but not 8.02. I Installed the 8.02 update and went to
    "Manage Sites" and (advanced mode) selected the new "Templates"
    tab. With the checkbox enabled for "Don't rewrite document relative
    paths" DW8 no behaves correctly.
    Woohoo!

  • On Hand QTY help with adding Lot and Expiration Date

    I need assistance with including the Lot Number and Expiration Date to the query below, can someone please help me with this.
    select mp.organization_code org_code
    , msi.segment1 item_code
    ,msi.description
    ,SUM (mmt.transaction_quantity) quantity
    ,mmt.subinventory_code
    ,msi.primary_uom_code  UOM
    from mtl_system_items_b msi
    , mtl_material_transactions mmt
    , mtl_parameters mp
    where msi.inventory_item_id = mmt.inventory_item_id
    and msi.organization_id = mmt.organization_id
    and mp.organization_id = mmt.organization_id
    and mp.organization_id = msi.organization_id
    and msi.organization_id = XX
    and mmt.subinventory_code = 'XXXX'
    group by msi.segment1
    ,msi.description
    ,mmt.subinventory_code
    ,msi.primary_uom_code
    ,mp.organization_code
    having SUM (mmt.transaction_quantity) >= 0
    order by 2;

    GKaiseril,
    Yes,
    I'm aware of JS API Reference disclaimer on page 277. I am executing it from folder level script. The script hasn't changed in 2 years and worked fine in Adobe versions 7.0 through 9.3.2. It stopped working when Adobe released version 9.3.3.
    I can make the script do nothing but
    this.closeDoc(true);
    so that there is no reference to the document after it closes. I still get a fatal error:
    Expected a dict Object
    Followed by Microsoft Error report
    Followed by:
    Runtime error!
    Program: C:\Program Files\Adobe\Reader9.0\Reader\Acrord32.exe
    R6025
    -pure virtual function call
    Then Reader closes.
    All our users have rolled back to Reader 9.3.2 and the problem went away.
    I don't believe it is related to the location of the method ...rather something Adobe changed between version 9.3.2 and 9.3.3.
    Cheers!
    Doug

  • Adding lots and lots of swatches

    I have a out 30 swatch libraries (.ase) I need to load into an Illustrator document.
    Is there a way to load a bunch at once?
    Or is there anything easier than going Swatches Dropdown>Open Swatch Library>Other Library>Browsing>and then dragging it into the swatch pallete (seriously, 5 steps???)?

    I have a out 30 swatch libraries (.ase) I need to load into an Illustrator document.
    Is there a way to load a bunch at once?
    Or is there anything easier than going Swatches Dropdown>Open Swatch Library>Other Library>Browsing>and then dragging it into the swatch pallete (seriously, 5 steps???)?

  • When adding lots of songs, it does not add, have to do it bit by bit

    My itunes recently cleared. I went to my folder with all my music which is alot. When I just selected all the songs and clicked ok to add it, they did not show up, nothing happened.
    I have to add 5 songs at a time for it to add or else the songs simply will not add.
    What doI do?

    Hi,
    According to my understanding, the switch /MIR is equivalent to /e + /purge which includes the empty directories. While you configure the parameter /R:0 that specifies the number of retries on failed copies to 0, the /MIR switch will create an empty folder so as to indicates that the copy process is completed including the empty directory. Thus I recommend you to configure the parameter /R:0 to /R:1 and see how it works.
    If I misunderstood, please feel free to let me know. Thanks.
    For references:
    Robocopy
    Best Regards
    Dale

  • [svn] 4313: adding new option to asdoc task.

    Revision: 4313<br />Author:   [email protected]<br />Date:     2008-12-15 14:29:00 -0800 (Mon, 15 Dec 2008)<br /><br />Log Message:<br />-----------<br />adding new option to <asdoc> task.<br /><br />QE Notes: None<br />Doc Notes: None <br />tests: checkintests<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java

    Hi Rupesh
    Even for me if I modify my Payload, the data controls do NOT get refreshed even if I refersh the way it was suggested in previous post. The only way is to manually add the new attribute details in the xml binding object. Since you already had previous payload, go to the corresponding page definition. You should see all the bindings already there. Just manualy add the new one.
    NOW, if you really added lots of variables, then what we do is, for that Task, we regenerate a new TaskForm from auto wizard in a Brand new Project like TempDelProject. This project will have all the bindings created based on the latest payload. Then copy the bindings from this file to your old projects bindings file. There are couple of other files also, that should be updated with the new variables. This worked for us when we add more variables to the payload.
    Thanks
    Ravi Jegga

  • What is Best Practice for Adding Thousands of Tasks to CloudJob?

    I am looking for some guidance on adding lots of tasks to a CloudJob.
    I have thousands of tasks to add to a job, and several parent tasks running across multiple TVMs are participating in adding the new tasks to the job. However, I can reproduce my problem with a single task that tries to add new tasks to the job with
    a max degree of parallelism of 15.
    In each thread, I call IBatchClient.OpenWorkItemManager, then IWorkItemManager.GetJobAsync, then ICloudJob.AddTaskAsync, followed by ICloudJob.CommitAsync in order to add a new task. I will occasionally get a "Server encountered an internal error. Please
    try again after some time." exception. After I delay, and then retry the entire series of operations again (from OpenWorkItemManager all the way to ICloudJob.CommitAsync), I receive the "A task instance can only be added to a single job." exception.
    Since I am receiving these exceptions frequently, I am hoping that there is a better way to add a lot of tasks to the job. I see a way to add multiple tasks to a work item, but I don't know what the tasks will be ahead of time. I have to wait until I am
    well into processing the job before I know what new tasks need to be added to the job.

    Am I correct in assuming you're doing something like this?
    Parallel.For(0, 100, new ParallelOptions() { MaxDegreeOfParallelism = 15}, async (idx) =>
    IWorkItemManager manager = batchClient.OpenWorkItemManager();
    ICloudJob job = await manager.GetJobAsync("wiName", "jobName");
    await job.AddTaskAsync(new CloudTask("foo", "cmdline"));
    You are doing some extra exception handling and stuff too as well I assume.
    There are a few improvements you can/should make that ought to make your life easier.
    First, the GetJobAsync() call actually does a round trip to the server -- you can avoid doing this for every task you add and reduce your round trips by half:
    IWorkItemManager manager = batchClient.OpenWorkItemManager();
    ICloudJob job = manager.GetJob("wiName", "jobName");
    //Foo("Test", "Abc", "test");
    Parallel.For(0, 100, new ParallelOptions() { MaxDegreeOfParallelism = 15}, async (idx) =>
    await job.AddTaskAsync(new CloudTask("foo", "cmdline"));
    Even more than that, we provide a helper method which has this functionality and performs bulk adds behind the scenes, which will reduce your round trips by about a factor of 50-100.
    IWorkItemManager manager = batchClient.OpenWorkItemManager();
    List<ICloudTask> tasksToAdd = new List<ICloudTask>(); //Popualte this with your tasks
    await manager.AddTaskAsync("wiName", "jobName", tasksToAdd, new BatchClientParallelOptions() { MaxDegreeOfParallelism = 15 });
    Additionally, we have a way where you can configure a "retry policy" without having to manually do it yourself on every call.  It's pretty handy, you can set it on the BatchClient itself, or on an individual call, below you can see I set it
    on both (just to show you - in a real application usually you would just set it on the batchClient and be done with it -- it would then apply to all operations done by the batch client):
    IBatchClient batchClient = BatchClient.Connect("", new BatchCredentials());
    IRetryPolicy retryPolicy = new LinearRetry(TimeSpan.FromSeconds(5), 6);
    batchClient.CustomBehaviors.Add(new SetRetryPolicy(retryPolicy));
    IWorkItemManager manager = batchClient.OpenWorkItemManager();
    List<ICloudTask> tasksToAdd = new List<ICloudTask>(); //Popualte this with your tasks
    await manager.AddTaskAsync(
    "wiName",
    "jobName",
    tasksToAdd,
    new BatchClientParallelOptions() { MaxDegreeOfParallelism = 15 },
    additionalBehaviors: new List<BatchClientBehavior>() { new SetRetryPolicy(retryPolicy) });
    Also a clarification -- you cannot ever add tasks to a work item.  The method for add tasks happens to live on the "WorkItemManager" which a bit confusingly also manages job related stuff as well (since job is a child of work item). 
    Whenever you are adding tasks, you are always adding tasks to a job, so the "workItemManager" methods related to adding tasks all take job name as a parameter.
    Another issue you may be hitting has to do with .NETs service point manager... see:
    https://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.defaultconnectionlimit%28v=vs.110%29.aspx
    You may want to set this property to be something larger than the default of 2.
    Now, it's possible after making the changes I suggested you still experience some issues -- give these changes a try and if you're still having issues come back and let us know what they are and we can help you improve the submission code further.
    You can also see the sample code for TextSearch which demonstates this in the JobManager task.
    https://code.msdn.microsoft.com/windowsazure/Azure-Batch-Sample-Text-87d08017/sourcecode?fileId=129811&pathId=1120079659
    Hope that helps,
    -Matt

  • Flash Builder 4.7 becomes unresponsive when trying to add 5-6 source folder under Flex build Path

    Hi,
    I am facing issue with Flash Builder 4.7.
    Whenever I am trying to open any mxml or .as file after project setup, flash Builder 4.7 becomes unresponsive without showing any error message or popup.
    At the initial project setup, I am able to open file but when I try adding 5-6 source folder under Flex build path->source path, it’s become unresponsive.
    Everything works fine in Flash builder 4.6, but I have license key only for flash builder 4.7 and want to use Flash Builder 4.7.
    Please help me to solve this issue.

    Fixed: In Project prefs: Flex Build path: added the similar swc folder called "local" from FB 4.6 eclipse/plugins directory and removed the 4.7 one.
    For some reason the 4.7  eclipse/plugins/com.adobe.flexbuilder.project_4.7.0.345990/dcradS wcs/4.5/locale folder has localisation folders in it and not swc's like in FB 4.6..

  • Added many items to my iTunes wish list last night but today it is empty?

    Hi,
    I added lots of items to my iTunes wish list using my AppleTV last night but today when I went to check my wish list using iTunes on my desktop it is empty - does anyone know any reason why this might happen?

    The older version of iTunes does not read the wish list from AppleTV, 11.1.4 finally supports wish list.  I'm trying now to find out if here if I have to upgrade my firmware for iTunes to see it.
    https://discussions.apple.com/message/24607948#24607948
    I've noted before when I updated the firmware the wish list was vanquished from the AppleTV.

  • File extension _000 is being added

    I believe this is part of the rollback option which we are
    not using.
    We tried the Rollback option at one time and it became
    confusing for the users as well as for those of us who administer
    Contribute 3 because it was adding so many extra files which was
    contributing to broken links. We do not need the Rollback option
    because our users are only allowed access to development and
    everything is backed up daily. Therefore, we disabled the rollback
    option.
    Even though Rollback has been disabled, the _000 file
    extension is still being added to graphics and PDF files. How can
    we stop Contribute 3 from adding this _000 file extension? It is
    still causing a problem with broken links because the files moved
    into production do not have the _000 file extension.

    By Default any user role created - ex: Publisher, Writer
    etc.. will not have a permission called "Allow users to delete the
    files they have permission to edit"...
    Edit->Administer Website->Select the role->Edit role
    settings->File Folder Access, Check the check box... All users
    to delete the file they have permission to edit...
    When you give this permission, and if the user in that role
    tries to publish a file then he will be prompted with a dialog -
    "Do you want to overwrite this file? or create a similar file name
    i.e., _000"...
    But by default this checkbox is unchecked so, people will
    have by default _000 created....
    hope this helps...
    -Arun

  • The project was not built since its build path is incomplete

    Hi, Recently I port my project fro bea 8.1 to 10.2 & I am ubale to find following packages... workspace studio alos not able to find teh librraies contabing those files.
    The project was not built since its build path is incomplete. Cannot find the class file for weblogic.management.ManagementException. Fix the build path then try building this project
    The project was not built since its build path is incomplete. Cannot find the class file for weblogic.security.service.ResourceBase. Fix the build path then try building this project
    com.bea.p13n.mbeans.MailServiceMBean
    -KASH

    It seems this occurs since the required jar files for building the files is not available in the IDE build path.
    The build classpath is the path which is used to find classes that are referenced by your source code. During compilation, this path is used to search for classes outside of your project. As you know th build classpath can be specified for each project. In the project properties, it is referred to as the "Java Build Path Adding a JAR file to the build path : You can add a JAR file stored either in the workbench or anywhere in your file system to the build class path. To add a JAR to your build class path follow these steps: 1>>Select the project, and from its pop-up menu, select Properties. In the Properties dialog,select the Java Build Path page. 2>>Click the Libraries tab. You can now either add a JAR file which is contained in your workspace or which is somewhere else: to add a JAR file which is inside your workspace click the Add JARs button to add an external JAR file click the Add External JARs button.

  • Formatting code with lots of spaces

    Every now and then (but very rarely gladly) dreamweaver is formatting my code and adding LOTS of spaces. 1 extra space between each line of code and sometimes more lines it seems.
    I can use Apply Source formatting to get the CSS code fine but for the rest i dont know. Is there a way to prevent this from happening? or/and cleaning it up?

    if ($(window).width() < 600) {
        var divs = $("div#asd> div.asd");
        for(var i = 0; i < divs.length; i+=1) {
          divs.slice(i, i+1).wrapAll("<div class='asdd'></div>");
    if ($(window).width() < 300) {
        var divs = $("div#asd> div.asd");
        for(var i = 0; i < divs.length; i+=1) {
          divs.slice(i, i+1).wrapAll("<div class='asddd'></div>");
    $('a.asdddd').click(function() {
              $(this).addClass('visited');
    $('.toggleContent').click(function() {
              $('.content').fadeToggle("slow", "linear");
              $("a.newslink").attr('title', '');

Maybe you are looking for

  • I cant activate my iphone 3gs after upgrade to 5.1.1

    i cant activate my iphone 3gs after upgrade to 5.1.1

  • Real tough data retrieval - assistance needed

    Late 2011 Macbook Pro with 500GB hard drive Lion 10.7 One morning out of absolutely nowhere I get this grey screen with a flashing question mark folder. I take it to the geniuses at the Apple store and they tell me my hard drive has failed (no explan

  • AC Adapter for T430 -- which FRU to choose

    I just purchased an extra adapater for my T430, as well as a docking station.  I used the wizard on the site to select the ac adapater, but noticed that the FRU/Part Number differs from the one that came with the laptop.  All three adapaters (the one

  • HR Renewal 1.0 Installation problem

    Hi, Our basis guy recently installed HR Renewal 1.0 on our system using the Administrator's Guide. We are able to load up the landing page but got an error that the SAPUI5 library was missing. We noticed that it was located somewhere else then in the

  • Help, Can't Install Oracle8i

    Very Strange why couldn't the Universal installer couldn't even run, the Jrew exe Process start and in a second exists without any error logs, this is a machine without any Oracle installations before the OS is Win 2000 Advanced Server SP2 Please Hel