tag PT. Core.html generating an error

Hello

I have a custom header portlet (WCI 10.3.0.1.) that generates an error in ptspy. The error does not cause a problem in the application and is ignored. He however entered into portalserver - log.spy by the service of the recorder. As this happens whenever a user presses on a page then the diary became massive over time and we must keep stopping the service and delete the file. We can handle this by the presence of the log files more small crash etc. (can't really configure ptLogger.xml to ignore the errors we want mistakes Records) but ideally I would like to correct the code, so it doesn't because it can't be great for performance in all cases.

The code is to post a link to admin if the administrator user id:

< pt:core.comm tent > <!-get the link of the Administration; If we do not have access to the admin page, the variable does not exist-> < /pt:core.comment >
< pt:ptdata.administrationdata pt:id = "adminLink" / >
< pt:logic.existexpr pt: data = "adminLink" pt:key = "canAccessAdmin" / >
< pt:logic.if pt:expr = "$canAccessAdmin" >
< pt:logic.iftrue >
< pt:core.comment > <!-there should only be 1-> < /pt:core.comment >
< pt:logic.foreach pt: data = "adminLink" pt:var = "link" >
< pt:core.html pt:tag = "a" href = "$link.url" > < pt:logic.value pt: value = "$link.title" / > < /pt:core.html >
< td align = "left" valign = "middle" nowrap = "nowrap" colspan = "1" class = "haTopBarText" > | < table >
< /pt:logic.foreach >
< /pt:logic.iftrue >
< /pt:logic.if >

The error is:

"Cannot find onclick variable to use in replacement of value attribute in the html tag.

The tag documentation, there is no element onclick so I don't know what is the cause of the error and the admin is a link generated works very well.

Spy output below:

13 the portal. HAWBBPPRT521.xeasacj 05/25/2010 13:46:00.880 Portal_Tags .NET #1 com.plumtree.portaluiinfrastructure.tags.helper.TagHelper error cannot find onclick variable to use in replacement of value attribute in the html tag
Portal 14. HAWBBPPRT521.xeasacj 05/25/2010 13:46:00.880 Portal_Tags .NET #1 com.plumtree.portaluiinfrastructure.tags.helper.TagHelper Ignoring error has no transformation for the html tag attribute and the attribute onclick.
com.plumtree.openfoundation.util.XPIllegalArgumentException: cannot perform the replacement of value attribute $onclick attribute.
com.plumtree.openfoundation.util.XPIllegalArgumentException: cannot perform the replacement of value attribute $onclick attribute.
at com.plumtree.portaluiinfrastructure.tags.helper.TagHelper.ProcessAttribute (String _strAttribute) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\helper\TagHelper.cs:line 772
to com.plumtree.portaluiinfrastructure.tags.helper.TagHelper.ProcessAllXMLAttributes () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\helper\TagHelper.cs:line 693
to com.plumtree.portaluiinfrastructure.tags.helper.TagHelper.GetXMLAttributeNames () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\helper\TagHelper.cs:line 575
to com.plumtree.portaluiinfrastructure.tags.ATag.GetXMLTagAttributeNames () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\ATag.cs:line 1069
to com.plumtree.taglib.core.HTMLTag.GetXMLAttributes () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\taglibCore\dotnet\prod\src\com\plumtree\taglib\core\HTMLTag.cs:line 83
to com.plumtree.taglib.core.HTMLTag.DisplayTag () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\taglibCore\dotnet\prod\src\com\plumtree\taglib\core\HTMLTag.cs:line 45
to com.plumtree.portaluiinfrastructure.tags.helper.TagHelper.DisplayTag () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\helper\TagHelper.cs:line 986
at com.plumtree.portaluiinfrastructure.tags.displaytree.TagDisplayElement.Display (TagVisitor _tagVisitor) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\displaytree\TagDisplayElement.cs:line 114
at com.plumtree.portaluiinfrastructure.tags.displaytree.CompositeDisplayElement.Display (TagVisitor _tagVisitor) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\displaytree\CompositeDisplayElement.cs:line 61
to com.plumtree.portaluiinfrastructure.tags.helper.TagHelper.ProcessTagBody () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\helper\TagHelper.cs:line 111
to com.plumtree.portaluiinfrastructure.tags.ATag.ProcessTagBody () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\ATag.cs:line 385
to com.plumtree.taglib.ptui.SearchFormTag.DisplayTag () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\taglibPTUI\dotnet\prod\src\com\plumtree\taglib\ptui\SearchFormTag.cs:line 134
to com.plumtree.portaluiinfrastructure.tags.helper.TagHelper.DisplayTag () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\helper\TagHelper.cs:line 986
at com.plumtree.portaluiinfrastructure.tags.displaytree.TagDisplayElement.Display (TagVisitor _tagVisitor) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\displaytree\TagDisplayElement.cs:line 114
at com.plumtree.portaluiinfrastructure.tags.displaytree.CompositeDisplayElement.Display (TagVisitor _tagVisitor) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\displaytree\CompositeDisplayElement.cs:line 61
at com.plumtree.portaluiinfrastructure.tags.displaytree.DisplayTree.ExecuteTags (IDisplayElement tagTree, AActivitySpace aSpace) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\displaytree\DisplayTree.cs:line 185
at com.plumtree.portaluiinfrastructure.tags.displaytree.DisplayTree.ProcessTagMarkup (AActivitySpace aSpace, Object [] [] objArrMarkup) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portaluiinfrastructure\dotnet\prod\src\com\plumtree\portaluiinfrastructure\tags\displaytree\DisplayTree.cs:line 33
at com.plumtree.portalpages.browsing.gateway.GatewayUtils.AddMarkupToElement (AActivitySpace asOwner, Object [] [] objArrMarkup) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\gateway\GatewayUtils.cs:line 167
at com.plumtree.portalpages.browsing.myportal.MyPortalModel.MyPortalModelTempData.InitializePortletContent (MyPortalModel _topSpeed, Int32 [] nPortletIds) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\myportal\MyPortalModel.cs:line 1988
to com.plumtree.portalpages.browsing.myportal.MyPortalModel.InitializePortletContent () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\myportal\MyPortalModel.cs:line 1508
to com.plumtree.portalpages.common.uiparts.NavigationModel.InitializePortletContent () in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\common\uiparts\NavigationModel.cs:line 911
at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display (IWebData pageData) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portalpages\dotnet\prod\src\com\plumtree\portalpages\common\uiparts\PlumtreeDP.cs:line 107
at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage (myRedirect, RequestData tempData redirect) in 1909 e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastructure\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line
at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest (IXPRequest ask, answer IXPResponse, ISessionManager session, IApplication application) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastructure\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 600
at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService (IXPRequest ask, answer IXPResponse, ISessionManager session, IApplication application) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\uiinfrastructure\dotnet\prod\src\com\plumtree\uiinfrastructure\interpreter\Interpreter.cs:line 200
to com.plumtree.uiinfrastructure.web.XPPage.Service (HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) in e:\buildroot\Release\httpmemorymanagement\10.3.0.x\dotNET\src\com\plumtree\uiinfrastructure\web\XPPage.cs:line 78
at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest (HttpContext context) in e:\buildroot\Release\portalui\10.3.0.x\ptwebui\portal\dotnet\prod\src\web\PlumHandler.cs:line 36
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute)
at System.Web.HttpApplication.ExecuteStep (IExecutionStep step, Boolean & completedSynchronously)
at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps (Exception error)
at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest (HttpContext context, AsyncCallback cb, Object extraData)
at System.Web.HttpRuntime.ProcessRequestInternal (HttpWorkerRequest wr)
to System.Web.HttpRuntime.ProcessRequestNoDemand (HttpWorkerRequest wr)
to System.Web.Hosting.ISAPIRuntime.ProcessRequest (ecb As IntPtr, Int32 iWRType)

