Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

white screen in admin after installation


57chevy

Recommended Posts

hi evrybody,

 

i upgraded from v2.1 tp v2.2 via /install.

1st i updated the db and then made a new installation on a new path

 

the frontend is working just fine, but as soon as i log into the adminarea

the screen stays white!

no error - just white.

 

i checked on all the settings in confige.php and application_top - i'm really stuck at the mom :cry:

 

can anybody give me a hint to this?

... in the end, it will work

Link to comment
Share on other sites

u mean those 2?

 

define('DIR_WS_ADMIN', '/osc-admin/'); // absolute path required

define('DIR_FS_ADMIN', '/usr/local/etc/httpd/htdocs/neonsh/osc-admin/'); // absolute pate required

... in the end, it will work

Link to comment
Share on other sites

I don't know if you are aware of the change between 2.1 and 2.2, but there is a config file in the /admin/includes/ dir now, that wasn't in 2.1.

 

If you already know this sorry. But, check all the paths.

 

 

 

admin/includes/configure.php

Steve

-------------------------

Link to comment
Share on other sites

thanks for asking :) - YES i do know about the configure.php :wink:

 

actually i updated a v2.2b release from around 9/2002

 

thats why i dont understand that its not working

its my 3rd osc shop :evil:

 

this is what i got

 

define('HTTPS_CATALOG_SERVER', '');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/etc/httpd/htdocs/neonsh'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/osc-admin/'); // absolute path required

define('DIR_FS_ADMIN', '/usr/local/etc/httpd/htdocs/neonsh/osc-admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/osc/'); // absolute path required

define('DIR_FS_CATALOG', '/usr/local/etc/httpd/htdocs/neonsh/osc/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

and of course the db-login data

... in the end, it will work

Link to comment
Share on other sites

define('HTTPS_CATALOG_SERVER', ''); 

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module 

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/etc/httpd/htdocs/neonsh'); // where the pages are located on the server

 

You may need to go ahead and add your URL to:

I know you may of just hidin you url.

 

define('HTTPS_CATALOG_SERVER', '');

 

and add your admin path to: /osc-admin

('DIR_FS_DOCUMENT_ROOT', '/usr/local/etc/httpd/htdocs/neonsh'); // where the pages are located on the server

 

I'ts worth a try. This is the only things diffrent from your and mine. By the way it is a good idea when you post code use the BBcode tags sometime it messess with the format of the forum if you don't.

Steve

-------------------------

Link to comment
Share on other sites

That is weird. You should get mass error messages. I still say it is a path problem. Have you updated the database?

 

You may try running the install script again, select new install, uncheck upload database and make double sure on your paths.

 

You may even try uploading your admin folder before you do above.

Steve

-------------------------

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...