Qbaze Posted November 29, 2002 Posted November 29, 2002 I try to get started with the webshop. I'm kinda new to php, so excuse me for all the newbie questions....but they help my progress learning bout this amazing script language. Thanks! When I click on the link "Download a tab-delimited .txt file to edit" I get this: http://www.trubadurverkstan.com/temp/error1.txt I guess I have an error in some path somewhere. Anybody knows where ? Best Regards! Andreas I plan to write something smart down here.....
wasson65 Posted November 30, 2002 Posted November 30, 2002 I try to get started with the webshop. I'm kinda new to php, so excuse me for all the newbie questions....but they help my progress learning bout this amazing script language. Thanks! When I click on the link "Download a tab-delimited .txt file to edit" I get this: http://www.trubadurverkstan.com/temp/error1.txt I guess I have an error in some path somewhere. Anybody knows where ? Best Regards! Andreas Warning: Failed opening 'includes/languages/svenska/easypopulate.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/ringup/admin/includes/include_once.php on line 4 This warning means that PHP can't find the file at the path specified. Copy includes/languages/english/easypopulate.php to includes/languages/svenska/easypopulate.php and edit the file to have the right language text. Then retry the export. It's no use debugging the rest, as often one failure leads to many more. So always start with the first error, fix it, and try again. Having said that, EasyPopulate is fairly english centric right now in that it expects to get english names for the new categories (i.e. in the code, the language_id is hardcoded to 1 in many places. Try this and repost with the results. Tim
Qbaze Posted November 30, 2002 Author Posted November 30, 2002 Hi Tim! Problems solved I was running oscommerce 2.1 and now I tryed 2.2 and all works fine! :roll: /Andreas I plan to write something smart down here.....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.