jdice Posted October 7, 2007 Share Posted October 7, 2007 Hi...not sure if you can help...Or anyone can....but I get these errors after I upload this contribution 485...which is a contribution that helps someone to upload 1000's of products at one time from an excel sheet...but also it is made so it will not affect easypopulate if someone already has it....the reason this contribution is different from easypopulate...is it incorporated subcategories and sub-sub categories....plus the excel sheet is so much easier for me to understand...so here is the first error which I think I have corrected since I don't have easypopulate: -------------------------- Warning: include(easypopulate_functions.php) [function.include]: failed to open stream: No such file or directory in /home/electron/public_html/catalog/admin/excel.php on line 5 Warning: include(easypopulate_functions.php) [function.include]: failed to open stream: No such file or directory in /home/electron/public_html/catalog/admin/excel.php on line 5 Warning: include() [function.include]: Failed opening 'easypopulate_functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/electron/public_html/catalog/admin/excel.php on line 5 -------------------------- So...I just commented out line 5 with // to get rid of this error...since I did not install easypopulate anyway and don't plan to. AND I also get this error: --------------------------- Fatal error: Call to undefined function tep_get_uploaded_file() in /home/electron/public_html/catalog/admin/excel.php on line 489 --------------------------- Here is my line 489-492 in my excel.php file: $file = tep_get_uploaded_file('usrfl'); if (is_uploaded_file($file['tmp_name'])){ echo "<p class=smallText>"; echo "File uploaded (temp filename: " . $file['tmp_name']. ")<br>"; I don't know where to start with this error. If I have accidentally moved or deleted a file this function is looking for because I am not totally sure what this even means. I got this contribution 485 to work before on this same site...but something happened when I tried to upload an other extremely complicated contribution to add more pictures to my products. So I had to delete the entire store and start from scratch again. So I am just putting the same contribution 485 that I uploaded successfully and got to work just a couple a weeks ago. Janet Link to comment Share on other sites More sharing options...
lefty78 Posted December 13, 2007 Share Posted December 13, 2007 Did you get anywhere with this error? I am having the same exact issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.