When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/30/2005 1:21:31 AM
Gravatar
Total Posts 146

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

Hello Joe!.

(I'm again...: Nightmare six).

I have the following error when I try to show de url into my intranet that it would have to appear the main page of the mojoportal.

Description: Error procesing request

Error Message: HTTP 500

Stack Trace:
Npgsql.NpgsqlException: the mp_blog_selectbyenddate("unknow", "unknow") function does not exist.

Severity: ERROR.
Code: 42883

Hint: No function agrees in the name and types of arguments.? It can wish to add explicit conversion of types.

in <0x00077> Npgsql.NpgsqlConnector:CheckErrors().
...
...

Please, help me. In the future, I also assure I will help you in the forum.

Thanks in advance.
11/30/2005 1:59:40 AM
Gravatar
Total Posts 18439

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

Hi Romulo,

What version of mojoportal are you using? From svn or a release?

The error indicates it is missing a sql stored procedure for the blog but that procedure has been around a long time and is in the script.
Did you run the script to create the stored procedures? I would try running it again and see if it gives any errors when you run the script. see the instructions here: http://www.mojoportal.com/Default.aspx?pageindex=4&pageid=43

Another thing you could try is go into the mp_modules table and remove the row for the Blog and see if you can get past this error or if other errors happen.

Hope it helps,

Joe
11/30/2005 2:04:14 AM
Gravatar
Total Posts 146

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

I am seeing the database with pgAdmin III (sorry, but I new in postgres) and I can to tell you that: this function: mp_blog_selectbyenddate is not exist. While I try to do that, copy another and put the rigth parms, but I don't know if it will work in the code of application.

Any commentary, well will be appreciated

I will be  connected....
11/30/2005 2:07:01 AM
Gravatar
Total Posts 146

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

version are release. Not svn.
11/30/2005 2:11:51 AM
Gravatar
Total Posts 146

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

Heeyyy !!!, I remember that, when I Installed and run the scripts, I can not to find the script between 1 and 2 : psql -d mojoportal -f plpgsql.sql, may be the problem to solve?
11/30/2005 2:16:54 AM
Gravatar
Total Posts 18439

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

Oops, you are right I see I did not include that in the last release. I'm surprised no-one else has mentioned it, I guess some people already have the plpgsql installed and don't need the script. I just emailed it to you. After you run it, run the stored procedure script again.

Hope it helps,

Joe
11/30/2005 3:20:06 AM
Gravatar
Total Posts 146

Re: When I try to show the main page of mojoportal (mp_blog_selectbyeenddate not match)

Hip Hip Urrraa !!!

and in the end, the sun appeared. All work fine.
Now: hands to work !. I will see how to add my pages that I need to mojoportal, I hope to be successful also.

Thanks you Joe.
I will be close...

You must sign in to post in the forums. This thread is closed to new posts.