Forums / Install & configuration / Installation completed... ends up with error Kernel 20

Installation completed... ends up with error Kernel 20

Author Message

Gabriel Prager

Monday 17 November 2003 6:41:52 pm

Hi,
I managed to install EzPublish-3.2-3 on my hosting server...
The wizard eventually accepted an existing empty database...

But now... impossible to get access to the admin side. Top of the page shows up, but not the login / password form. Instead, I get

" Error Kernel 20 - Module not found - The requested module could not be found.
Possible reasons for this is.
The module name was misspelled, try changing the url.
The module does not exist on this site.
This site uses siteaccess matching in the url and you didn't supply one, try inserting a siteaccess name before the module in the url ."

Another possible reason : am I wasting my time with the wrong CMS ???

Just figure it out : same thing happens with the Home Page. and any visible link on the front page leads to... Error 404 !!!

Please, my faith is weakening. I have no idea where to look at !!! If you know how to give birth to error-free screens, let me know.

Gabriel

PS : to force the wizard to accept an existing database, I went to
kernel/setup/steps/stepez_database_init.php (line 126)
and to
kernel/setup/steps/stepez_site_details.php (line 196)

I modified those lines by writing :
$availDatabases = array("name_of_my_existing_database");

and I commented out the stubborn function intended to detect available databases. So the wizard finished his work normally...

... and here comes error Kernel 20.