Author Topic: 4images auf xampp/lokalem testserver  (Read 4789 times)

0 Members and 1 Guest are viewing this topic.

Offline MDMC

  • Newbie
  • *
  • Posts: 22
    • View Profile
4images auf xampp/lokalem testserver
« on: March 06, 2007, 05:40:28 PM »
Hi,

ich hab soeben erfolgreich meinen apache inkl php mysql und alles was man sonst so braucht installiert. 4Images läuft, aber das batch_zip_plugin funzt nicht, den rest hab ich noch nich probiert. er spuck folgendes aus wenn ich das plugin laufen lass bzw eine zip importieren will:

Quote
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; check the manual that corresponds to your MySQL server version for the right syntax to use 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 (44, '', '', , 10, 0, 0, 2, 2, 9, 0, 0, 0, 0)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10, 0, 0, 2, 2, 9, 0, 0, 0, 0)' at line 4
FAILED

1. Importing image AILog.txt

Warning: copy(./../../data/media/44/AILog.txt) [function.copy]: failed to open stream: No such file or directory in C:\xampp\xampp\htdocs\web\thepics\gallery\admin\plugins\batch_zip_import.php on line 212
Copy Image: Error while copying image /AILog.txt
Skipping.....

2. Importing image AUTOEXEC.BAT

Warning: copy(./../../data/media/44/AUTOEXEC.BAT) [function.copy]: failed to open stream: No such file or directory in C:\xampp\xampp\htdocs\web\thepics\gallery\admin\plugins\batch_zip_import.php on line 212
Copy Image: Error while copying image /AUTOEXEC.BAT
Skipping.....

und das geht dann immer so weiter...

anscheinend randaliert der iwo in meinem windowsordner rum... weil der eigenartige dateien importiert... aber die zip findet er...

was soll das?
liegt das am local server oder an irgendwas anderem?

mysql hab ich version 5.0.27 community-nt

happy posting^^


Offline MDMC

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: 4images auf xampp/lokalem testserver
« Reply #2 on: March 06, 2007, 09:34:33 PM »
hm... irgendwie sind bei mir schon alle sachen ersetzt... bzw alle dateien richtig...  :|

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: 4images auf xampp/lokalem testserver
« Reply #3 on: March 06, 2007, 11:19:41 PM »
44, '', '', , 10, 0, 0, 2, 2, 9, ist wohl falsch

44, '', '', '', 10, 0, 0, 2, 2, 9, so müsste es sein...

Offline MDMC

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: 4images auf xampp/lokalem testserver
« Reply #4 on: March 07, 2007, 10:29:23 PM »
ja aber ich kann das doch nich ändern, das macht doch das srcipt oda?