Guest Posted April 23, 2006 Posted April 23, 2006 Yes I am a newbie. However I have a warning I cannot resolve. After installing Easy Populate 3.00 and running the program I get a form page asking for, Upload EP File, Split EP File etc.. All looks Okay except at the top of the page I read: Warning: main(includes/functions/easypopulate_functions.php): failed to open stream: No such file or directory in ....../catalog/admin/easypopulate.php on line 168 Warning: main(): Failed opening 'includes/functions/easypopulate_functions.php' for inclusion (include_path='.:/usr/local/nf/lib/php') in ......./catalog/admin/easypopulate.php on line 168 To investigate I open the ...../catalog/admin/easypopulate.php file and on line 168 I found: //******************************* //******************************* // S T A R T // INITIALIZATION //******************************* //******************************* require('includes/application_top.php'); require('includes/database_tables.php'); //******************************* // If you are running a pre-Nov1-2002 snapshot of OSC, then we need this include line to avoid // errors like: // undefined function tep_get_uploaded_file if (!function_exists(tep_get_uploaded_file)){ include (DIR_WS_FUNCTIONS . 'easypopulate_functions.php'); <---Line 168 With all that, during installation I did not upload easypopulate_functions.php to ........includes/functions/ ,I uploaded it to ........../catalog/admin as per instructions. SO with this "warning" do I need to move easypopulate_functions.php from the admin folder to the functions folder? Thanks for your time.
Guest Posted April 23, 2006 Posted April 23, 2006 Yes I am a newbie. However I have a warning I cannot resolve. After installing Easy Populate 3.00 and running the program I get a form page asking for, Upload EP File, Split EP File etc.. All looks Okay except at the top of the page I read: Warning: main(includes/functions/easypopulate_functions.php): failed to open stream: No such file or directory in ....../catalog/admin/easypopulate.php on line 168 Warning: main(): Failed opening 'includes/functions/easypopulate_functions.php' for inclusion (include_path='.:/usr/local/nf/lib/php') in ......./catalog/admin/easypopulate.php on line 168 To investigate I open the ...../catalog/admin/easypopulate.php file and on line 168 I found: //******************************* //******************************* // S T A R T // INITIALIZATION //******************************* //******************************* require('includes/application_top.php'); require('includes/database_tables.php'); //******************************* // If you are running a pre-Nov1-2002 snapshot of OSC, then we need this include line to avoid // errors like: // undefined function tep_get_uploaded_file if (!function_exists(tep_get_uploaded_file)){ include (DIR_WS_FUNCTIONS . 'easypopulate_functions.php'); <---Line 168 With all that, during installation I did not upload easypopulate_functions.php to ........includes/functions/ ,I uploaded it to ........../catalog/admin as per instructions. SO with this "warning" do I need to move easypopulate_functions.php from the admin folder to the functions folder? Thanks for your time. I posted this question in hopes of some help. I did not want to move the file in fear of a crash. After waiting for a reply to my post (and getting no help) I decided to try and move the easypopulate_functions.php to the ........includes/functions/ folder anyway. And it did work resolving my problem. Yes I am new and yes I have php to learn. However I am a PLC programmer and expect to master PHP. I will always remember the warm welcomes and all the wonderful help I got on this forum. Thanks Anyway
Recommended Posts
Archived
This topic is now archived and is closed to further replies.