Author Topic: thumbnail problmes ImageMagick SQL error  (Read 2923 times)

0 Members and 1 Guest are viewing this topic.

Offline batman1057

  • Newbie
  • *
  • Posts: 37
    • View Profile
thumbnail problmes ImageMagick SQL error
« on: June 04, 2003, 08:50:09 PM »
I am having a problem using the auto thumbnail part of the program. I get this error:

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 (53, '', '', , 10, 0, 0, 2, 2, 9, 0, 0, 0, 2)
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, 2)' at line 4
FAILED
I am trying to use ImageMagick

I contact my Host and they said the following:-
To use one of these modules, the user must place a call to the dl()  function to load the module before using it.  For example, to load the ImageMagick module, do:  dl("imagick.so");

HELP!!!
of all the things Ive lost I miss my mind the most.
www.mobelee.com

Offline batman1057

  • Newbie
  • *
  • Posts: 37
    • View Profile
thumbnail problmes ImageMagick SQL error
« Reply #1 on: June 05, 2003, 09:07:48 AM »
fixed it.
I had to move all the images into the upload folder
 :oops:
of all the things Ive lost I miss my mind the most.
www.mobelee.com