Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I'm losing my mind with installing the credit_class_GV 4.1


sunstilch

Recommended Posts

Posted

I've tried more than once to install this sucker, followed directions perfectly, even installed a brand new snapshot of OSC to see if that were the problem, but it wasnt. In the install file that comes with GV 4.1, it tells me to add these lines to:

 

To catalog/includes/application_top.php

require(DIR_WS_INCLUDES . 'add_application_top.php');

 

To catalog/includes/languages/english.php

require(DIR_WS_LANGUAGES . 'add_english.php');

 

To admin/includes/application_top.php.webmakerscorner.com

 

require(DIR_WS_INCLUDES . 'add_application_top.php');

 

To admin/includes/languages/english.php

require(DIR_WS_LANGUAGES . 'add_english.php');

 

 

Everytime I do this I end up with this error upon opening my default.php:

 

Fatal error: Failed opening required 'DIR_WS_INCLUDESadd_application_top.php' (include_path='') in /home/cosmicfl/public_html/catalog/includes/application_top.php on line 12

 

All help would be greatly greatly appreciated! :D

Posted

I mean instead of

require(DIR_WS_INCLUDES . 'add_application_top.php');

put

require('includes/add_application_top.php');

Posted

Warning: Failed opening 'DIR_WS_FUNCTIONSwebmakers_added_functions.php' for inclusion (include_path='') in /home/cosmicfl/public_html/catalog/includes/add_application_top.php on line 3

 

Warning: Cannot send session cookie - headers already sent by (output started at /home/cosmicfl/public_html/catalog/includes/add_application_top.php:3) in /home/cosmicfl/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: Cannot send session cache limiter - headers already sent (output started at /home/cosmicfl/public_html/catalog/includes/add_application_top.php:3) in /home/cosmicfl/public_html/catalog/includes/functions/sessions.php on line 67

Posted

I think you need to do the same think for

'DIR_WS_FUNCTIONSwebmakers_added_functions.php' just put folders name instead of dir_ws_functions and /

Posted

Tried it, now I get these errors!

 

Warning: Failed opening 'functions/webmakers_added_functions.php' for inclusion (include_path='') in /home/cosmicfl/public_html/catalog/includes/add_application_top.php on line 3

 

Warning: Cannot send session cookie - headers already sent by (output started at /home/cosmicfl/public_html/catalog/includes/add_application_top.php:3) in /home/cosmicfl/public_html/catalog/includes/functions/sessions.php on line 67

 

Warning: Cannot send session cache limiter - headers already sent (output started at /home/cosmicfl/public_html/catalog/includes/add_application_top.php:3) in /home/cosmicfl/public_html/catalog/includes/functions/sessions.php on line 67

Posted

try instead of

'functions/webmakers_added_functions.php'

 

put this

'includes/functions/webmakers_added_functions.php'

Posted

I cant checkout now, cause I get errors with Freeshipper. So I went to the admin modules and click on shipping, I get this error now:

 

Fatal error: Call to undefined function: tep_get_free_shipper() in /home/cosmicfl/public_html/catalog/includes/modules/shipping/flat.php on line 23

Archived

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

×
×
  • Create New...