Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I can't see the buttons in admin mode


Guest

Recommended Posts

When I log in the admin menu, I can't see the buttons images.

 

I need to know how to complete this link:

 

MYSERVER/catalog/admin/includes/languages//images/buttons/button_edit.gif

 

You can notice that no language is selected in the link, but I can't fins where can i solve it.

 

the link should be:

 

MYSERVER/catalog/admin/includes/languages/espanol/images/buttons/button_edit.gif

 

but you can see that no default language is selected. I have tried to set default the leanguage through the admin menu, but it says that i have to set something manually and that is the problem. I am lost about it.

 

Thanks in advance!

Link to comment
Share on other sites

MYSERVER/catalog/admin/includes/languages//images/buttons/button_edit.gif

 

Where are you using that link.

 

If you can't see our buttons than you probably need to make sure your admin>includes>configure.php

lines 11 12 and 13

 

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

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

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

Link to comment
Share on other sites

Where are you using that link.

 

If you can't see our buttons than you probably need to make sure your admin>includes>configure.php

lines 11 12 and 13

 

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

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

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

 

 

Thanks for your help,

 

The link is an example of the broken link that i see when i right click over the button (properties).

 

The configure.php is correct.

 

Obviously I am not an Oscommerce expert but the link does not know where to find the images of the buttons because no language is selected. no language fill the space between the // in the link.

 

I need to know what line should I change in the application_top.php <--- I think the problem is there.

Link to comment
Share on other sites

Did you put MYSERVER to replace a value in the error message?

 

If not then tat is your problem area.

 

Do you have a default language set?

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Did you put MYSERVER to replace a value in the error message?

 

If not then tat is your problem area.

 

Do you have a default language set?

 

 

Yes, MYSERVER replaces a value...

 

I have a problem about setting default language. It is impossible through the admin menu (localization(languages/...)

 

I would like to know what line in configuration_top.php defines the default language to change (force) it manually. I only need one language

 

because in the link it looks like the php code needs to put the default language!!!

 

myserver.com/catalog/admin/includes/languages//images/buttons/button_delete.gif

myserver.com/catalog/admin/includes/languages/SHOULD APPEAR SOMETHING HERE/images/buttons/button_delete.gif

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...