HoefMeistert Posted March 18, 2004 Share Posted March 18, 2004 I installed the Admin page with levels, (imported the SQL files & updates the pages... BUT... When i go 2 the Admin section my IEXplore gives me a blank page :( Is this a know problem ??? If so what's the known solution.... Hope 2 hear from u soon ;) GreetZ, DaNi Link to comment Share on other sites More sharing options...
Bibi Posted March 18, 2004 Share Posted March 18, 2004 I have this problem too... leave msgs here but not a lot of help... Regards, YM Link to comment Share on other sites More sharing options...
Bibi Posted March 18, 2004 Share Posted March 18, 2004 This morning, I've reinstalled all, reconfigured the MySQL Database, the config files (configure.php)... the problem is the same ! /catalog/ works but not the admin web interface... my creen stay blank... I'm frustrated... http://69.70.169.236:8080/catalog/ (works) http://69.70.169.236:8080/catalog/admin/ (stay blank) Is there any php screen we could use to trace what's happenned ? PS: my web site is on my local PC... under Linux. Regards, YM Link to comment Share on other sites More sharing options...
241 Posted March 18, 2004 Share Posted March 18, 2004 can you post your admin/includes/configure.php No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Bibi Posted March 18, 2004 Share Posted March 18, 2004 can you post your admin/includes/configure.php This is mine, one more time ... Catalog works fine : (not the SSL but not important now... has been desactivated with the "false" option.) // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://69.70.169.236:8080'); define('HTTPS_SERVER', 'https://69.70.169.236:8081'); define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', '69.70.169.236:8080'); define('HTTPS_COOKIE_DOMAIN', '69.70.169.236:8081'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); This is the admin config : // define our webserver variables // FS = Filesystem (physical) // WS = Webserver (virtual) define('HTTP_SERVER', 'http://69.70.169.236:8080'); define('HTTP_CATALOG_SERVER', 'http://69.70.169.236:8080'); define('HTTPS_CATALOG_SERVER', 'https:69.70.169.236:8081'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module //define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/roxen.8080'); define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', '/catalog/admin/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/'); Any idea ? (I've tried a lot of different config, move the admin directory, etc...) :ph34r: Regards, YM Link to comment Share on other sites More sharing options...
detsouvalas Posted March 18, 2004 Share Posted March 18, 2004 Just a stupid question ... which browser are you using?? Antonios Link to comment Share on other sites More sharing options...
Bibi Posted March 19, 2004 Share Posted March 19, 2004 Just a stupid question ... which browser are you using?? It is not stupid... but it is not this... Tried Explorer from MS Windows XP Pro and Mozilla under Windows and Linux. Same problem... Regards, YM Link to comment Share on other sites More sharing options...
HoefMeistert Posted March 19, 2004 Author Share Posted March 19, 2004 Anyone yet.... Looks like multiple people encounter this prob.... I found out the following : it doesn't work with IE BUT it works with FireBirs.... :S I'm really confused now.... Link to comment Share on other sites More sharing options...
Bibi Posted March 19, 2004 Share Posted March 19, 2004 I'm sure this will works with Lynx ! :rolleyes: ... I'm very surprise I am alone to have this problem... and nobody to help ! :blink: Regards, YM Link to comment Share on other sites More sharing options...
HoefMeistert Posted March 19, 2004 Author Share Posted March 19, 2004 Well i still have this prob with IE..... :( Link to comment Share on other sites More sharing options...
241 Posted March 19, 2004 Share Posted March 19, 2004 post your admin/index.php If you uninstalll admin with levels can you access the admin No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
detsouvalas Posted March 19, 2004 Share Posted March 19, 2004 The problem in such cases is the following ... there is no possibility for us, others who have everything working quite well, to 'reproduce' such errors on an installation at home and try to find a solution ... that's why the only way out is to 'guess' and propose answers, according to what every one thinks that could be the problem! Bibi made a good step by posting the address of the shop and the address of the admin panel! The shop works nicely, but unfortunately the link to the admin section gives an 404/Page not found error. Why don't you make a *.zip file with the admin section (and maybe the tables you created or altered) in question (without the db details of course) so that others can check if they also get the same error? Maybe then a solution could be found! Regards, Antonios B) Antonios Link to comment Share on other sites More sharing options...
HoefMeistert Posted March 20, 2004 Author Share Posted March 20, 2004 My Admin\index.php : This is imo the "original file" If an other file is requested i'll post it! Note : This site is on my localmachine, not yet online! AdminIndex Link to comment Share on other sites More sharing options...
HoefMeistert Posted March 23, 2004 Author Share Posted March 23, 2004 An other "strange" thing occured. I had too rebuild my store, and the first thing i installed was the admin with levels, at that point it worked under IE!!! When i filled my store it returned 2 the point that it worked under FireBird but not under IE!! any one a suggestion ??? Could it be something in de DB ?? Let me know! GreetZ, DaNi Link to comment Share on other sites More sharing options...
241 Posted March 23, 2004 Share Posted March 23, 2004 apart from adding products to the database did you do anything else, the index.php is ok however this can be effected by other files when using admin with levels. have you installed any contributions such as easypopulate No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Donethat Posted March 23, 2004 Share Posted March 23, 2004 I don't know whether my problem is related but I've tried installing several times in several different ways with the same result, I get a blank configure.php. I'm working on a Mac and I've tried IE, Safari, and Netscape 7. Interestingly like another respondent I'm working with a local server, a PC running Debian Linux. This is a testing server which works well with MySQL and PHP. I've left a topic on the matter but no responses as yet. Donethat Link to comment Share on other sites More sharing options...
Bibi Posted March 24, 2004 Share Posted March 24, 2004 ... I.m disapointed... admin has never worked, my screen stay blank... :angry: Regards, YM Link to comment Share on other sites More sharing options...
detsouvalas Posted March 24, 2004 Share Posted March 24, 2004 Well, sometimes web-pages troubleshooting is not possible from an off site location, like medicine is not reliable over the telephone! :-| Antonios Link to comment Share on other sites More sharing options...
Bibi Posted March 25, 2004 Share Posted March 25, 2004 Well, sometimes web-pages troubleshooting is not possible from an off site location, like medicine is not reliable over the telephone! :-| I tryed off and online... throught ssh, etc... It is not the first time I use php and Linux. My web site works under linux since a few years now from my personal PC at home... I'm not a specialist but I have experience... but also no time to lost with bad configuration files... I've tryed all I can see in this configuration file, move the dir, etc... my screen stay blank ! It is very strange because the catalog works fine... and if I compare the 2 configurations files, there is no differences... I don't know how to do a debug web page, to see steep by steep what's happen and why my screen stay blank. I was thinking that in this forum someone could help me... but I think this is utopic ! Regards, YM Link to comment Share on other sites More sharing options...
Mark Evans Posted March 25, 2004 Share Posted March 25, 2004 If you are using your localmachine set the highest error level in your php.ini file I can almost garuantee the problem is a parse error. If that doesnt work... zip up your whole admin and send it to me and I will install it on my server and will see where the error is. Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds) Link to comment Share on other sites More sharing options...
241 Posted March 25, 2004 Share Posted March 25, 2004 ... I.m disapointed... admin has never worked, my screen stay blank... :angry: Bibi Never worked even before the addition of admin with levels if so you should get the admin working without the admin with levels contribution otherwise you are making things difficult for yourself. If your admin has never worked then how have you input the products and if your admin has never worked this is usually a configuration or permission issue that should be resolved before using admin with levels as if the issue was there to start with it is not going to go away just by adding on the admin access with levels contribution. I had an issue on one of my setups which resulted in a blank page, this was due to the coding for the link for easypopulate, resolved the issue by recoding the link to work and no more blank screen. I have had a couple of issues with the code not being right resulting in blank screen but each time a change to the code resolved the issue, one such issue was a ; in the wrong place which should have given a parse error but I just got a blank page instead No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
detsouvalas Posted March 25, 2004 Share Posted March 25, 2004 I was thinking that in this forum someone could help me... but I think this is utopic! Indeed, if no person, that had the same problem and found a solution, replies to your message, then unfortunately nobody else can help you ... if I never had encountered such problem with osC, then my only way to help you is to give you some ideas about what you could do by thinking what I would do if I had the same problem... I don't see what you see on your screen, I can't check what I would like to check in your installation, I can't reproduce on my machine the error, so I can't say anything accurate, I just can try to guess! (And please don't understand me wrong, when I write about 'me' and 'I', I don't mean myself, but all readers of the osC fora!) Regards, Antonios Antonios Link to comment Share on other sites More sharing options...
Bibi Posted March 28, 2004 Share Posted March 28, 2004 I understand folks, and I am dispointed myself ! I've reinstalled all from scratch and I have the same problem... Database works fine, 'catalog' works (and this disapointed me) but admin stay blank. I want to find another way to discover what's happen, step by step (like a debugger). Is there some tricks I could use ? Regards, YM Link to comment Share on other sites More sharing options...
♥Vger Posted March 28, 2004 Share Posted March 28, 2004 Just a question, at what level have you installed oscommerce, and at what level have you got the admin? In the config files you posted you show 'admin' as being within the directory 'catalog', but if you've done a local install you may have 'admin' at the same level e.g. root root | | Catalog Admin You have it set up, in your config, for root--->catalog---->admin Check this out. Vger :) Link to comment Share on other sites More sharing options...
♥Vger Posted March 28, 2004 Share Posted March 28, 2004 Sorry, I've tried various graphical ways of showing this, but they won't show up correctly! Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.