missing mp_bannedipaddresses_select_all()

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/18/2008 3:14:03 PM
Gravatar
Total Posts 7

missing mp_bannedipaddresses_select_all()

Module BannedIPBlockingHttpModule is default enabled, but function mp_bannedipaddresses_select_all() doesnt exist in create scripts (pgsql). (mojoportal-2-2-4-6-b-sourcecode)

2/18/2008 3:28:32 PM
Gravatar
Total Posts 18439

Re: missing mp_bannedipaddresses_select_all()

It does exist but you won't find it unless you search for mp_bannedipaddresses_select_all instead of mp_bannedipaddresses_select_all()

Its in Web/Setup/applications/mojoportal-core/SchemaUpgradeScripts/pgsql/2.2.4.0.config and up but the closing parentheses is on the next line so your search didn't find it. Or else you are looking in the wrong files.

Hope it helps,

Joe

2/21/2008 5:20:49 AM
Gravatar
Total Posts 7

Re: missing mp_bannedipaddresses_select_all()

Well, i am sorry for disturbing, but it were not created after psql -d mojo 2345script.sql. But it can be my mistake, so dont care.

2/21/2008 6:49:45 AM
Gravatar
Total Posts 18439

Re: missing mp_bannedipaddresses_select_all()

Were you able to get it working? Recently 2 other people reported problems with using postgresql. (It was not related to bannedipaddresses at all).

As it turned out there was an error in some of the upgrade scripts that did not mainfest when using pgsql on linux but when using it on windows the problem revealed itself. I've since fixed it so if you are working with svn trunk then you already have the fixed scripts and it will be included in the next release. The strange thing is that this mistake in the script never caused an error for me over many installations on pgsql using linux, all my previous installs on pgsql went smoothly, but when I used pgsql 8.3 on windows it threw an error about the script.

Joe

3/12/2008 10:18:44 AM
Gravatar
Total Posts 7

Re: missing mp_bannedipaddresses_select_all()

I am sorry that I answer so late.

I disabled that module in configuration.xml - I were lazy to debug it.

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