mojoPortal Content Management System

Welcome to mojoPortal Setup

Checking Filesystem and Database


Error Occurred

The Data folder beneath the root of the web site is not writable by the website application pool identity. You need to make this folder and all its child folders and files writable before setup can proceed. mojoPortal needs this to be able to write search index files, error logs, image gallery uploads, and other important features. Right Click the Data folder in Windows File Explorer, choose properties and go to the Security tab. Depending on your setup, you will need to either grant write permission to the "IUSRS" group or to the "IIS AppPool\" user. Obviously, instructions will be different across hosting environments but the same principle is true, the Data folder and all its child objects must be writable.

Database Platform
pgsql
Database Schema Version
2.2.1.5
Application Code Version
2.9.2.0
Message
The Data folder beneath the root of the web site is not writable by the website application pool identity. You need to make this folder and all its child folders and files writable before setup can proceed. mojoPortal needs this to be able to write search index files, error logs, image gallery uploads, and other important features. Right Click the Data folder in Windows File Explorer, choose properties and go to the Security tab. Depending on your setup, you will need to either grant write permission to the "IUSRS" group or to the "IIS AppPool\" user. Obviously, instructions will be different across hosting environments but the same principle is true, the Data folder and all its child objects must be writable.

Error Occurred

The system cannot connect to the pgsql database. Please check your connection string.

Npgsql.NpgsqlException: password authentication failed for user "www.LupineSystems.net" Severity: FATAL Code: 28P01 at Npgsql.NpgsqlState.d__a.MoveNext() at Npgsql.NpgsqlState.IterateThroughAllResponses(IEnumerable`1 ienum) at Npgsql.NpgsqlConnectedState.Startup(NpgsqlConnector context) at Npgsql.NpgsqlConnector.Open() at Npgsql.NpgsqlConnectorPool.GetPooledConnector(NpgsqlConnection Connection) at Npgsql.NpgsqlConnectorPool.RequestPooledConnectorInternal(NpgsqlConnection Connection) at Npgsql.NpgsqlConnectorPool.RequestPooledConnector(NpgsqlConnection Connection) at Npgsql.NpgsqlConnectorPool.RequestConnector(NpgsqlConnection Connection) at Npgsql.NpgsqlConnection.Open() at mojoPortal.Data.DBPortal.DatabaseHelperGetConnectionError(String overrideConnectionInfo)

Database Platform
pgsql
Database Schema Version
2.2.1.5
Application Code Version
2.9.2.0
Message
The system cannot connect to the pgsql database. Please check your connection string.
Npgsql.NpgsqlException: password authentication failed for user "www.LupineSystems.net" Severity: FATAL Code: 28P01 at Npgsql.NpgsqlState.d__a.MoveNext() at Npgsql.NpgsqlState.IterateThroughAllResponses(IEnumerable`1 ienum) at Npgsql.NpgsqlConnectedState.Startup(NpgsqlConnector context) at Npgsql.NpgsqlConnector.Open() at Npgsql.NpgsqlConnectorPool.GetPooledConnector(NpgsqlConnection Connection) at Npgsql.NpgsqlConnectorPool.RequestPooledConnectorInternal(NpgsqlConnection Connection) at Npgsql.NpgsqlConnectorPool.RequestPooledConnector(NpgsqlConnection Connection) at Npgsql.NpgsqlConnectorPool.RequestConnector(NpgsqlConnection Connection) at Npgsql.NpgsqlConnection.Open() at mojoPortal.Data.DBPortal.DatabaseHelperGetConnectionError(String overrideConnectionInfo)

Error Occurred

cannotAccessDatabase

Database Platform
pgsql
Database Schema Version
2.2.1.5
Application Code Version
2.9.2.0
Message
cannotAccessDatabase
Note: This page shows some information that is helpful during setup and upgrades but for security it would be best not to show any information when the system is up to date. You can disable setup and suppress all information on this page by setting DisableSetup=true in Web.config. When you need to upgrade, you can set this back to false. If you are logged in as Administrator setup will run and you will be able to see this page even if it is disabled in Web.config so you can easily leave it disabled and just login before upgrading. But if you are not logged in you will need to enable setup in Web.config.