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 - Lucas

Pages: [1]
1
Plugins / [Plugin] Batch Import
« on: December 07, 2002, 10:05:53 AM »
Quote from: mblond
Quote from: mblond
I would like to be able to insert a user id from within the control panel rather than having a default_user_id in the php script this way I can change the userid for the each batch of images being uploaded.  Without having to edit the php file each time.

I have programming experience but am just getting familiar with php any help in getting this done would be greatly appreciated.

Thank you.


I figured out how to do this let me know if you are interested, if there seems to be interest I will post it.

Please i am getting the same problem u did how can i fix it?

2
Plugins / Problem please help
« on: October 27, 2002, 11:26:25 AM »
I am getting this little problem when trying to batch import
Quote
9 images in . Importing image 1 to 9

Import category ...
DB Error: Bad SQL Query: SELECT cat_order FROM 4images_categories WHERE cat_parent_id = ORDER BY cat_order DESC LIMIT 1
You have an error in your SQL syntax near 'ORDER BY cat_order DESC LIMIT 1' at line 4

DB Error: Bad SQL Query: INSERT INTO 4images_categories (cat_id, cat_name, cat_description, cat_parent_id, cat_order, auth_viewcat, auth_viewimage, auth_download, auth_upload, auth_directupload, auth_vote, auth_sendpostcard, auth_readcomment, auth_postcomment) VALUES (1, '', '', , 10, 0, 0, 2, 2, 9, 0, 0, 0, 2)
You have an error in your SQL syntax near ' 10, 0, 0, 2, 2, 9, 0, 0, 0, 2)' at line 4
FAILED

1. Importing image AUTOEXEC.BAT

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

2. Importing image Bootfont.bin

Warning: Unable to create './../../data/media/1/Bootfont.bin': No such file or directory in c:\internet\www.portaldaweb.com\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /Bootfont.bin
Skipping.....

3. Importing image CONFIG.SYS

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

4. Importing image IO.SYS

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

5. Importing image MSDOS.SYS

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

6. Importing image NTDETECT.COM

Warning: Unable to create './../../data/media/1/NTDETECT.COM': No such file or directory in c:\internet\www.portaldaweb.com\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /NTDETECT.COM
Skipping.....

7. Importing image boot.ini

Warning: Unable to create './../../data/media/1/boot.ini': No such file or directory in c:\internet\www.portaldaweb.com\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /boot.ini
Skipping.....

8. Importing image ntldr

Warning: Unable to create './../../data/media/1/ntldr': No such file or directory in c:\internet\www.portaldaweb.com\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /ntldr
Skipping.....

9. Importing image pagefile.sys

Warning: Unable to open '/pagefile.sys' for reading: Permission denied in c:\internet\www.portaldaweb.com\admin\plugins\batch_import.php on line 122
Copy Image: Error while copying image /pagefile.sys
Skipping.....


Import finished!



used this path
Code: [Select]
$data_src_path = "c:/internet/www.portaldaweb.com/admin/plugins/fotos";
And a relative one and nothing changes.....
Can any one help me


Thanks in advance

Lucas Nishimura - hacker@lucnet.cjb.net

Pages: [1]