sunstilch Posted December 26, 2002 Posted December 26, 2002 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
lapo4ka18 Posted December 26, 2002 Posted December 26, 2002 just hard coded like this includes/application_top.php instead of DIR_WS_INCLUDES . 'add_application_top.php'
lapo4ka18 Posted December 26, 2002 Posted December 26, 2002 I mean instead of require(DIR_WS_INCLUDES . 'add_application_top.php'); put require('includes/add_application_top.php');
sunstilch Posted December 26, 2002 Author Posted December 26, 2002 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
sunstilch Posted December 26, 2002 Author Posted December 26, 2002 Those errors above are what I ended up with next, after hardcoding that in.
lapo4ka18 Posted December 26, 2002 Posted December 26, 2002 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 /
sunstilch Posted December 26, 2002 Author Posted December 26, 2002 Let me try that now, and I'll repy in a few minutes and I'll tell you what happened
sunstilch Posted December 26, 2002 Author Posted December 26, 2002 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
lapo4ka18 Posted December 26, 2002 Posted December 26, 2002 try instead of 'functions/webmakers_added_functions.php' put this 'includes/functions/webmakers_added_functions.php'
sunstilch Posted December 26, 2002 Author Posted December 26, 2002 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
lapo4ka18 Posted December 26, 2002 Posted December 26, 2002 did you delete anything or changed the files that uses this contribution?
lapo4ka18 Posted December 26, 2002 Posted December 26, 2002 I don't know how can I help you know. May be somebody else? Sorry.
sunstilch Posted December 26, 2002 Author Posted December 26, 2002 its ok, thanks for all your help! :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.