Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Panel Problems


billkard

Recommended Posts

THis is just new and cropped up today. Here is a screen shot of the problem - screenshot.jpg

Not sure what led to this. I read the posts about admin/includes/languages/english.php file being the probelm. Compared files with backup and on site with winmerge and they were the same. Just to be safe I replaced the file from back up and this did not solve the problem. What can I do to clear this up? Thanks in advance for your help.

 

Bill

Link to comment
Share on other sites

Try filenames.php you might find the problem there

Thanks, but no, the problem isn't there. A lot of these things aren't defined in admin/includes/languages/english.php . But I can't find the file they are in. If anyone could point to the right file that may help. Thanks.

 

Bill

Link to comment
Share on other sites

Thanks, but no, the problem isn't there. A lot of these things aren't defined in admin/includes/languages/english.php . But I can't find the file they are in. If anyone could point to the right file that may help. Thanks.

 

Bill

As Fimble said, admin/includes/filenames.php

Link to comment
Share on other sites

As Fimble said, admin/includes/filenames.php

My filenames.php file defines the actual file that is associated with a script name - example

// define the filenames used in the project

define('FILENAME_BACKUP', 'backup.php'); etc.

 

But the english.php file in admin/includes/languages asscociates a text value with a script variable. Problem is I can't find where Box_Entry_Support_Site or Box_Entry_Support_Forums are defined. And this is after extensive search in the back up from when things were working. Thanks for the suggestion.

 

Bill

Link to comment
Share on other sites

My filenames.php file defines the actual file that is associated with a script name - example

// define the filenames used in the project

define('FILENAME_BACKUP', 'backup.php'); etc.

 

But the english.php file in admin/includes/languages asscociates a text value with a script variable. Problem is I can't find where Box_Entry_Support_Site or Box_Entry_Support_Forums are defined. And this is after extensive search in the back up from when things were working. Thanks for the suggestion.

 

Bill

In oscommerce-2.2ms2-060817, they are in the admin/includes/languages/english/index.php

Link to comment
Share on other sites

My filenames.php file defines the actual file that is associated with a script name - example

// define the filenames used in the project

define('FILENAME_BACKUP', 'backup.php'); etc.

 

But the english.php file in admin/includes/languages asscociates a text value with a script variable. Problem is I can't find where Box_Entry_Support_Site or Box_Entry_Support_Forums are defined. And this is after extensive search in the back up from when things were working. Thanks for the suggestion.

 

Bill

Thanks all. I fixed this on my own. THese things are defined in the Admin/includes/languages/english/index.php file. A couple of lines were corrupted, don't know how, but I fixed it from backup and everything works fine. Thanks again to all who looke at this.

 

Bill

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...