Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help About Faq System


jimtsik

Recommended Posts

I'm getting the above error when i'm going to faqdesk_search_result.php

Warning: main(includes/modules/includes/modules/faqdesk/faqdesk_listing.php) [function.main]: failed to create stream: No such file or directory in /home/khposgr/public_html/shop/faqdesk_search_result.php on line 290

 

Warning: main(includes/modules/includes/modules/faqdesk/faqdesk_listing.php) [function.main]: failed to create stream: No such file or directory in /home/khposgr/public_html/shop/faqdesk_search_result.php on line 290

 

Fatal error: main() [function.main]: Failed opening required 'includes/modules/includes/modules/faqdesk/faqdesk_listing.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/khposgr/public_html/shop/faqdesk_search_result.php on line 290

 

can anyone help me ?

Link to comment
Share on other sites

  • 6 months later...
I'm getting the above error when i'm going to faqdesk_search_result.php

Warning: main(includes/modules/includes/modules/faqdesk/faqdesk_listing.php) [function.main]: failed to create stream: No such file or directory in /home/khposgr/public_html/shop/faqdesk_search_result.php on line 290

 

Warning: main(includes/modules/includes/modules/faqdesk/faqdesk_listing.php) [function.main]: failed to create stream: No such file or directory in /home/khposgr/public_html/shop/faqdesk_search_result.php on line 290

 

Fatal error: main() [function.main]: Failed opening required 'includes/modules/includes/modules/faqdesk/faqdesk_listing.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/khposgr/public_html/shop/faqdesk_search_result.php on line 290

 

can anyone help me ?

Change

require(DIR_WS_MODULES . FILENAME_FAQDESK_LISTING);

 

to

 

require(DIR_WS_MODULES . 'faqdesk/faqdesk_listing.php');

 

 

 

Ieuflr2000

IEUFLR2000

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...