Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - WoodShedd

Pages: [1]
1
Plugins / [Plugin] Batch Import
« on: October 23, 2002, 01:14:15 AM »
Quote from: Jan
Are you sure? I tried it with exact the same path on my windows system. It works...

Jan


Yes, I'm sure.

The configuration for this appears as:
Code: [Select]

Path to the directory the image data are stored.
// No trailing slash!
$data_src_path = "c:/FoxServ/lake";
//


When I attepmt to import the images I get the following:
Quote

1. Importing image AUTOEXEC.BAT

Warning: Unable to create './../../data/media/3/AUTOEXEC.BAT': No such file or directory in c:\foxserv\www\4images\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /AUTOEXEC.BAT
Skipping.....

2. Importing image CONFIG.SYS

Warning: Unable to create './../../data/media/3/CONFIG.SYS': No such file or directory in c:\foxserv\www\4images\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /CONFIG.SYS
Skipping.....

3. Importing image Delapp.bat

Warning: Unable to create './../../data/media/3/Delapp.bat': No such file or directory in c:\foxserv\www\4images\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /Delapp.bat
Skipping.....

4. Importing image INSTALL.LOG

Warning: Unable to create './../../data/media/3/INSTALL.LOG': No such file or directory in c:\foxserv\www\4images\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /INSTALL.LOG
Skipping.....

5. Importing image IO.SYS

Warning: Unable to create './../../data/media/3/IO.SYS': No such file or directory in c:\foxserv\www\4images\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /IO.SYS
Skipping.....

6. Importing image MSDOS.SYS

Warning: Unable to create './../../data/media/3/MSDOS.SYS': No such file or directory in c:\foxserv\www\4images\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /MSDOS.SYS
Skipping.....


and it continues on and on.

I'm not sure what to do.

2
Plugins / [Plugin] Batch Import
« on: October 22, 2002, 06:28:12 PM »
Quote from: Jan
@WoodShedd:
Try to use / (slashes) instead of \ (backslahes in the path.
Jan


Thanks, Jan, but no change :(

3
Plugins / [Plugin] Batch Import
« on: October 22, 2002, 03:45:48 AM »
Today I installed 4images; very good system.

I came here to look for batch import script and here i find it. good :)

One problem, though:

I am running this on a windows server and when I enter path as this
Code: [Select]

$data_src_path = "c:\images\lake";


and run script, script tries to import all files from my c:\ directory.

Can this be fixed?

Thank you :)

Pages: [1]