Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / AdminPage Not showing graphical HUD

AdminPage Not showing graphical HUD

Views: 983

Results 1 to 17 of 17
9 Oct 2012, 6:16 AM
#1
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

AdminPage Not showing graphical HUD

Howdy,

Just set up my web site with zen 1.51 today, went pretty smoothly, but when I log into my "admin" page. I cannot configure stuff because all my graphical buttons are missing.

I have a picture showing what I mean. Only the text links are visible to me.
Anyone experienced this and know whats up? I read through quite a few FAQ's without seeing anything.
[IMG]http://imageshack.us/a/img145/2628/zencartproblem1.png[/IMG]

Thanks!

9 Oct 2012, 6:31 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: AdminPage Not showing graphical HUD

Check your admin/includes for stylesheet.css file

9 Oct 2012, 6:45 AM
#3
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

Re: AdminPage Not showing graphical HUD

Alrighty will do

9 Oct 2012, 6:54 AM
#4
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

Re: AdminPage Not showing graphical HUD

Alrighty, stylesheet.css is in the correct place.

9 Oct 2012, 7:30 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: AdminPage Not showing graphical HUD

Did that help??

9 Oct 2012, 8:03 AM
#6
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

Re: AdminPage Not showing graphical HUD

No, I mean it was in the correct spot the entire time, no change.

9 Oct 2012, 8:55 AM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: AdminPage Not showing graphical HUD

Try reloading all admin files

9 Oct 2012, 2:09 PM
#8
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: AdminPage Not showing graphical HUD

Some additional things to check if uploading a clean copy of the admin files (and of course fixing permissions) does not fix the problem:

Double check to make sure there are no spaces, &, #, or % in your renamed "admin" folder. These can and will cause problems.

Double check /admin/includes/configure.php especially the 'HTTP_SERVER' and 'HTTPS_SERVER' defines. Make sure there is a trailing slash and the server name is correct (for example: 'http://www.zen-cart.com/').

The "magic" in this file usually takes care of configuring the next two settings automatically for you, but you may also have to change 'DIR_WS_ADMIN' and 'DIR_WS_HTTPS_ADMIN' to be the name you changed your "admin" folder to (for example: '/Wea42gc1/').

9 Oct 2012, 4:03 PM
#9
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: AdminPage Not showing graphical HUD

lhungil:

Double check /admin/includes/configure.php especially the 'HTTP_SERVER' and 'HTTPS_SERVER' defines. Make sure there is a trailing slash and the server name is correct (for example: 'http://www.zen-cart.com/').

Correct me if I am wrong, but the last time I checked, there should be NO trailing slash in the url, see the comments in the config files.

// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com
define('HTTP_SERVER', 'http://localhost');
define('HTTPS_SERVER', 'https://localhost');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
9 Oct 2012, 6:15 PM
#11
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: AdminPage Not showing graphical HUD

Design75:

Correct me if I am wrong, but the last time I checked, there should be NO trailing slash in the url, see the comments in the config files.
You are right. :)

10 Oct 2012, 11:27 PM
#12
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

Re: AdminPage Not showing graphical HUD

Well, I messaged my host and they said that the AllowOverrides parameter is already set in their server's httpd.conf settings file.

All the links in the config file are correctly set. When I look at the actual store page itself, everything works fine by the way.

11 Oct 2012, 4:02 AM
#13
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: AdminPage Not showing graphical HUD

Let's look at this in a very simple way.

Back to basics.

  1. Go to the page that's displaying oddly.
  2. right-click and choose View Page Source
  3. Find the <link ....> tag for the stylesheet. Take the src= parameter, and type that URL into another tab in your browser, and press Enter.
  4. What happens?
12 Oct 2012, 4:32 PM
#14
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

Re: AdminPage Not showing graphical HUD

DrByte:

Let's look at this in a very simple way.

Back to basics.

  1. Go to the page that's displaying oddly.
  2. right-click and choose View Page Source
  3. Find the <link ....> tag for the stylesheet. Take the src= parameter, and type that URL into another tab in your browser, and press Enter.
  4. What happens?

Forbidden

You don't have permission to access /cart/admin/includes/cssjsmenuhover.css on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Permissions looks correct for the file...

15 Oct 2012, 3:44 AM
#15
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: AdminPage Not showing graphical HUD

Have you tampered with any .htaccess files? If so, why and in what way?

If it's telling you Forbidden, then something is denying you access. And if it's because you've added or changed the default .htaccess settings, then Forbidden responses would be unsurprising.

16 Oct 2012, 7:24 AM
#16
tamn avatar

tamn

New Zenner

Join Date:
Oct 2012
Posts:
7
Plugin Contributions:
0

Re: AdminPage Not showing graphical HUD

DrByte:

Have you tampered with any .htaccess files? If so, why and in what way?

If it's telling you Forbidden, then something is denying you access. And if it's because you've added or changed the default .htaccess settings, then Forbidden responses would be unsurprising.

Nope, haven't touched it.

16 Oct 2012, 3:52 PM
#17
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: AdminPage Not showing graphical HUD

You will need to get eyes on it from someone who has connection to your hosting account ... ie: your hosting company's tech support.