Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: main(includes/languages/english/FILENAME_


Madman00

Recommended Posts

I get the following error when i try to go to affiliate_signup.php. What is causing the problem. All files are in place. Thanks

 

Warning: main(includes/languages/english/FILENAME_AFFILIATE_SIGNUP): failed to open stream: No such file or directory in /home/mystore/public_html/affiliate_signup.php on line 20

 

Fatal error: main(): Failed opening required 'includes/languages/english/FILENAME_AFFILIATE_SIGNUP' (include_path='.:/usr/lib/php:/usr/local/lib/php')

Link to comment
Share on other sites

  • 5 years later...

Hello,

 

The solution to your problem is quite easier one...

 

Just go to catalog/includes/application_top.php and then there, At the bottom, before end of php tag "?>" add this code..

 

require(DIR_WS_INCLUDES . 'affiliate_application_top.php');

 

Probably this was mistakenly left out by the contributor.

 

Njoyy and Happy Commerce :)

 

Regards,

Koushik . Nimmagadda

([email protected])

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.

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...