ColdFusion 2018 u15 Administrator missing links to log files - coldfusion

I recently upgraded ColdFusion 2018 from u13 to u15. I updated the JVM to be 11.0.17.
After a reboot & Ctrl+F5, the CF Admin > Debugging & Logging > Log Files does not have links for viewing the log files within the CF Admin page. All of the log files seem to have the "Archive log file" and "Disable logging" buttons, but are missing the "Search/View log file", "Download log file" and "Delete log file" buttons.
No errors are appearing in the F12/Dev tools for the console or networking tab (all 200's) for this page.
Any ideas on how to get the admin links to log files working again? I don't want to downgrade the CF update, but could this be a JVM issue? Does anyone know if a previous JVM version has this working?

The removal of the log browser was intentional. It apparently closed a security issue. It is noted in the release announcement: https://helpx.adobe.com/coldfusion/kb/coldfusion-2018-update-15.html.

Related

Google Cloud Console - SQL - Failed to Load Error

I see the below Failed to load error with a tracking number when I click on the SQL option:
Failed to load
Tracking Number: c7505762059293335
I have tried clearing the browser cache, and I have also tried using different browsers - tried Chrome, Firefox and IE; I see the same issue in all three browsers.
This message can appear for a number of reasons. It could be an intermittent issue or something wrong with your account settings. To troubleshoot do the following steps in order:
-Try to open the page in incognito mode of your browser
-Check your permissions in IAM
-If the issue persists, open a new private case on Issue Tracker mentioning your project-id by clicking here

rss viewer webpart is missing in sharepoint 2013 how to activate it

rss viewer webpart is missing in sharepoint 2013 it is shown in default folder and when adding the rss viewer web part from default folder it shows the error 'An unexpected error occurred processing your request. Check the logs for details and correct the problem.'
The corresponding feature might not be enabled, so you should follow this path:
Under Site Settings, click Modify All Site Settings.
Under Site Collection Administration, click Site Collection Features.
Enable Office SharePoint Server Enterprise Site Collection features.
If the problem is not solved, you can try going to the central administration:
Under Central Administration, click on Operations.
Under Upgrade and Migration, select Enable Features On Existing Sites.
Select the appropriate checkbox, and click OK.

An error occurred while publishing Sitecore

When i am publishing site in Sitecore it is giving error.
Job started: Publish to 'web'|#Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.FormatException: Unrecognized Guid format.
Please guide me how can i resolve this error.
Did you an upgrade recently? If so, maybe this will help:
http://reasoncodeexample.com/2015/03/26/sitecore-linkdatabase-unrecognized-guid-format/
Try to rebuild the Link Database, gives that an error.
With Sql server Profiler (from SQL server Management Studio) you can find the item with the issue. Create a filter to capture the Web database. Start the publish, and press pause when the error occur. Now you see the latest publish action and can you see the guid in the query.
This is described here: Upgrade Sitecore experience with modules
In this case the issue was in the Webforms For Marketers (WFFM) module, the Tracking Field.
Also look for broken links. (Press right mouse button on the left white space in the content editor to choice with icons you want to see)

Error when trying to open Campaign in Sitecore 7.1

I am using Sitecore 7.1, created a new campaign in Marketing center, but after saving when i try to open it, it gives the error An error occurred while loading report data. Please try again or contact your administrator.
Same happens with Engagement plans, i get this error when i try to open it Error Loading Engagement Plan.
Try clearing the browser cache and restart browser, this usually helps.
Also. You need to approve the campaign through the workflow before publishing. And off course, make sure you have Sitecore DMS installed :-)

Request for the permission of type 'System.Security.Permissions.FileIOPermission.. failed

I am getting this error when calling a web service method which writes to a file on the local drive on Windows 2003.
"System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
I have done these steps:
website runs in an appPool using the localSystem identity
website impersonates a user in the admin group.
the web service assembly has full trust
the url of the web service has full trust in the machine's web.config.
the folder's written to security has the impersonated user
So why is this web service still complaining about FileIOPermission? Fulltrust includes FileIOPermission.
After a lot of troubleshooting, it boiled down to a mistake I made in web.config where the location tag had a path of www.example.com but in IIS it was example.com!
Right click on Project-> Properties -> Security Tab -> Enable Click Once Settings
Click on 'Calculate Permissions'.
Click 'Yes' on 'Full Trust Required' message.
Then the issue was solved.
Finally we have found the issue. After building the files in Windows we put them in a zip file. When the files are added to the zip windows adds a blocking property to all files which remains after unzipping the folder. These caused the files to not be able to run properly. The "block" property can be removed by right-clicking on the files (one at the time), select "Properties" and then clicking the "Unblock" button at the bottom. Here is an example picture:
https://www.howtogeek.com/wp-content/uploads/2011/08/image10.png
To prevent windows from adding this blocking property, one can look at the following thread:
Can I stop windows from “Blocking” zip files
Maybe it's no longer relevant, but I solved like this:
Project > Properties > Security > Enable ClickOnce security settings - Uncheck