tharring Posted October 6, 2010 Posted October 6, 2010 My administration area used to display properly, but now it's just default text and no layout. It still works, but I want the old look back! I've only changed one file -- admin/configure.php -- in that area. I've made very few changes at all, just new images and new category folders. I've changed the "text" in includes/languages/english/index.php and the <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> is still there and has not been changed; the file is in that location. What could have made the css stop working in the admin area? I've looked everywhere. Any ideas? Thanks, Tedra
npn2531 Posted October 6, 2010 Posted October 6, 2010 When you are at any admin page, click 'view source' or equiv in your browser. Do you see: <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> in the header? Oscommerce site: OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
tharring Posted October 6, 2010 Author Posted October 6, 2010 Yes, here it is: <html dir="ltr" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="robots" content="noindex,nofollow"> <title>osCommerce Online Merchant Administration Tool</title> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <script language="javascript" src="includes/general.js"></script> </head> And the file is there; permissions are 755 on the file and on the includes folder.
tharring Posted October 6, 2010 Author Posted October 6, 2010 Sorry, in checking what I wrote back to you, I found the problem. My admin/includes/folder was set to 744; once I put it back to 755 everything looks great! Thanks for helping me take another look at things. Tedra
npn2531 Posted October 6, 2010 Posted October 6, 2010 Just double checking so excuse the question if it seems too basic, but you know there are two stylesheets.css? Are you sure you have one in admin/includes/stylesheet.css? It is also quite possible that the change you made in configure.php has changed where the program is looking for the stylesheet. What was the change you made? Oscommerce site: OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
tharring Posted October 7, 2010 Author Posted October 7, 2010 Yes, I'm aware of the two stylesheets; I had to change permissions on my admin/includes folder so the stylesheet could be read by the application. It's working fine. Thanks for your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.