abcon Posted July 5, 2006 Posted July 5, 2006 I installed this module and believe I have made all the necessary code changes to invoke it properly but it keeps bombing out on me with these messages. Has anyone else experience this or something like it to point me in the right direction? Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/fullersp/public_html/catalog/admin/stats_customers_orders.php on line 1 Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/fullersp/public_html/catalog/admin/stats_customers_orders.php on line 1 Warning: main(DIR_WS_INCLUDESheader.php): failed to open stream: No such file or directory in /home/fullersp/public_html/catalog/admin/stats_customers_orders.php on line 1 Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESheader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fullersp/public_html/catalog/admin/stats_customers_orders.php on line 1 Regards, Chuck Quote
Guest Posted July 5, 2006 Posted July 5, 2006 do you have some framework or something else for the osc admin? is this plain osc? this line is not properly translated <?php require(DIR_WS_INCLUDES . 'header.php'); ?> don't you have the DIR_WS_INCLUDES in your catalog\admin\includes\configure.php defined? Quote
abcon Posted July 5, 2006 Author Posted July 5, 2006 do you have some framework or something else for the osc admin? is this plain osc? this line is not properly translated <?php require(DIR_WS_INCLUDES . 'header.php'); ?> don't you have the DIR_WS_INCLUDES in your catalog\admin\includes\configure.php defined? Yes, I am using the plain-jane version of osc and am just now trying my hand at adding some contributed modules. The code looks very much like some of the other (working) OSC report mods that I am comparing it to so I am very puzzled as to why this module is crapping out. --chuck Quote
Recommended Posts
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.