|
|
| Giving an error after searching |
|
|
Greetings,
I just installed the lastest version of F3 because of a movement i had to do of my page. It installed with no errors but as i try to search for text, it is giving me the following error:
A critical error has occurred.
Invalid column name 'DesktopHtml'. Invalid column name 'DesktopHtml'. Invalid column name 'DesktopSummary'
It's on a page of the portal, and it's the only module on that page. Just wondering if this is a common error and if you could provide me with a fix. I am guessing this is because of the new HTML module in the latest upgrade of DNN. Maybe i'll need to use the source and compile it with the new db fields. Would appreciate the help.
|
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
I believe that you are right, in that the column names changed with the latest version of the HTML module. We haven't had a chance to look into updating the module, but I think it should be fairly simple to find what needs to be changed in the source.
Sorry for your inconvenience,

The leading provider of DotNetNuke support, training and custom module development. |
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
I am not an Expert of DNN and module creation/editing... is it just a matter of changing the sqlDataProvider.cs and DataProvider.cs files right? I am guessing these are referenced via functions by the module calls itself... so I don't need to change anything in the actual code. Have to also find the process of compiling properly. Thanks for your prompt answer. |
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
It looks like you'll just need to do a search for "DesktopHtml" and replace it with whatever the new column name is, throughout the project. This should cause changes in the SqlDataProvider file, and in whatever controls are calling the changed SqlDataProvider methods.
So far as compiling goes, it should compile without too much trouble in Visual Studio, but if you want to create an installable package, you can also run NAnt against the .Build file in the project.
Hope that helps,

The leading provider of DotNetNuke support, training and custom module development. |
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
Brian Dukes wrote
I believe that you are right, in that the column names changed with the latest version of the HTML module. We haven't had a chance to look into updating the module, but I think it should be fairly simple to find what needs to be changed in the source.
Sorry for your inconvenience,
|
a few months later... has anyone updated the F3 module for DNN 5 yet? I have the exact same issue, but don't have access to work it and recompile quickly... has anyone already updated and can you post an updated PA in the downloads section of the site? |
|
|
|
 |  |
|
| |
 |  |
|
|
| Re: Giving an error after searching |
|
|
Seems like it's taken a long time, and i'm sure someone else has updated it too by now... BUT We have now updated the module from the source code provided to work in DNN 5.1.2. I would like to share this back with the community, can we either or both:
A) have a location to post it back up for everyone here or give Engage to update your downloads?
and/or
B) can we have permission to post it freely and branded as the "engage f3 module updated by Moore Creative" on our public site and allow download to all? |
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
Sorry for the delay in responding.
If you can email your updates to dotnetnuke@engagesoftware.com, we'll take a look at them and do our best to get those incorporated into the product quickly.
I'll also do my best to get an answer for you about posting the module on your site.
Hope that helps,

The leading provider of DotNetNuke support, training and custom module development. |
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
Any update on this Brian?
I am on vacation and I don't have access to Visual Studio. I normally wouldn't be working, unless I had to. I've used F3 in the past but just realized that it became dated. Looking for an urgent solution, thanks. |
|
|
|
 |  |
|
|
| Re: Giving an error after searching |
|
|
No update on this, yet. We haven't heard anything more from Moore Creative, so I'll have to check with Chris to see where he is on his update. Sorry for any inconvenience.
Hope that helps,

The leading provider of DotNetNuke support, training and custom module development. |
|
|
|