Could not find Window 'Name of test case ' with the following properties:(name of module & attributes - tosca

Hey guys I keep getting this error on Tosca "Cannot Find Window" any idea as to what the problem is? All I am trying to do is log in on a login page.

Related

dkan dataset not displaying drupal 7

Here is what is going on.
I have Drupal 7 setup and I'm using the dkan module. What seems to be going on is that every time I click on a item (for example I click on an item like this: http://sitename/?q=dataset/dataset-name), but I get title of the dataset and the following error message: The website encountered an unexpected error. Please try again later.
So I check the log and I'm seeing the following message:
Location http://sitename/?q=dataset/dataset-name Referrer sitename/?q=search/type/dataset Message EntityMetadataWrapperException: Unknown data property field_modified_source_date. in EntityStructureWrapper->getPropertyInfo() (line 354 of /var/www/html/site/profiles/dkan/modules/contrib/entity/includes/entity.wrapper.inc).
What could be causing the issue and how would I go about resolving it?
Thank you...
It looks like you may have a problem with clean_urls.
When you're logged into your DKAN instance go to Configuration > Search and metadata > Clean URLs.
Check Enable clean URLs and click Save Configuration.

datagrid "Sorry an error occurred" when adding a new column

I have a datagrid that is working but when I add another simple column, I the the "Sorry an error occurred" error message. I've tried it for a couple of fields I have on the view and even reverted it back to what I had before. It's still giving me this error. I'd include code but I don't know what to include. Does anyone know this issue?

Lotus Notes: error when compose a form

There is an old application, in which when we try to compose a (new) form in the bottom bar of Lotus client it appears:
"Error logging error in line: N)" - where N is a positive number.
I assume is refers to a written library, but is there any way I can see the exact "place" where the problem appears? I tried with Debug LotusScript but I can not see where the problem is.
I'll appreciate any tips or help. Thanks for your time.
The code from the action button is:
#Command([Compose];"MainFm");
#Command([ViewRefreshFields])
The error line comes probably from a print() line in LotusScript. Search in LotusScript libraries for "Error logging error". If you found it figure there out what's the reason for error.
You can search in Designer in menu "Search / File"

How to fix "user warning: ... cache.inc on line 109." from a Drupal site?

The following message is shown on everything page of a Drupal site:
"user warning: in /var/www/html/.../includes/cache.inc on line 109"
Please advise how to fix (get rid of) it. Thanks!
Info: User saw that after he deleted a post.
For the 'how to fix it' part of the question, we need more info on the error (full message, error log entries).
As for the 'get rid of it' part, you could (and should, if it's a production site) adjust the error reporting settings to 'Write errors to the log' under 'admin/settings/error-reporting' to prevent screen output of errors to site users.

Add Source file link to the default ASP.NET Server Error page?

Has anyone ever thought to attempt to modify the default ASP.NET Server error page to provide a link BACK to the error source in Visual Studio?
Consider the following standard error page in ASP.NET:
Server Error in '/myproject'
Application.
Invalid object name 'usp_DoSomething'.
Description: An unhandled exception
occurred during the execution of the
current web request. Please review the
stack trace for more information about
the error and where it originated in
the code.
Exception Details:
System.Data.SqlClient.SqlException:
Invalid object name 'usp_DoSomething'.
Source Error:
Line 4323: cmd.CommandText = "usp_DoSomething";
Line 4324:
Line 4325: using (var dr = cmd.ExecuteReader())
Line 4326: {
Line 4327: if (dr != null)
Source File:
c:\development\myproject\myproject.components\providers\sql\sqldataprovider.cs
Line: 4325
When an error like this is generated, the HTML has the source back to the file the error occurs in and the line number. Has anyone ever written or thought of writing some mechanism to turn the text into a link back to the error in Visual Studio?
I've never seen anything that does it, but it just seems like it would be a helluva nice feature and I think about it in the back of my mind every time an error occurs when I have to manually go find it in the source. It would just be nice to be able to click a link to take me straight there.
Anyone written any, or know of any solutions for this. I use Chrome or Firefox as my browsers of choice, but I'd even consider using IE again if someone found a plugin that did this.
Thanks,
Max
Well, I had been hoping for some means of hacking the error page to turn this:
c:\development\myproject\myproject.components\providers\sql\sqldataprovider.cs Line: 4325
into a link back into my source code in Visual Studio... being that the file name and line number is provided. I was thinking of a browser plugin or something, but apparently no one has built anything like that before... oh well. Was worth a shot.

Resources