Hello all,
I am trying to publish some of my UX components to my Local Webroot for testing purposes, and I keep getting the following errors that are stopping the publish.
If I try to publish from the Web Projects Control Panel by right clicking the component, I get the following error:
If I try to publish when I am editing the component, I get the following error:
If I try to publish the .a5w page that the component is loaded onto from the Web Projects Control Panel, I get the following error:
I feel I should mention that this has happened about two or three other times, but eventually the problem either went away, or some of my random attempts to publish worked, but this time it is not going away.
The problem seems to manifest out of nowhere, I had just been working on these components the day previous, and everything was fine. But today, on the first attempt of publishing, I was met with these errors.
This has completely halted my production and I would appreciate a response to this ASAP.
Thanks,
David.
I am trying to publish some of my UX components to my Local Webroot for testing purposes, and I keep getting the following errors that are stopping the publish.
If I try to publish from the Web Projects Control Panel by right clicking the component, I get the following error:
Script:UI_DLG_BOX:Web Projects Control Panel line:374
a5w_RightClickpublish(projName,profileTemp,2,rel_fn2)
Argument is incorrect data type
a5w_RightClickpublish(projName,profileTemp,2,rel_fn2)
Argument is incorrect data type
If I try to publish when I am editing the component, I get the following error:
Script:UI_DLG_BOX:@=genericPageBuilder_title_var_152033842 line:926
a5wcb_PublishFromEditor(wp.componentFilename)
a5wcb_prepareListOfFiles(files,.f.,"",flagPublishSupportFiles,flagPublish
SelectedOnly): Argument is incorrect data type
a5wcb_PublishFromEditor(wp.componentFilename)
a5wcb_prepareListOfFiles(files,.f.,"",flagPublishSupportFiles,flagPublish
SelectedOnly): Argument is incorrect data type
If I try to publish the .a5w page that the component is loaded onto from the Web Projects Control Panel, I get the following error:
Script:UI_DLG_BOX:Web Projects Control Panel line:374
a5w_RightClickpublish(projName,profileTemp,2,rel_fn2)
Variable type mismatch: attempt to pass data type of 'P' to argument
'componentName' is type of 'C'.
a5w_RightClickpublish(projName,profileTemp,2,rel_fn2)
Variable type mismatch: attempt to pass data type of 'P' to argument
'componentName' is type of 'C'.
The problem seems to manifest out of nowhere, I had just been working on these components the day previous, and everything was fine. But today, on the first attempt of publishing, I was met with these errors.
This has completely halted my production and I would appreciate a response to this ASAP.
Thanks,
David.
Comment