Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FILENAME_HELPDESK_SUBMIT


ssyfrig

Recommended Posts

Hi

 

my problem is, the Link in the helpdesk box (catalog) is not correct.

 

The requested URL /tools/shop/catalog/FILENAME_HELPDESK_SUBMIT was not found on this server.

 

The Admin Panel works correct.

 

thanks for :idea:

 

Sven

Link to comment
Share on other sites

Could you explain exactly what you did?

 

I am also getting blank pages No Error Messages) when executing both the helpdesk_status.php and helpdesk_submit.php

 

 

Thanks

ChrisM

Link to comment
Share on other sites

Hi

 

in application_top.php (admin)

 

  define('FILENAME_HELPDESK', 'helpdesk.php');

 define('FILENAME_HELPDESK_ADDUSER', 'helpdesk_adduser.php');

 define('FILENAME_HELPDESK_CLOSED', 'helpdesk_closedtickets.php');

 define('FILENAME_HELPDESK_SEARCH', 'helpdesk_search.php');

 define('FILENAME_HELPDESK_DELUSER', 'helpdesk_deluser.php');

 define('FILENAME_HELPDESK_EDIT', 'helpdesk_editticket.php');

 define('FILENAME_HELPDESK_VIEW', 'helpdesk_viewticket.php');

 define('FILENAME_HELPDESK_EDITUSER', 'helpdesk_edituser.php');



 define('TABLE_HELPDESK', 'helpdesk');

 define('TABLE_HELPDESK_MEMBERS', 'helpdesk_members');

 

in application_top.php (catalog)

  



 define('FILENAME_HELPDESK_SUBMIT', 'helpdesk_submit.php');

 define('FILENAME_HELPDESK_STATUS', 'helpdesk_status.php');

 define('FILENAME_HELPDESK_REOPEN', 'helpdesk_reopen.php');



 define('TABLE_HELPDESK', 'helpdesk');

 define('TABLE_HELPDESK_MEMBERS', 'helpdesk_members');

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...