I'd be happy to spend some tried and tested admin link display code as an alternative to fixing what I use so if anyone has an alternative solution so please let me know.

Thank you very much
Chris

Edited by: user10594442 may 25, 2010 06:45

I think that Yes, its been a while that. have you tried it?

I was going to say, you don't need to use the tag code.html because you can just use a regular anchor tag and use pt:logic.value to fill the good bits

Tags: Fusion Middleware

Similar Questions

  • HTML Web application error

    If you go to here- http://www.phillylite.com/message-board.html

    It has an error with some of you code here, but when my friend watched the actual code of modules, said, he was fine.

    I couldn't get the CSS to work on the global site CSS so I put it here

    This is the module code now-

    <! DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 / / BY" > ".

    < html >

    < head >

    < style type = "text/css" >

    {.boat-list

    margin: 0 0 10px;

    overflow: hidden;

    Width: 798px;

    }

    {.boat - list.boat - backup}

    Width: 389px;

    }

    . Boat-list h2 {}

    Background: #333;

    color: #b84155;

    do-family: Georgia, "Times New Roman", Times, serif;

    font-size: 30px;

    padding: 10px 10px 10px 0;

    }

    . Boat-list h2.boat - title {}

    color: #3065 cd;

    }

    {.boat-details

    border-bottom: 1px solid #333;

    height: 192px;

    overflow: hidden;

    }

    . Boat-img {}

    float: left;

    Width: 389px;

    }

    {.boat-desc

    float: right;

    padding: 5px 20px;

    Width: 369px;

    }

    a.sociallite:link {color: #cc3333; text-decoration: none ;}}

    a.sociallite:visited {color: #cc3333;}  text-decoration: none ;}

    a.sociallite:hover {color: #cc3333;}  text-decoration: none ;}

    a.sociallite: active {color: #cc3333;}  text-decoration: none ;}

    a.Video:Link {color: #9933ff; text-decoration: none ;}}

    a.Video:visited {color: #9933ff;}  text-decoration: none ;}

    a.Video:hover {color: #9933ff;}  text-decoration: none ;}

    a.Video: active {color: #9933ff;}  text-decoration: none ;}

    a.Nightlite:Link {color: #3366cc; text-decoration: none ;}}

    a.Nightlite:visited {color: #3366cc;}  text-decoration: none ;}

    a.Nightlite:hover {color: #3366cc;}  text-decoration: none ;}

    a.Nightlite: active {color: #3366cc;}  text-decoration: none ;}

    a.streetlite:link {color: #339933; text-decoration: none ;}}

    a.streetlite:visited {color: #339933;}  text-decoration: none ;}

    a.streetlite:hover {color: #339933;}  text-decoration: none ;}

    a.streetlite: active {color: #339933;}  text-decoration: none ;}

    a.ladiesoflite:link: {color: #ff3399; text-decoration: none ;}}

    a.ladiesoflite:visited {color: #ff3399;}  text-decoration: none ;}

    a.ladiesoflite:hover {color: #ff3399;}  text-decoration: none ;}

    a.ladiesoflite: active {color: #ff3399;}  text-decoration: none ;}

    < / style >

    < title > < / title >

    < / head >

    < body >

    < div class = "list of boat" >

    < h2 > < a class = "sociallite" href = "{tag_photoAlbumLink}" > {tag_name_nolink} < /a > < / h2 >

    < div class = "ship-detail" >

    < div class = "boat-img" > < a href = "{tag_photoAlbumLink}" > {tag_photo left_nolink} < /a > < / div >

    < div class = "boat-desc" > {tag_description} < / div >

    < / div >

    < / div >

    < / body >

    < / html >

    This module works before, then I deleted all the posts and added these new.

    But if you use Firebug on my page you will see that his addition of something else. I don't know where its coming from our what to change because there is not global.

    I have only one of the {tag_photoAlbumLink} used and it is in the first element.

    Where is this problem arising, how can I go and fix the code where the error is occurred. My friend said that he recognizes the issue in HTML on the page of the site through Firefox, but there is no global HTML for the site I know and we could not understand what part of the BC was generating this error.

    ALSO

    does anyone know how to turn my HTML code so that instead of the color changing by the class for the {tag_name}, it would change the basis of the post?

    Hey there,

    Do you mean the links?

    Seems you did a custom field that is a text (hyperlink) and then tried to put it in a href of your own link. You can't do that. The custom link field will fully make the HTML for a link

    If you just need to have this tag and not put it in an element around it.

    If you want to train your own html anchor you must use the custom field text and copy and paste the links in there.

    On the destination page main catalyst business forums you can see on the right the links in the quick reference for modules and tags, they show what is availible and what options they have, if any. Really very convenient.

  • How to analyse the core dump generated by the user application

    My user application developed for ESXi 5.5 occasionally generates signal SIGSEGV, causing in turn core dump generated.

    I used this command to enable the generation of core dump in the directory/var/core.

    / sbin/vsish EI configuration/userworld/global/coreDumpEnabled 1

    After dump generated, I tried using esxcfg-dumppart to extract the logs of information, according to this link http://kb.vmware.com/selfservice/microsites/search.do?language=en_US & cmd = displayKC & externalId = 1006796

    But it seems that this tool is intended only to analyze the kernel image.

    / var/core # esxcfg - dumppart - L appdump - zdump.000

    Error running command. Failed to retrieve the log. Cannot find a valid dump VMKernel file. Partition of discharge can be uninitialized.

    Is it possible to analyse the core dump generated by application "userland" in ESXi 5.

    Thank you

    Arun

    Hi arunkrish,

    OK, this tool (esxcfg-dumppart) is exclusively for the extraction of a file readable to vmkerneltext - zdumps.  The recommended method for the guest operating system dumps review is vmss2core which gives you the news crashdump desired in a format readable by the debugger for the OS in question asked.  As I understand it, the * zdump.000, * zdump.001, etc., are questions of trapping in the VM (i.e. rather than the GS) level.

    I think that only VMware support can read these basic gos/vmx dumps that you are trying to review (I hope I'm wrong).  However, you can try your luck opening them in a debugger pro such as IDA Pro (speculation).  They have a free trial version.

  • Cancellation of registration user stored in the shift register event generates the error 1 if Subvi runs intermittently

    Hello

    I'm trying to understand the behavior of the attached excerpt from a larger overall vi functional.

    In a State, I'm generating a user event and in a State later unsubscribe from the event and destroy it.

    Now, if I went through the VI together in one step (i.e., step through events? set to FALSE), the VI runs without generating an error. However, if I run the VI by intermittent and output after each execution of the loop, the vi generates error 1. Why is it so? Please notify. Thank you.

    Peter

    Why are you registration and deregistration of events user, but you have no event structure in your VI who use them?

    When you run events, probaby the event you registered disappears when your VI stops running.  If you were able to keep your VI in the foreground running, then the life of the event would persist.

    The event number still exists in the uninitialized shift register, but it does not say more once your high level VI stops and you get the error 1.

    If it was really a global functional VI, you would terminals connected to the connector table in your VI, you would call this as a Subvi as part of a main VI and life event would persist and you wouldn't mistake 1.

  • How to simplify the code to generate custom error codes and messages

    I designed a vi that generates the error when any data entry is missing, it works correctly, but the problem is that I want to simplify, because it is part of the main program and its block diagram is great to use as such (I tried to use this vi as a Subvi in the main program, but that does not work correctly) so I need help to simplify the code or if there is no other better medium to generate the error message.

    Hello

    As shown in the previous example, to a different question of yours, it is always good to reduce with diagrams of huge block with repeated code.

    When you overwrite functionality even repeated several times, put it in a loop and run it to have recurrences of 4 or 5 of the same code.

    It will be evolving in the future.

    joined the vi changed for you.

    Note: when you want to simplify your program, isolate your code in functions, put each function inside a under vi.

    in your case, you can have the control to an empty string for all channels within a Subvi. build an array of strings and go through the subvi. Control in the sub that VI is that strings are empty.

    an array of Boolean output error. build your error string in another under vi. the wires together.

  • Msinfo32.exe generates an Error Message "cannot collect information.

    Hello

    I am running XP Prof with SP3 and made a scan with the perfect system optimizer and it did remove a lot of files he said were copies and since then, Information System says that it can collect Information, cannot access windows management instrumentation software. Windows Management files may have been moved or missing. I tried to use the administrative tools in the Management Console Microsoft and add snap - in following the instructions from microsoft on their site, but still did not help. Also tried to restore as soon as possible and the recovery of deleted files from the optimizer software. Nothing has helped so far. I am also on a network with my laptop which runs on Windows 7, but the have not enabled since I stupidly paid 39.99 for this software now appeasrs to have screwed up my computer. Restoration did do 1 restore and I tried 5 times and it said could not files to an earlier time which is an another prolbem I've had for a while with system restore doesn't work does not correctly. If anyone can help me I would really appericiate it. Thank you my friends.

    PKBISHOP

    Hi PKBISHOP,
     
    The error message occurs if the Windows Management Instrumentation (WMI) service is not started. This can happen if the service is disabled, if a dependent service is not started, or if a problem is preventing start the WMI service. The system information utility will be able to collect information that the WMI service is started.
     
    To correct this information to resolve this problem, see the link below.
     
  • Print to Adobe PDF format generates the PDF, but also generates an error entry in the print queue

    I am running Windows Vista Ultimate Edition and Adobe Acrobar 8.
    Whenever I print a document in PDF format, the PDF document is generated correctly.
    Unfortunately, it also generates an error entry in the Adobe PDF print queue. At each system restart Windows Live One Care detects errors and ask me to fix.

    Hello Pino Sannicolo,

    Try to check your print to the printer settings. Right-click on the printer, and then click Properties. Click the Advanced tab and then click on "print directly to printer". Dave D
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • ORA-06528: PL/SQL Profiler generator runtime error

    Version 11.2.0.3.  I have installad DBMS_PROFILER:

    SYS AS SYSDBA > @?/rdbms/admin/profload.sql

    SYS AS SYSDBA > @?/rdbms/admin/proftab.sql


    I tried to use dbms_profiler.start_profiler in PLSQL code with user NUFN and discovered that lacked the NUFN user privileges on the objects of the Profiler. So I ran the following grants:

    grant the update, insert and delete on plsql_profiler_units to NUFN;

    grant the update, insert and delete on plsql_profiler_runs to NUFN;

    Grant execute on DBMS_PROFILER to NUFN;

    But still no luck:

    SQL > START

    dbms_profiler.start_profiler ('test1');

    EXECUTE IMMEDIATE 'select max (STATS_UPDATE_TIME), owner of the DBA_TAB_STATS_HISTORY group from owner to owner.

    dbms_profiler.stop_profiler ();

    END;

    /

    BEGIN

    *

    ERROR on line 1:

    ORA-06528: PL/SQL Profiler generator runtime error

    ORA-06512: at "SYS." DBMS_PROFILER", line 123

    ORA-06512: at "SYS." DBMS_PROFILER", line 132

    ORA-06512: at line 2

    I can't find what is missing from my user NUFN for her to be able to run DBMS_PROFILER.  Help, please!

    Thanks Bella, I had not run @?/rdbms/admin/proftab.sql as my user NUFN but as sys.  But you know what?  Even after execution of @?/rdbms/admin/proftab.sql as NUFN, the problem persisted!

    So I traced my session, read the trace file and found nothing wrong (but I have no experience in finding fault with the workings of dbms_profiler).  But I found the SQL code executed by the dbms_profiler.start_profiler command, which is:

    PARSING IN CURSOR #4574691968 len = 155 dep = 2 uid = 155 oct 2 lid = 155 = tim = hv 530047132716 = ad 3718124591 = "7000000946da848" sqlid = "akx2pxvftw51g."

    INSERT INTO PLSQL_PROFILER_RUNS (RUNID, RUN_DATE, RELATED_RUN, RUN_OWNER) VALUES (PLSQL_PROFILER_RUNNUMBER. NEXTVAL,: B1,: B2, USER) RETURN RUNID IN: O0

    END OF STMT

    ANALYSIS #4574691968:c = 315, e = 844, p = 0, cr = 0, cu = 0, put = 1, r = 0, dep = 2, og = 1, plh = 0, tim = 530047132715

    I tried manually the same HOME, and bingo, I discovered the cause of my problem:

    INSERT INTO PLSQL_PROFILER_RUNS (RUNID, RUN_DATE, RELATED_RUN, RUN_OWNER) VALUES (PLSQL_PROFILER_RUNNUMBER. NEXTVAL, sysdate, 'manually', 'ME');

    ORA-01950: no privileges on tablespace execution times

    After performing ALTER USER NUFN QUOTA UNLIMITED ON STATES; the problem has been resolved.

    Conclusion: after DBMS_PROFILER installation for a user, make sure that the user can write in objects DBMS_PROFILER (SUBSIDIES and QUOTAS).

  • Help-Code for one or more InDesign cannot be generated. (Error 400: font not available).

    Hello

    I have the last Version of Muse in a Mac. Yosemite.

    I have problems when I want to publish my Web site. It appears error 400.  For some reason, the code cannot be generated for Typekit. That s the German version. "Code for one or more InDesign in"Homepage"cannot be generated. (Error 400: font not available).

    Imágenes integradas 1

    A time comes this: publish the view have an error, because the Muse may not have an HTTP connection. It may be a software firewall that does not allow to connect. The main reason may be a software firewall that stops the HTTP connection. Probably you should check the Firewall properties.

    Imágenes integradas 3

    Imágenes integradas 5

    But nothing has changed.

    I did the following things:

    1. I'll raise the app
    2. I disconnect from the creative cloud, leave, reconnect and reopen Muse.
    3. I remove Ghostery.
    4. Muse I uninstalled and re-installed.
    5. Restart the computer.
    6. Try again with a new Web site.
    It's my current antivirus

    Imágenes integradas 4

    Help please! Need to finish a project.

    Looks like you have anti-virus/anti-malware with settings that prevent Muse to connect to internet. Your screenshots are not visible on the forum. They must be inserted using the response within the forum feature in your browser (click the camera icon to add an image).

  • Try to update CC Bridge and Photoshop CC 2014 generates the error "failed to extract the downloaded files. Press Retry to download again. (U44M1I210)

    Try to update CC Bridge and Photoshop CC 2014 Creative Cloud program generates the error "failed to extract the downloaded files. Press Retry to download again. (U44M1I210). I am running Windows 7. Previous traffic on this subject did not help my situation.

    Please clean the cache of the MAO by deleting after the contents of the folder:

    For Mac:

    ·        /Volumes/%volume Name%/Users/%Username%/Library/Application Support/Adobe/AAMUpdater/1.0

    To win:

    ·        C:\Users\\AppData\Local\Adobe\AAMUpdater\1.0

    Then try to run updates.

    Kind regards

    Ashutosh

  • Banner advertising generating the error "Flash files with network methods are not allowed."

    SWF files created in Falsh CC generates this error. No one knows how to fix?

    Click file > publishing settings > avancΘs as3 (the wrench) > and change the default link to "merged into code".

  • (javascript) My script generates an error in a .psd, but not another

    I have this old script that re-arange each pixel in an image, save the image on the hard drive and then apply the re Arrangement even to the last image, repeat.

    The problem is, sometimes I have to close my pc and then I have to restart the process, using one of the latest - generated files and then the script generates an error

    With the help of my script on this .psd works very well:

    https://DL.dropboxusercontent.com/u/8240354/widescreen-crop-14748750464_94dcb6effe_o.PSD

    With the help of my script on this .psd gives an error:

    https://DL.dropboxusercontent.com/u/8240354/re-aranged-pixels.PSD

    My script:

    /*
    FILE:     spacewarp-turbo.jsx
    
    WRITTEN:  23 marts 2007
    
    AUTHOR:   [email protected]
    
    PURPOSE:  Wild, dude! This script will redraw the picture, one pixel at a time, but it will redraw it horizontally instead of vertically. Sort of if an english text had all its letters redrawn in Japanese writing style. That is: vertically first, and then from right to left.
    It does that over and over again. In theory, the image will reappear after several 1000 times. This script is much faster than the previous version, which redraw the image one pixel at a time.
    
    LICENSE:  GNU LGPL (GNU Lesser General Public License)
              Read the file copying.txt for details. Basicly, this license is
          copyleft, which means that it uses copyright to encurage use,
          instead of restricting it. The LGPL gives you the right to
          distribute, modify and use the scripts, as long as you grants other
          people the same right. This applies to any derivative work. This is a
          good thing, right? :-)
    
    ERROR: For some reason, it cannot use a PNG file from the save directory
    For this reason, you will have to copy the latest file to another directory
    when you want to resume
    
    
    */
    
    #target photoshop 
    
    repeats = 20000000;
    
    // The folder where the files will be placed: example: mappe = "/c/billeder/";
    mappe = "/c/billeder/"; 
    
    // The name of the saved images - may not contain space!
    var imgName = "spacewarp_";
    
    // Should we save the copy of the unmodified file beføre the first run?
    // If you have interrupted the script, and want to restart with the last 
    // generated file, turn this one off, since you already have that image.
    saveAtFirst = false;
    
    // Should the png contain transparence?
    var trans = false;
    
    // Should the number contain zeroes?
    nuller = true;
    
    // Number of ciffers, if the number contain zeroes.
    cifre = 5;
    
    
    
    
    
    // Make backup of the settings before they are changed
    var linialBackup = preferences.rulerUnits;
    preferences.rulerUnits = Units.PIXELS;
    
    
       ///////////////////////
      ///   FUNCTIONS  ///
     /////////////////////
    
    
    
    eyedropper = function(docRef,x,y) { // Function which will determinate the color of a pixel
            x2 = x + 1;
                    y2 = y + 1;
                out = [0,0,0]; 
            docRef.selection.select([[x,y], [x2,y], [x2,y2], [x, y2]], SelectionType.REPLACE, 0, false); // selects the pixel
            for(ch in list = ["Red", "Green", "Blue"]) { 
                histogram = docRef.channels[list[ch]].histogram; // Chooses the red, green or blue color
                for (i = 0; i <= 255; i++) { 
                    out[ch] = i; 
                            out[ch] = out[ch].toString(16); 
                    if (histogram[i]) break; 
                } // i
            if ( i < 16) out[ch] = "0" + out[ch];
            } // ch
        var out1 = out.toString(16);
            out1 = out1.split(",").join(""); // removes all ","
            return out1; 
    }
    
    
    pngForNet = function(colorReduction, antalFarver, fil) {
    
    var id72 = charIDToTypeID( "Expr" );
        var desc14 = new ActionDescriptor();
        var id73 = charIDToTypeID( "Usng" );
            var desc15 = new ActionDescriptor();
            var id74 = charIDToTypeID( "Op  " );
            var id75 = charIDToTypeID( "SWOp" );
            var id76 = charIDToTypeID( "OpSa" );
            desc15.putEnumerated( id74, id75, id76 );
            var id77 = charIDToTypeID( "Fmt " );
            var id78 = charIDToTypeID( "IRFm" );
            var id79 = charIDToTypeID( "PNG8" );
            desc15.putEnumerated( id77, id78, id79 );
            var id80 = charIDToTypeID( "Intr" );
            desc15.putBoolean( id80, false );
            var id81 = charIDToTypeID( "RedA" );
            var id82 = charIDToTypeID( "IRRd" );
            var id83 = charIDToTypeID( "FlBs" );
            desc15.putEnumerated( id81, id82, id83 );
            var id84 = charIDToTypeID( "FBPl" );
            desc15.putString( id84, colorReduction );
            var id85 = charIDToTypeID( "RChT" );
            desc15.putBoolean( id85, false );
            var id86 = charIDToTypeID( "RChV" );
            desc15.putBoolean( id86, false );
            var id87 = charIDToTypeID( "AuRd" );
            desc15.putBoolean( id87, false );
            var id88 = charIDToTypeID( "NCol" );
            desc15.putInteger( id88, antalFarver );
            var id89 = charIDToTypeID( "Dthr" );
            var id90 = charIDToTypeID( "IRDt" );
            var id91 = charIDToTypeID( "None" );
            desc15.putEnumerated( id89, id90, id91 );
            var id92 = charIDToTypeID( "DthA" );
            desc15.putInteger( id92, 100 );
            var id93 = charIDToTypeID( "DChS" );
            desc15.putInteger( id93, 0 );
            var id94 = charIDToTypeID( "DCUI" );
            desc15.putInteger( id94, 0 );
            var id95 = charIDToTypeID( "DChT" );
            desc15.putBoolean( id95, false );
            var id96 = charIDToTypeID( "DChV" );
            desc15.putBoolean( id96, false );
            var id97 = charIDToTypeID( "WebS" );
            desc15.putInteger( id97, 0 );
            var id98 = charIDToTypeID( "TDth" );
            var id99 = charIDToTypeID( "IRDt" );
            var id100 = charIDToTypeID( "None" );
            desc15.putEnumerated( id98, id99, id100 );
            var id101 = charIDToTypeID( "TDtA" );
            desc15.putInteger( id101, 100 );
            var id102 = charIDToTypeID( "Trns" );
            desc15.putBoolean( id102, false );
            var id103 = charIDToTypeID( "Mtt " );
            desc15.putBoolean( id103, false );
            var id104 = charIDToTypeID( "MttR" );
            desc15.putInteger( id104, 101 );
            var id105 = charIDToTypeID( "MttG" );
            desc15.putInteger( id105, 162 );
            var id106 = charIDToTypeID( "MttB" );
            desc15.putInteger( id106, 143 );
            var id107 = charIDToTypeID( "SHTM" );
            desc15.putBoolean( id107, false );
            var id108 = charIDToTypeID( "SImg" );
            desc15.putBoolean( id108, true );
            var id109 = charIDToTypeID( "SSSO" );
            desc15.putBoolean( id109, false );
            var id110 = charIDToTypeID( "SSLt" );
                var list3 = new ActionList();
            desc15.putList( id110, list3 );
            var id111 = charIDToTypeID( "DIDr" );
            desc15.putBoolean( id111, false );
            var id112 = charIDToTypeID( "In  " );
            desc15.putPath( id112, new File( fil ) );
        var id113 = stringIDToTypeID( "SaveForWeb" );
        desc14.putObject( id73, id113, desc15 );
    executeAction( id72, desc14, DialogModes.NO );
    }
    
    
    
    
    
       ///////////////////
      ///   SCRIPTS   ///
     //////////////////
    
    
    
    
    
    
    
    
    if (documents.length == 0) { alert("Sorry dude! You need to have an image open before running this script!"); } // If no documents are open, display a warning
    else { // else run the script
    
    
    
    
    
    
    if (saveAtFirst) {
        
        var docRef = activeDocument;
    
    
        bVal = "";
        
        for (num = 1; num < 9000000; num++) {
        
              if (num < 10000000000000) c = cifre - 14;
              if (num < 1000000000000) c = cifre - 13;
              if (num < 100000000000) c = cifre - 12;
              if (num < 10000000000) c = cifre - 11;
              if (num < 1000000000) c = cifre - 10;
              if (num < 100000000) c = cifre - 9;
              if (num < 10000000) c = cifre - 8;
              if (num < 1000000) c = cifre - 7;
              if (num < 100000) c = cifre - 6;
              if (num < 10000) c = cifre - 5; // fire cifre
              if (num < 1000) c = cifre - 4;
              if (num < 100) c = cifre - 3;
              if (num < 10) c = cifre - 2;
            
              // C = Antal nuller
            
              for (xxx = 0; xxx <= c; xxx++) bVal = bVal + "0";
              bVal = bVal + num;
            
              if(!nuller) bVal = num; // Ingen nuller
            
              //alert(mappe + imgName + b + exten);
              var fileRef = new File(mappe + imgName + bVal + ".png"); // Temporary reference to check whether the file exists.
            
              if (!fileRef.exists) break;
            
              bVal = "";
        
        } // for num
        
        pngSettings = new PNGSaveOptions();
        pngSettings.interlaced = false;
        pngFile = new File(mappe + imgName + bVal + ".png" ); // ?? (Filtype, Objekt, Save as copy?) ??
        docRef.saveAs(pngFile, pngSettings, true);
    } // saveAtFirst
    
    
    
    
    
    
    
    
        for (b=0; b<repeats; b++) {
            
    
        
            var docRef = activeDocument;
            
            // SOURCE
            orgDocHori = 0;    // We are going to transfer from this pixel and to the left.
            orgDocVert = 0;    // The vertical pixel line we are working at
            orgDocWidth = docRef.width.value;
            orgDocHeight = docRef.height.value;
            
            var newDocRef = documents.add(orgDocHeight, orgDocWidth, 72.0, "File generated by the script spacewarp-turbo.jsx");
            
            // TARGET
            newDocHori = 0;    // We are going to transfer to this pixel and to the left
            newDocVert = 0;    // The vertical pixel line we are working at
            newDocWidth = newDocRef.width.value;
            newDocHeight = newDocRef.height.value;
            
            
            
            
            
            while (newDocHori < newDocWidth && newDocVert < newDocHeight){
            
                activeDocument = docRef;
                
                
                    if ( orgDocWidth == orgDocHori ) {
                        
                        // Press ENTER
                        orgDocHori = 0;
                        orgDocVert++;
                    }
                
                // If there is space enough to copypaste the rest of the line
                if (orgDocWidth-orgDocHori < newDocWidth-newDocHori ) {
                
                    x1 = orgDocHori + orgDocWidth-orgDocHori; // Select the last piece of the line
                    y1 = orgDocVert + 1;
                    docRef.selection.select([[orgDocHori,orgDocVert], [x1,orgDocVert], [x1,y1], [orgDocHori, y1]], SelectionType.REPLACE, 0, false);
                    docRef.selection.copy();
                    
                    x1 = newDocHori + orgDocWidth-orgDocHori; // select a piece, according to the piece to be inserted.
                    y1 = newDocVert + 1;
                    activeDocument = newDocRef;
                    newDocRef.selection.select([[newDocHori,newDocVert], [x1,newDocVert], [x1,y1], [newDocHori, y1]], SelectionType.REPLACE, 0, false);
                    
                    // Paste the image into the clipboard
                    newLayerRef = newDocRef.paste();
                    newLayerRef.merge();
                    
                    // Move forward in the line
                    newDocHori = newDocHori + orgDocWidth-orgDocHori;
                    
                    
                    // Press ENTER
                    orgDocHori = 0;
                    orgDocVert++;
                    
                
                    
                }
                else { // There is not enough space to copy it all!
                
                    x1 = orgDocHori + newDocWidth-newDocHori; // Select af piece of the line, according to the space available at the target
                    y1 = orgDocVert + 1;
                    
                    docRef.selection.select([[orgDocHori,orgDocVert], [x1,orgDocVert], [x1,y1], [orgDocHori, y1]], SelectionType.REPLACE, 0, false);
                    
                    // Copy the image into the clipboard
                    try{
                    docRef.selection.copy(); // "The selected area is empty"
                    }
                    catch(err) {
                        alert("X VALUE = " + x1 + ", Y VALUE = " + y1 + ", orgDocHori = " + orgDocHori + ", orgDocVert = " + orgDocVert + ", newDocWidth = " + newDocWidth + ", newDocHori = " + newDocHori    + ", orgDocWidth = " + orgDocWidth);
                        
                    }
                    
                    x1 = newDocWidth; // select the last of the line
                    y1 = newDocVert + 1;
                    activeDocument = newDocRef;
                    newDocRef.selection.select([[newDocHori,newDocVert], [x1,newDocVert], [x1,y1], [newDocHori, y1]], SelectionType.REPLACE, 0, false);
                    
                    // Paste the image into the clipboard
                    newLayerRef = newDocRef.paste();
                    newLayerRef.merge();
                    
                    // Move forward in the line
                    orgDocHori = orgDocHori + newDocWidth-newDocHori;
                    
                    // Press ENTER
                    newDocHori = 0;
                    newDocVert++;    
                } // else
            
            } // while
            
            activeDocument = docRef;
            docRef.close(SaveOptions.DONOTSAVECHANGES);
        
            activeDocument = newDocRef;
            docRef = activeDocument;
            if (docRef.width.value < docRef.height.value) docRef.rotateCanvas(270);
            docRef.flatten();
            
        
    
    
    
    
        
            bVal = "";
            
            for (num = 1; num < 9000000; num++) {
            
                  if (num < 10000000000000) c = cifre - 14;
                  if (num < 1000000000000) c = cifre - 13;
                  if (num < 100000000000) c = cifre - 12;
                  if (num < 10000000000) c = cifre - 11;
                  if (num < 1000000000) c = cifre - 10;
                  if (num < 100000000) c = cifre - 9;
                  if (num < 10000000) c = cifre - 8;
                  if (num < 1000000) c = cifre - 7;
                  if (num < 100000) c = cifre - 6;
                  if (num < 10000) c = cifre - 5; // fire cifre
                  if (num < 1000) c = cifre - 4;
                  if (num < 100) c = cifre - 3;
                  if (num < 10) c = cifre - 2;
                
                  // C = Antal nuller
                
                  for (xxx = 0; xxx <= c; xxx++) bVal = bVal + "0";
                  bVal = bVal + num;
                
                  if(!nuller) bVal = num; // Ingen nuller
                
                  //alert(mappe + imgName + b + exten);
                  var fileRef = new File(mappe + imgName + bVal + ".png"); // Temporary reference to check whether the file exists.
                
                  if (!fileRef.exists) break;
                
                  bVal = "";
            
            } // for num
            
            pngSettings = new PNGSaveOptions();
            pngSettings.interlaced = false;
            pngFile = new File(mappe + imgName + bVal + ".png" ); // ?? (Filtype, Objekt, Save as copy?) ??
            docRef.saveAs(pngFile, pngSettings, true);
            
            
    
    
        } // for b
    
    
    
    } // End of else
    
    
    
    
    preferences.rulerUnits = linialBackup; // Recal the old settings
    
    

    Seems related to the resolution of 1280 x 720 @ 72 dpi works where the 1280 x 720 @ 72,009 PPP pop up an error repeatedly.  When I change the resolution to 72 DPI, it seems to be running. However I leave never finished for the watering duration is longer, then I had to wait.

  • How to remove HTML title tag information and file generated directly from HTML PDF files?

    I just become a member CC, exclusively to work with Dreamweaver and be able to convert the DW HTML files to PDF. I see that it's possible - fortunately - by opening the HTML source file starting from Acrobat Pro. But I don't want the title HTML tag to the top of the file, or the name of the file and timestamp downstairs.

    Does anyone know how I get rid of these unsightly and unnecessary information? I looked in preferences, but I see not what item or items refer to these two lines. This shouldn't be so hard to find, and it absolutely must be there. Now I'm worried that for some inexplicable reason, is not.
    Unless I'm really be dense and just cannot see it.
    And I realize that, Yes, I can delete this information page by page, on each file by hand. But I would really do not have to go this route.
    Hoping someone here can help.
    Thank you.

    I looked in preferences and can't find anything that seems to address these added in the headers and footers.

    AHA! There is no create from the Web menu in Acrobat. But there is a menu to create, point to create a PDF file of the Web Page, which opens a small dialog of deceptively simple. It has a URL field and a few buttons, which is settings. Settings opens a dialog with two legs. On the general page, there is a "named Place headers and footers new PDF settings". He was selected. I deselected it, and that did the trick.

    I would have thought to find a frame like this instead on the Page layout. And, either, it's a deeply buried framework. It should have been in the preferences.

    Thank you!

  • How to disable tags owners because Photoshop generates damaged TIFF

    Correct us course an Image of CS5 (CMYK) as TIFF with transparency without layers, it can not be displayed in most applications.

    .net applications generate the following error:

    System.ArgumentException: Ungultiger parameter.

    EIB System.Drawing.Image.FromStream (Stream stream, Function Boolean, Boolean validateImageData)

    AT PaintDotNet.Data.GdiPlusFileType.OnLoad (stream input) in d:\src\pdn\paintdotnet\src\PaintDotNet\Data\GdiPlusFileType.cs:Zeile 127.

    AT PaintDotNet.FileType.Load (stream input) in d:\src\pdn\paintdotnet\src\Data\FileType.cs:Zeile 477.

    EIB PaintDotNet.Functional.Func.Eval [T1, TRet] (Func 2 f, T1 arg1) in d:\src\pdn\paintdotnet\src\Base\Functional\Func.cs:Zeile 158.

    GIMP throws the following message is displayed, but opens the image without transparency

    Unknown field tag 37724 (0x935c) met with

    Incompatible type for "RichTIFFIPTC" tag ignored

    In the default implementation of windows everything works fine.

    If I use another tool like GIMP or Paint.net and add transparency there are no such problems.


    Is it possible to disable this behavior to use only the standard tags in TIFF format for maximum compatibility? (very nice would be the possibility to batch convert all images)

    Photoshop writes more standard TIFF files available (which it should, because we have written the TIFF specification.).

    It's a bug in LibTiff .NET implementation. You may need to update libraries .NET, or contact the manufacturers of some library or application that you are using the updates.

    And GIMP is complaining about things it is supposed to ignore (according to the TIFF specification) and failing to read transparency correctly the TIFF file.

    No, it is not possible to change the way that standard written Photoshop TIFF, because Photoshop writes that standard TIFF.

  • County rising edge specifier "10280" generates the error "-200220"»

    Hello

    I use the box USB-6008 with PFI 0 configured as a counter edge.  Everything works fine when I use it to count the edges fall with the "10171" specifier, but .vi DAQmxBase Create Channel (CI-County edges) generates the above error if I simply replaces "10171" with "10280.  This specifier is not recognized by the device?

    Thank you

    Tyler

    Hey Tyler,

    I've dug into this and found an internal report, and apparently only a falling edge can be used as a trigger of edge with patches of meter.  The other problem is that, even if you can use both, there is that a single input pin for this meter and edge only one type can be detected at the time.  The only solution I see would be to try to find a device with several counters, or take an another 6008 and use it to count the edges of the second switch.

Maybe you are looking for